summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Always use the :funcname part of the format specifier for PyArg_ParseTuple()Fred Drake2000-07-121-5/+5
* Documentation for the gc module. Text from Neil SchemenauerFred Drake2000-07-123-0/+108
* Worm around MSVC6 error on single string literal > 2Kb.Tim Peters2000-07-121-2/+7
* Remove extra argument to method callAndrew M. Kuchling2000-07-121-1/+1
* Checks whether right shift extends the sign bit.Vladimir Marangozov2000-07-121-415/+423
* Checks whether right shift extends the sign bit.Vladimir Marangozov2000-07-121-0/+13
* Fix typo in error messageAndrew M. Kuchling2000-07-121-1/+1
* Resynchronize the TeX docs with (a) the module docstring, and (b) my recentEric S. Raymond2000-07-121-2/+2
* Fix bugs in readinst():Andrew M. Kuchling2000-07-121-10/+25
* Patch #100854 from jhylton: eliminate compiler warnings in pyexpat:Andrew M. Kuchling2000-07-121-21/+22
* Fix mixed mallocs: re->re_patbuf.buffer is allocated with std malloc().Vladimir Marangozov2000-07-121-1/+1
* new test for posixpath moduleSkip Montanaro2000-07-121-0/+2
* new test file for posixpath moduleSkip Montanaro2000-07-121-0/+42
* Errare humanum est.Peter Schneider-Kamp2000-07-111-1/+1
* Got rid of __SC__ ifdefs.Jack Jansen2000-07-113-12/+0
* Include macglue.h for some function prototypes, and renamed a fewJack Jansen2000-07-113-3/+10
* Include macglue.h on the macintosh, so function prototypes are in scope.Jack Jansen2000-07-111-0/+4
* One more include of limits.h (possibly to be moved elsewhere when there isJack Jansen2000-07-111-0/+3
* Removed guesstabsize.c, which is obsolete.Jack Jansen2000-07-112-63/+0
* - Removed guesstabsize.c, which is obsolete.Jack Jansen2000-07-111-0/+0
* ANSIfication step 2: make sure all needed prototypes are available, and all n...Jack Jansen2000-07-1119-41/+83
* Added a declaration of fileno() if we use GUSI. Not sure whether it should go...Jack Jansen2000-07-111-0/+5
* Fiddled declaration/implementation of setcallback() so that it is ansifyable.Jack Jansen2000-07-112-8/+16
* small updates to string_join:Jeremy Hylton2000-07-112-6/+12
* satisfy the -Wall: remove two unused local variables and unused ins functionJeremy Hylton2000-07-111-13/+0
* ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.Jack Jansen2000-07-116-33/+33
* Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault).Fred Drake2000-07-111-1/+1
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-07-111-8/+29
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-1110-19/+80
* fixed a warning in getsockaddrlenPeter Schneider-Kamp2000-07-111-1/+1
* add expandtabs command (-e)Peter Schneider-Kamp2000-07-111-37/+64
* Change the table in the pyexpat.errors module to a series of datadescFred Drake2000-07-111-21/+64
* fix bug #42 reported by Andrew DalkeJeremy Hylton2000-07-115-27/+2
* Neil Schemenauer <nascheme@enme.ucalgary.ca>:Fred Drake2000-07-111-4/+4
* Bug fix: ? and ! were not full aliases for `help' and `shell' as implied inEric S. Raymond2000-07-111-6/+6
* fixed inconsistent use of tab and spacesPeter Schneider-Kamp2000-07-111-3/+3
* Add test of resize() method of mmap objectsAndrew M. Kuchling2000-07-112-0/+13
* Docstring changes.Andrew M. Kuchling2000-07-112-6/+2
* Jeremy Hylton:Marc-André Lemburg2000-07-111-2/+4
* string_join(): Some cleaning up of reference counting. In theBarry Warsaw2000-07-111-7/+10
* add more tests of string.join variants to run_method_testsJeremy Hylton2000-07-111-8/+11
* fix two refcount bugs in new string_join implementation:Jeremy Hylton2000-07-111-6/+2
* Now that prototypes are in scope, the compiler gives legit wngsTim Peters2000-07-101-2/+2
* two changes to string_join:Jeremy Hylton2000-07-101-82/+42
* -- removed get_default compatibility kludgeFredrik Lundh2000-07-102-3/+4
* - changed hash calculation for unicode strings. the newFredrik Lundh2000-07-101-18/+20
* Give ConfigParser the capability to set as well as read options, and to writeEric S. Raymond2000-07-102-0/+53
* ANSI-fication (fixed on parameter list I messed up in the patch)Peter Schneider-Kamp2000-07-101-53/+19
* ANSI-ficationPeter Schneider-Kamp2000-07-103-105/+35
* ANSI-fication, added #ifdef construction in mpz_coercePeter Schneider-Kamp2000-07-101-138/+54