summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046Barry Warsaw2004-11-061-0/+19
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-311-0/+199
* Backport of fix for bug of year/<week of year>/<day of week> calculation thatBrett Cannon2004-10-282-14/+30
* Backport from trunk:Thomas Heller2004-10-221-8/+3
* [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for ...Andrew M. Kuchling2004-10-201-27/+34
* [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from St...Andrew M. Kuchling2004-10-191-0/+2
* Add support for using %U and %W in strptime when year and day of the week areBrett Cannon2004-10-182-2/+61
* Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.Barry Warsaw2004-10-091-1/+2
* Escape locale data for regex metacharacters.Brett Cannon2004-10-061-1/+2
* Fix typo in docstring for system_methodSignature .Brett Cannon2004-10-031-1/+1
* __getitem__(): Fix docstring, SF 979924.Barry Warsaw2004-09-281-1/+1
* Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.Phillip J. Eby2004-09-231-2/+16
* There was an error in the Tk error dialog fix at Rev 1.81.4.3 which caused st...Kurt B. Kaiser2004-09-221-2/+2
* Convert bool results back to strings. Fixes #807871.Martin v. Löwis2004-09-181-1/+6
* backport ipv6 address fixSkip Montanaro2004-09-162-2/+17
* Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure()Mark Hammond2004-09-011-0/+3
* Patch #973204: Use -rpath instead of -R on Irix and True64.Martin v. Löwis2004-08-292-1/+7
* Patch #1014992: Never return more than a line from readline.Martin v. Löwis2004-08-251-3/+1
* - Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IEMatthias Klose2004-08-241-1/+1
* Flush bz2 data even if nothing had been written so far. Fixes #1013882Martin v. Löwis2004-08-221-2/+2
* Patch #997284: Allow pydoc to work with XP Themes (.manifest file)Martin v. Löwis2004-08-221-2/+10
* Test cases and fixes for bugs described in patch #873418: email/Message.py:Barry Warsaw2004-08-162-2/+14
* - The distutils sdist command now ignores all .svn directories, inMatthias Klose2004-08-161-1/+1
* - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).Matthias Klose2004-08-152-7/+23
* Ignore the locale's encoding if it is an empty string.Martin v. Löwis2004-08-121-2/+2
* Add wait_visibility before grab_set. Fixes #946153.Martin v. Löwis2004-08-033-0/+3
* Patch #994595: Recognize Basic auth even if other schemes are offered.Martin v. Löwis2004-08-031-1/+1
* Use isabs() in conditional, not abspathAndrew M. Kuchling2004-08-021-1/+1
* Patch #962487: Don't crash for empty locale names.Martin v. Löwis2004-07-261-1/+1
* Patch #995782: Add FreeBSD 5 expectations.Martin v. Löwis2004-07-261-0/+1
* Backport Tim's cleanup of the previous commit to fix Thread.__delete() .Brett Cannon2004-07-211-31/+28
* dummy_threading when run with -O would raise a KeyError in Thread.__delete()Brett Cannon2004-07-211-1/+33
* Remove test for #919008. Users may have old PyXML versions installed,Martin v. Löwis2004-07-181-35/+0
* Recompiled after recent source changes.Thomas Heller2004-07-141-0/+0
* Backport:Guido van Rossum2004-07-142-0/+2
* fix for SF bug #897820 (backport of cvs diff -r1.14 -r1.15 __init__.py)Gregory P. Smith2004-07-131-6/+11
* Updated my email address to something that works <wink>.Barry Warsaw2004-07-121-1/+1
* Remove tabs introduced in last commit.Brett Cannon2004-07-111-4/+4
* posixpath.realpath() now detects loops from symlinks and returns the longestBrett Cannon2004-07-101-6/+30
* ntpath now compresses erroneous slashes between the drive letter and rest ofBrett Cannon2004-07-102-9/+24
* zipfile now handles file sizes over 2 GB. Was incorrectly storing file sizesBrett Cannon2004-07-101-4/+4
* Fix bug introduced by previous backport.Brett Cannon2004-07-041-2/+3
* threading.Thread used to raise an exception about attempting to execute aBrett Cannon2004-07-031-6/+36
* Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.Thomas Heller2004-07-021-0/+0
* Add support in urlparse for recognizing rsync as a protocol that defines aBrett Cannon2004-06-291-1/+1
* Patch #975885: print file name in err msg in quiet mode.Martin v. Löwis2004-06-201-0/+2
* Raise an exception when trying to use shutil.move() to move a directory intoBrett Cannon2004-06-192-2/+19
* pydoc.stripid() is now case-insensitive.Brett Cannon2004-06-191-4/+4
* SF 952807: Unpickling pickled instances of subclasses ofTim Peters2004-06-071-0/+33
* Backporting [ 778323 ] Tk Dialog Upon Subprocess Socket ErrorKurt B. Kaiser2004-06-065-57/+102