| Commit message (Expand) | Author | Age | Files | Lines |
* | Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py | Trent Mick | 2000-10-11 | 1 | -1/+1 |
|
|
* | bump patchlevel to 2.0c1 | Jeremy Hylton | 2000-10-09 | 1 | -4/+4 |
|
|
* | Added Py_FPROTO macro which was available in Python 1.5.x and below. | Marc-André Lemburg | 2000-10-05 | 1 | -0/+3 |
|
|
* | Move LONG_BIT from intobject.c to pyport.h. #error if it's already been | Tim Peters | 2000-10-05 | 1 | -0/+13 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 3 | -7/+36 |
|
|
* | It's..... | Guido van Rossum | 2000-09-26 | 1 | -3/+3 |
|
|
* | Andrew Kuchling <akuchlin@mems-exchange.org>: | Fred Drake | 2000-09-23 | 1 | -0/+4 |
|
|
* | Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,... | Tim Peters | 2000-09-21 | 1 | -0/+2 |
|
|
* | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 1 | -0/+15 |
|
|
* | Make better use of GNU Pth -- patch by Andy Dustman. | Guido van Rossum | 2000-09-19 | 1 | -1/+1 |
|
|
* | Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and | Guido van Rossum | 2000-09-16 | 1 | -0/+6 |
|
|
* | RET_SAVE references should be Py_BLOCK_THREADS references | Skip Montanaro | 2000-09-15 | 1 | -2/+2 |
|
|
* | Close SF bug 110826: a complaint about the way Python #define'd NULL. | Tim Peters | 2000-09-10 | 3 | -11/+4 |
|
|
* | A #define didn't start in column 1. Closes SF bug 113888. | Tim Peters | 2000-09-08 | 1 | -1/+1 |
|
|
* | Add missing Py_PROTO macro for backward compatibility with old extensions | Vladimir Marangozov | 2000-09-08 | 1 | -1/+7 |
|
|
* | 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 |
|
|