| Commit message (Expand) | Author | Age | Files | Lines |
* | Document PyObject_AsFileDescriptor | Andrew M. Kuchling | 2000-07-13 | 2 | -0/+10 |
|
|
* | Added PyObject_AsFileDescriptor, which checks for integer, long integer, | Andrew M. Kuchling | 2000-07-13 | 2 | -0/+59 |
|
|
* | ANSI-fication (got lost in the deep seas of source forge <wink>) | Peter Schneider-Kamp | 2000-07-13 | 1 | -195/+60 |
|
|
* | fix PyXXX_Length macros as suggested by Fred | Jeremy Hylton | 2000-07-13 | 1 | -3/+3 |
|
|
* | Patch by Toby Dickenson, mentored by Mark Hammond, to support | Guido van Rossum | 2000-07-13 | 4 | -7/+62 |
|
|
* | Apply Greg Kochanski's fix for open/265. | Eric S. Raymond | 2000-07-13 | 1 | -4/+1 |
|
|
* | Fix bug open/243 reported by Dimitri Papadopoulos | Eric S. Raymond | 2000-07-13 | 1 | -1/+2 |
|
|
* | just fixing the indentation | Peter Schneider-Kamp | 2000-07-13 | 1 | -1/+1 |
|
|
* | raise error on duplicate function arguments | Peter Schneider-Kamp | 2000-07-13 | 1 | -1/+10 |
|
|
* | Improve the descriptions of expected exceptions for __getitem__(), | Fred Drake | 2000-07-13 | 1 | -4/+14 |
|
|
* | From Sam Rushing's Medusa, via SF patch #100858: add & document | Andrew M. Kuchling | 2000-07-13 | 5 | -141/+263 |
|
|
* | forgot to change copy.copy(m) to m[:] | Skip Montanaro | 2000-07-13 | 1 | -2/+2 |
|
|
* | Propagate the current exception in get_inprogress_dict() -- it doesn't | Vladimir Marangozov | 2000-07-12 | 1 | -1/+0 |
|
|
* | deleted obsolete SYMANTEC__CFM68K__ tests | Skip Montanaro | 2000-07-12 | 1 | -8/+0 |
|
|
* | delete obsolete SYMANTEC__CFM68K__ #ifdefs | Skip Montanaro | 2000-07-12 | 4 | -20/+0 |
|
|
* | fixed semantics of commonprefix to work by path elements instead of | Skip Montanaro | 2000-07-12 | 4 | -12/+53 |
|
|
* | replace PyXXX_Length calls with PyXXX_Size calls | Jeremy Hylton | 2000-07-12 | 14 | -29/+30 |
|
|
* | change abstract size functions PySequence_Size &c. | Jeremy Hylton | 2000-07-12 | 3 | -15/+21 |
|
|
* | Add "exceptions" to list of built-in modules for the sake of | Guido van Rossum | 2000-07-12 | 1 | -0/+1 |
|
|
* | Add "exceptions" to list of built-in modules for the sake of | Guido van Rossum | 2000-07-12 | 1 | -0/+1 |
|
|
* | Fixed up some ANSIfications. | Sjoerd Mullender | 2000-07-12 | 2 | -5/+5 |
|
|
* | apply patch #100868 from Moshe Zadka: | Greg Stein | 2000-07-12 | 1 | -5/+10 |
|
|
* | debug_instance(): Use the same %p format directive as with | Barry Warsaw | 2000-07-12 | 1 | -6/+3 |
|
|
* | Second try: checks whether right shift extends the sign bit. | Vladimir Marangozov | 2000-07-12 | 2 | -17/+32 |
|
|
* | Convert coding style to be internally consistent and similar to the | Fred Drake | 2000-07-12 | 1 | -545/+531 |
|
|
* | Always use the :funcname part of the format specifier for PyArg_ParseTuple() | Fred Drake | 2000-07-12 | 1 | -5/+5 |
|
|
* | Documentation for the gc module. Text from Neil Schemenauer | Fred Drake | 2000-07-12 | 3 | -0/+108 |
|
|
* | Worm around MSVC6 error on single string literal > 2Kb. | Tim Peters | 2000-07-12 | 1 | -2/+7 |
|
|
* | Remove extra argument to method call | Andrew M. Kuchling | 2000-07-12 | 1 | -1/+1 |
|
|
* | Checks whether right shift extends the sign bit. | Vladimir Marangozov | 2000-07-12 | 1 | -415/+423 |
|
|
* | Checks whether right shift extends the sign bit. | Vladimir Marangozov | 2000-07-12 | 1 | -0/+13 |
|
|
* | Fix typo in error message | Andrew M. Kuchling | 2000-07-12 | 1 | -1/+1 |
|
|
* | Resynchronize the TeX docs with (a) the module docstring, and (b) my recent | Eric S. Raymond | 2000-07-12 | 1 | -2/+2 |
|
|
* | Fix bugs in readinst(): | Andrew M. Kuchling | 2000-07-12 | 1 | -10/+25 |
|
|
* | Patch #100854 from jhylton: eliminate compiler warnings in pyexpat: | Andrew M. Kuchling | 2000-07-12 | 1 | -21/+22 |
|
|
* | Fix mixed mallocs: re->re_patbuf.buffer is allocated with std malloc(). | Vladimir Marangozov | 2000-07-12 | 1 | -1/+1 |
|
|
* | new test for posixpath module | Skip Montanaro | 2000-07-12 | 1 | -0/+2 |
|
|
* | new test file for posixpath module | Skip Montanaro | 2000-07-12 | 1 | -0/+42 |
|
|
* | Errare humanum est. | Peter Schneider-Kamp | 2000-07-11 | 1 | -1/+1 |
|
|
* | Got rid of __SC__ ifdefs. | Jack Jansen | 2000-07-11 | 3 | -12/+0 |
|
|
* | Include macglue.h for some function prototypes, and renamed a few | Jack Jansen | 2000-07-11 | 3 | -3/+10 |
|
|
* | Include macglue.h on the macintosh, so function prototypes are in scope. | Jack Jansen | 2000-07-11 | 1 | -0/+4 |
|
|
* | One more include of limits.h (possibly to be moved elsewhere when there is | Jack Jansen | 2000-07-11 | 1 | -0/+3 |
|
|
* | Removed guesstabsize.c, which is obsolete. | Jack Jansen | 2000-07-11 | 2 | -63/+0 |
|
|
* | - Removed guesstabsize.c, which is obsolete. | Jack Jansen | 2000-07-11 | 1 | -0/+0 |
|
|
* | ANSIfication step 2: make sure all needed prototypes are available, and all n... | Jack Jansen | 2000-07-11 | 19 | -41/+83 |
|
|
* | Added a declaration of fileno() if we use GUSI. Not sure whether it should go... | Jack Jansen | 2000-07-11 | 1 | -0/+5 |
|
|
* | Fiddled declaration/implementation of setcallback() so that it is ansifyable. | Jack Jansen | 2000-07-11 | 2 | -8/+16 |
|
|
* | small updates to string_join: | Jeremy Hylton | 2000-07-11 | 2 | -6/+12 |
|
|
* | satisfy the -Wall: remove two unused local variables and unused ins function | Jeremy Hylton | 2000-07-11 | 1 | -13/+0 |
|
|