summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Move the dbm module around and add an introductory paragraph for dbm,Guido van Rossum1997-12-111-3/+12
* Remove "Lib/test" from the default path; this is now a package!Guido van Rossum1997-12-101-1/+0
* The 'l' flag (locale specific matching) has been renamed to 'L'.Guido van Rossum1997-12-101-2/+2
* Add a test for a bad format character.Guido van Rossum1997-12-091-0/+16
* Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.Guido van Rossum1997-12-091-1/+1
* LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES.Guido van Rossum1997-12-091-0/+2
* (1) call mktime() just before strftime(); it normalizes the buffer andGuido van Rossum1997-12-081-0/+8
* New pcre version from AMKGuido van Rossum1997-12-084-1209/+1797
* Jim Fulton:Guido van Rossum1997-12-081-24/+50
* Another large batch of patches from Jeff Rush for OS/2.Guido van Rossum1997-12-051-15/+243
* Two changes by Jeff Rush (slightly tweaked):Guido van Rossum1997-12-051-9/+26
* New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1Guido van Rossum1997-12-042-345/+648
* Moved the thread module to its own Setup.thread(.in) file,Guido van Rossum1997-12-043-7/+16
* Patches by Fred Lundh to make it compile better with K&R compilers.Guido van Rossum1997-12-021-20/+20
* Small bugfixes for broken old style use of the syntax table. AMK, ofGuido van Rossum1997-12-021-6/+6
* Yes, Virginia, Tix does have a Tix_SafeInit() function.Guido van Rossum1997-12-021-5/+5
* Understand -Xlinker option.Guido van Rossum1997-12-021-0/+1
* Left-aligned preprocessor directives and changed C++ comments to CGuido van Rossum1997-12-021-9/+9
* Patch for QNX, by Chris Herborth. Also left-aligned preprocessorGuido van Rossum1997-12-021-58/+58
* Patch for QNX, by Chris Herborth.Guido van Rossum1997-12-021-5/+5
* Changed the occurrence of *shared* in the example so people won'tGuido van Rossum1997-12-021-13/+10
* Comment out crypt by default; it's not used very much and messes upGuido van Rossum1997-12-021-6/+8
* split_whitespace(): Make sure delimiter is stripped from the beginningBarry Warsaw1997-12-021-1/+4
* Initialize __version__ to the correct version string regardless ofGuido van Rossum1997-12-011-3/+14
* mymemreplace(), strop_replace(): Add support for optional 4th argumentBarry Warsaw1997-11-291-4/+12
* os2 patch by Jeff RushGuido van Rossum1997-11-225-21/+399
* Redone the _tkinter configuration section with support for popular packages.Guido van Rossum1997-11-221-15/+41
* New tkappinit supporting several popular packages.Guido van Rossum1997-11-221-15/+36
* PySocketSock_methods: Added "connect_ex" so the method can actually beBarry Warsaw1997-11-201-0/+1
* Add support for _locale.Guido van Rossum1997-11-191-0/+2
* Add s.connect_ex() which returns errno instead of raising an exception.Guido van Rossum1997-11-191-0/+20
* Add optional support fort Tix and BLT.Guido van Rossum1997-11-191-0/+19
* Martin von Loewis' _locale module (locale.py follows tomorrow).Guido van Rossum1997-11-181-0/+355
* This fix (across 4 files in 3 directories) solves a subtle problem withGuido van Rossum1997-11-142-0/+10
* Got rid of the errorstr dictionary, which is redundant now thatGuido van Rossum1997-11-041-21/+9
* Fix due to Bill Noon for problem discovered by Ken Manheimer: packingGuido van Rossum1997-11-041-2/+2
* Move the Py_{{BEGIN,END}_ALLOW,BLOCK}_THREADS macros in time_sleep()Guido van Rossum1997-11-031-7/+15
* Change the signal finialization so that it also resets the signalGuido van Rossum1997-11-031-1/+7
* Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov)Guido van Rossum1997-10-311-2/+2
* Take out the setlocale() call. It affects atof() and will breakGuido van Rossum1997-10-311-8/+0
* Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose).Guido van Rossum1997-10-311-0/+1
* Forgot to add .cxx and .cpp to the second case statement.Guido van Rossum1997-10-211-0/+2
* Some patches to Lee Busby's fpectl mods that accidentally didn't make itGuido van Rossum1997-10-201-3/+2
* Add getintarg(), getlongarg(), getstrarg() to macros since these noGuido van Rossum1997-10-201-0/+3
* Add proper (getattrfunc) cast in Pcre_Type.Guido van Rossum1997-10-201-1/+1
* Change sharedmodules to lib-dynload.Guido van Rossum1997-10-202-7/+7
* Darn. When thread support is disabled, the BEGIN/END macros don'tGuido van Rossum1997-10-102-4/+8
* Don Beaudry's changes to support SGI_ABI on Irix 6.x.Guido van Rossum1997-10-091-0/+2
* Remove requirement for strdup() since it causes so many troubles for too manyFred Drake1997-10-091-4/+4
* Add call to setlocale(LC_ALL, "").Guido van Rossum1997-10-081-1/+8