summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* damnAnthony Baxter2005-02-081-2/+2
* 2.3.5 finalAnthony Baxter2005-02-082-1/+6
* sligtly strengthen unit tests for copy.pyAlex Martelli2005-02-071-1/+27
* fix bug 1114776Alex Martelli2005-02-062-1/+19
* 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-031-5/+29
* Fix typo in verbose output for RLock when the initial lock acquisition occurs.Brett Cannon2005-01-271-1/+1
* Recompiled after source changes.Thomas Heller2005-01-251-0/+0
* 1.0.5, to match the python patchlevelAnthony Baxter2005-01-251-1/+1
* copy.py fixed to first lookup __copy__ from the instance being copied,Anthony Baxter2005-01-252-4/+75
* pre-release bitsAnthony Baxter2005-01-252-4/+4
* At least one bug has been fixed in distutils, so increment the last part ofThomas Heller2005-01-201-1/+1
* Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.Thomas Heller2005-01-201-2/+7
* On OpenBSD, terminating IDLE with ctrl-c from the command line caused aKurt B. Kaiser2005-01-192-3/+7
* Backport configDialog.py rev 1.60:Kurt B. Kaiser2005-01-192-0/+7
* Backport EditorWindow rev 1.60 configHelpSourceEdit rev 1.7 15Jul04Kurt B. Kaiser2005-01-193-21/+33
* Backport rpc.py rev 1.28 dating from 21Jan04Kurt B. Kaiser2005-01-193-9/+15
* If an extension can't be loaded, print warning and skip it instead ofKurt B. Kaiser2005-01-172-1/+8
* Improve error handling when .idlerc can't be created. This is a partialKurt B. Kaiser2005-01-172-2/+6
* Backport of fixes for #887242 and #1097739:Jack Jansen2005-01-111-1/+15
* Backport of 1.38:Jack Jansen2005-01-071-135/+136
* Backport of 1.37:Jack Jansen2005-01-031-7/+43
* Backport:Jack Jansen2004-12-312-7/+13
* Backport of 1.36:Jack Jansen2004-12-281-2/+2
* Use zlib test suite from the trunk (rev. 2.67) on the 2.3 maintenance branchAndrew M. Kuchling2004-12-281-170/+93
* Bump idle version.Kurt B. Kaiser2004-12-231-1/+1
* The GUI was hanging if the shell window was closed while a raw_input()Kurt B. Kaiser2004-12-232-7/+17
* Recompiled after source file changes.Thomas Heller2004-12-221-0/+0
* * closes SF bug/patch 967763Gregory P. Smith2004-12-191-0/+11
* Backport of fix for bug #1083645; skip test_imp if threading is not available.Brett Cannon2004-12-181-1/+5
* Don't have test_mkalias_relative exexute if sys.prefix does not exist.Brett Cannon2004-12-061-0/+2
* get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may beginBarry Warsaw2004-11-061-1/+2
* 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