summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in verbose output for RLock acquire.Brett Cannon2005-01-271-1/+1
* Partially revert #1074011; don't try to fflush stdin.Martin v. Löwis2005-01-272-2/+11
* SF bug #1108303: fix .split() maxsplit docRaymond Hettinger2005-01-261-1/+1
* happy new year! (2.4 branch)Anthony Baxter2005-01-252-4/+4
* SF bug #1105286: Undocumented implicit strip() in split(None) string methodRaymond Hettinger2005-01-251-6/+10
* Flush std{in,out,err} before closing it. Fixes #1074011.Martin v. Löwis2005-01-232-3/+13
* Some bugs have been fixed in distutils, so increment the last part ofThomas Heller2005-01-201-1/+1
* distutils/command/install.py change.Thomas Heller2005-01-201-0/+2
* Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.Thomas Heller2005-01-201-2/+7
* If an extension can't be loaded, print warning and skip it instead ofKurt B. Kaiser2005-01-192-1/+8
* Improve error handling when .idlerc can't be created (warn and exit)Kurt B. Kaiser2005-01-192-15/+19
* fix typeset of vertical bar for PDF formatFred Drake2005-01-191-2/+2
* install distutils.tests on Unix (contributed patch)Fred Drake2005-01-191-1/+2
* documentation for the zipimport module using contributed patchFred Drake2005-01-192-0/+2
* This commit was manufactured by cvs2svn to create branchcvs2svn2005-01-191-0/+133
* Description of args to IMAP4.store() in imaplibFred Drake2005-01-191-1/+20
* Clean up discussion of new C thread idiomFred Drake2005-01-191-13/+11
* fix a bunch of spelling errorsFred Drake2005-01-197-7/+7
* remove spurious line from widget variables exampleFred Drake2005-01-191-1/+0
* backport: make thread stack size compile-time tunable on OS/2, incr main stackAndrew MacIntyre2005-01-171-1/+17
* make thread stack size compile-time tunable on OS/2Andrew MacIntyre2005-01-171-1/+5
* fix typoFred Drake2005-01-121-1/+1
* Add duck-typing to the glossary.Raymond Hettinger2005-01-111-0/+11
* SF bug #1099516: tempfile files not types.FileTypeRaymond Hettinger2005-01-111-5/+5
* Backport checkin:Walter Dörwald2005-01-102-2/+32
* Backport for bug #839496: always read files in binary mode. Opening files inJohannes Gijsbers2005-01-101-5/+4
* Backport patch #712317: In URLs such as http://www.example.com?query=spam,Johannes Gijsbers2005-01-092-41/+63
* Backport patch #1095362: replace hardcoded test for POST/GET with call toJohannes Gijsbers2005-01-091-1/+1
* Backport patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown:Johannes Gijsbers2005-01-091-9/+44
* Starting on the 2.4 MacPython installer.Jack Jansen2005-01-073-16/+38
* Started on Macintosh section.Jack Jansen2005-01-071-1/+19
* Backport of 1.38:Jack Jansen2005-01-071-4/+7
* Backport of Patch #1097739 by Bob Ippolito:Jack Jansen2005-01-072-15/+15
* Backport of 1.479:Jack Jansen2005-01-072-3/+3
* Backport of 1.20:Jack Jansen2005-01-071-0/+2
* SF patch 1094011: Docs for file() vs open().Raymond Hettinger2005-01-071-3/+6
* SF bug #1091740: garbage collector still documented as optionalRaymond Hettinger2005-01-071-5/+0
* Backported from the trunk:Jack Jansen2005-01-063-7/+11
* Backported from the trunk:Jack Jansen2005-01-061-9/+16
* This commit was manufactured by cvs2svn to create branchcvs2svn2005-01-061-0/+119
* Updating the Idle wrapper to match the current CVS copy.Sean Reifschneider2005-01-051-3/+9
* Clarify that DictMixin is still useful. Only the UserDict class was supplanted.Raymond Hettinger2005-01-041-13/+11
* Fix typo.Martin v. Löwis2005-01-031-2/+2
* Backport of 1.37:Jack Jansen2005-01-031-7/+43
* On UNIX, when the execution of the child fails, we must waitpid() toPeter Astrand2005-01-011-0/+1
* SF patch #1094007: Remove witty comment in pydoc.pyRaymond Hettinger2005-01-011-2/+1
* SF patch #1051395: locale.getdefaultlocale does not return tuple in some OSRaymond Hettinger2005-01-011-1/+1
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-0160-102/+103
* Backport:Jack Jansen2004-12-314-11/+28
* Patch #1011890: fix inspect.getsource breaking with line-continuation &Johannes Gijsbers2004-12-311-4/+15