| Commit message (Expand) | Author | Age | Files | Lines |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 48 | -431/+0 |
* | refactor __del__ exception handler into PyErr_WriteUnraisable | Jeremy Hylton | 2000-09-01 | 1 | -0/+1 |
* | Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler ... | Tim Peters | 2000-09-01 | 1 | -0/+2 |
* | Added prototype for PyToken_ThreeChars(), to remove compiler warning | Fred Drake | 2000-08-31 | 1 | -0/+1 |
* | The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs. | Tim Peters | 2000-08-27 | 1 | -0/+1 |
* | Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), | Guido van Rossum | 2000-08-27 | 1 | -0/+4 |
* | implements PyOS_CheckStack for Windows and MSVC. this fixes a | Fredrik Lundh | 2000-08-27 | 1 | -1/+13 |
* | Improve the exceptions raised by PyErr_BadInternalCall(); adding the | Fred Drake | 2000-08-24 | 1 | -0/+5 |
* | The real suport for augmented assignment: new opcodes, new PyNumber and | Thomas Wouters | 2000-08-24 | 6 | -58/+223 |
* | Charles G. Waldman <cgw@fnal.gov>: | Fred Drake | 2000-08-24 | 2 | -2/+5 |
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -0/+2 |
* | Moved LONG_LONG #define from here to pyport.h. | Barry Warsaw | 2000-08-18 | 1 | -3/+0 |
* | Moved LONG_LONG #define from longobject.h to here, since it's needed | Barry Warsaw | 2000-08-18 | 1 | -0/+43 |
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 2 | -41/+43 |
* | Updated comment | Andrew M. Kuchling | 2000-08-16 | 1 | -1/+1 |
* | Deleted now-unused include files | Andrew M. Kuchling | 2000-08-16 | 5 | -441/+0 |
* | Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. | Tim Peters | 2000-08-15 | 1 | -1/+9 |
* | Fix a typo in the PyMem_Resize macro, found by Andrew Kuchling | Vladimir Marangozov | 2000-08-13 | 1 | -1/+1 |
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 1 | -11/+15 |
* | Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they | Thomas Wouters | 2000-08-11 | 1 | -2/+2 |
* | #include reordering so that extern "C" does not interfere with | Vladimir Marangozov | 2000-08-11 | 1 | -38/+40 |
* | Added #fndef's to avoid compiler errors. | Marc-André Lemburg | 2000-08-11 | 1 | -1/+3 |
* | remove all occurence of math.rint() from the sources | Peter Schneider-Kamp | 2000-08-10 | 2 | -4/+0 |
* | Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK). | Jack Jansen | 2000-08-07 | 1 | -0/+3 |
* | This patch finalizes the move from UTF-8 to a default encoding in | Marc-André Lemburg | 2000-08-03 | 1 | -2/+3 |
* | Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. | Guido van Rossum | 2000-08-03 | 1 | -10/+0 |
* | Changing the CNRI copyright notice according to CNRI's instructions. | Guido van Rossum | 2000-08-03 | 2 | -2/+2 |
* | Added #define for oldest version of argument calling | Andrew M. Kuchling | 2000-08-03 | 1 | -0/+1 |
* | Of course, you meant "#if 0" and not "#ifdef 0". :) | Guido van Rossum | 2000-08-01 | 1 | -1/+1 |
* | Guido said this is food for the beta-testers<wink> | Peter Schneider-Kamp | 2000-08-01 | 1 | -0/+5 |
* | patch from Vladimir (move Py_Mem* interface to Include/pymem.h) | Peter Schneider-Kamp | 2000-07-31 | 10 | -177/+221 |
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 8 | -6/+339 |
* | Make mode_t available for the declaration of _getpty(). | Sjoerd Mullender | 2000-07-26 | 1 | -1/+1 |
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 3 | -37/+19 |
* | Create a new section of pyport.h to hold all external function declarations | Thomas Wouters | 2000-07-24 | 1 | -0/+62 |
* | Remove function-less prototype (old function that was removed ?) that | Thomas Wouters | 2000-07-24 | 1 | -1/+0 |
* | Removed all instances of RETSIGTYPE from the source code: signal | Tim Peters | 2000-07-23 | 1 | -17/+0 |
* | Included assert.h in Python.h -- it's absurd that this basic tool of | Tim Peters | 2000-07-23 | 2 | -1/+20 |
* | Recent ANSIfication introduced a couple instances of | Tim Peters | 2000-07-23 | 1 | -1/+25 |
* | ANSIfications: fix empty arglists, and remove the checks for | Thomas Wouters | 2000-07-22 | 6 | -34/+3 |
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 1 | -3/+1 |
* | Restore PyXXX_Length() APIs for binary compatibility. | Marc-André Lemburg | 2000-07-17 | 1 | -6/+18 |
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 7 | -11/+11 |
* | Added PyObject_AsFileDescriptor, which checks for integer, long integer, | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+1 |
* | fix PyXXX_Length macros as suggested by Fred | Jeremy Hylton | 2000-07-13 | 1 | -3/+3 |
* | deleted obsolete SYMANTEC__CFM68K__ tests | Skip Montanaro | 2000-07-12 | 1 | -8/+0 |
* | delete obsolete SYMANTEC__CFM68K__ #ifdefs | Skip Montanaro | 2000-07-12 | 2 | -12/+0 |
* | change abstract size functions PySequence_Size &c. | Jeremy Hylton | 2000-07-12 | 1 | -6/+12 |
* | Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault). | Fred Drake | 2000-07-11 | 1 | -1/+1 |
* | Create two new exceptions: IndentationError and TabError. These are | Fred Drake | 2000-07-11 | 2 | -2/+6 |