summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Corrected bug in list2cmdline wrt backslashes. Fixes #1083306.Peter Astrand2005-03-031-0/+1
* Only run extensive subprocess tests if -usubprocess to regrtest is specified....Peter Astrand2005-03-032-4/+7
* minor edits:Fred Drake2005-03-031-3/+4
* SF bug #1155938: Missing None check for __init__().Raymond Hettinger2005-03-033-0/+22
* Revert previous checkin on getargs 'L' code. Try to convert allMartin v. Löwis2005-03-034-25/+27
* Patch #1117454: Remove code to special-case cookies without valuesMartin v. Löwis2005-03-035-12/+26
* Patch #1117339: Add cookielib special name tests.Martin v. Löwis2005-03-033-5/+30
* Document quiet parameter to decode. Fixes #803413.Martin v. Löwis2005-03-031-1/+5
* Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.Martin v. Löwis2005-03-032-2/+4
* Clear internal call error in 'L' format. Fixes #723201.Martin v. Löwis2005-03-033-1/+16
* Backport the non-spwd part of the change on head.Skip Montanaro2005-03-021-2/+3
* Patch #1121234: Properly cleanup _exit and tkerror commands.Martin v. Löwis2005-03-012-0/+9
* Patch #1093585: raise a ValueError for negative history items inMartin v. Löwis2005-02-272-1/+17
* Document missing opcodes.Raymond Hettinger2005-02-211-0/+8
* Use getdoc(object) instead of object.__doc__ to fix indentation problems.Ka-Ping Yee2005-02-191-2/+10
* Avoid using *W functions on Win95.Martin v. Löwis2005-02-181-11/+24
* Avoid using items() in environ.update(). Fixes #1124513.Martin v. Löwis2005-02-171-8/+18
* Backport: NEWS blurb for fix of:Michael W. Hudson2005-02-171-0/+3
* add notes about subprocess module & thread stacks, SSL supportAndrew MacIntyre2005-02-171-1/+18
* add build machinery for the SSL socket moduleAndrew MacIntyre2005-02-171-0/+8
* Backport: FixMichael W. Hudson2005-02-172-2/+3
* Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime.Brett Cannon2005-02-171-1/+1
* Remove dependency on order of mode flagsRaymond Hettinger2005-02-161-1/+1
* Update refences to "Macintosh" to reflect the state of affairs for OS X and notBrett Cannon2005-02-1318-623/+201
* fix decoding in _stringify to not depend on the default encodingFred Drake2005-02-112-1/+43
* Fix tzset() check to not require the existence of tm->tm_zone. Also added moreBrett Cannon2005-02-104-7/+261
* Fix typoAndrew M. Kuchling2005-02-102-2/+2
* SF bug #1119700: list extend() accepts args besides listsRaymond Hettinger2005-02-091-1/+1
* Backport 2.39:Guido van Rossum2005-02-081-1/+3
* add 2.3.5, 2.4 to the history and licensing infoFred Drake2005-02-081-0/+2
* forwardport of 2.3.5 fixes to copy.pyAlex Martelli2005-02-073-4/+295
* SF patch #1116583: NameError in cookielib domain checkRaymond Hettinger2005-02-051-4/+3
* Recompiled after source changes.Thomas Heller2005-02-032-0/+0
* Running a bdist_wininst installer, built with Python 2.3, installingThomas Heller2005-02-031-9/+26
* Set PYTHONHOME before loading Python, so that sys.path will be set correctly.Thomas Heller2005-02-031-1/+7
* fix XMLFilterBase.resolveEntity() so the caller gets the resultFred Drake2005-02-031-1/+1
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-033-7/+50
* Backport for bug #1108490: fix broken link.Johannes Gijsbers2005-01-291-1/+1
* Revert os.py 1.75, and directly implement update.Martin v. Löwis2005-01-292-0/+24
* 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