summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use PyMODINIT_FUNC.Thomas Heller2004-07-281-1/+1
* Save the uploaded documentation tarball (already done on the trunk).Fred Drake2004-07-261-1/+1
* minor cleanup of the previous change; now matches corresponding changeFred Drake2004-07-261-2/+2
* fix information about what flag database files are opened with by defaultFred Drake2004-07-261-6/+6
* new .spec file, from #996316Anthony Baxter2004-07-261-37/+47
* 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
* Patch #997668: Correct explanation of salts.Martin v. Löwis2004-07-261-1/+9
* Fix an uncorrect function prototype.Thomas Heller2004-07-231-1/+1
* [Bug #990524] Fix typoAndrew M. Kuchling2004-07-211-1/+1
* revise wording to avoid confusion for non-native English speakersFred Drake2004-07-211-1/+1
* revise wording to avoid confusion for non-native English speakersFred Drake2004-07-211-1/+1
* Patch #984714: Properly diagnose E_DECODE errors.Martin v. Löwis2004-07-211-0/+3
* 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-212-1/+38
* Patch #993187: Make rstrip doc similar to lstrip.Martin v. Löwis2004-07-191-1/+1
* Remove test for #919008. Users may have old PyXML versions installed,Martin v. Löwis2004-07-181-35/+0
* Add Wcontrols.py to the patched IDE files.Jack Jansen2004-07-151-2/+5
* Backport of 1.15:Jack Jansen2004-07-151-2/+0
* Imported fixversions.py and the note referring to it from 2.4.Jack Jansen2004-07-151-1/+5
* This commit was manufactured by cvs2svn to create branchcvs2svn2004-07-151-0/+70
* Backport of 1.26:Jack Jansen2004-07-152-7/+2
* Backport of 1.5:Jack Jansen2004-07-151-4/+0
* Ignore some more build products.Thomas Heller2004-07-141-0/+1
* Recompiled after recent source changes.Thomas Heller2004-07-141-0/+0
* Remove the annoing and useless messagebox asking about overwriting files.Thomas Heller2004-07-141-25/+0
* Add a warning so that it isn't forgotten to recreate the binary ANDThomas Heller2004-07-145-0/+40
* Don't complain that non-existant registry entries cannot be deleted.Thomas Heller2004-07-141-2/+2
* Backport:Guido van Rossum2004-07-141-1/+1
* 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
* generalize a bit; no need to mention my user id directlyFred Drake2004-07-131-1/+1
* Updated my email address to something that works <wink>.Barry Warsaw2004-07-121-1/+1
* Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, forAndrew M. Kuchling2004-07-122-0/+4
* 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-102-6/+33
* Clarify docs for getargspec() that when there are not default values the fourthBrett Cannon2004-07-101-3/+3
* ntpath now compresses erroneous slashes between the drive letter and rest ofBrett Cannon2004-07-103-9/+28
* zipfile now handles file sizes over 2 GB. Was incorrectly storing file sizesBrett Cannon2004-07-102-4/+8
* [Bug #982806] The default argument for opening GDBM files is bogus. Patch #9...Andrew M. Kuchling2004-07-071-1/+1
* [Bug #984017] Incorrect prototype, fixed by Timothy StranexAndrew M. Kuchling2004-07-071-2/+2
* Add msg for bug #981530 (shutil.rmtree). Somehow that got missed inGuido van Rossum2004-07-061-0/+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-032-6/+41
* SF #951851 is fixed.Thomas Heller2004-07-021-0/+3
* When importing an extension on Windows, the code reads the PE 'importThomas Heller2004-07-021-0/+12
* SF #982215 is fixed.Thomas Heller2004-07-021-0/+3
* Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.Thomas Heller2004-07-022-0/+8
* Add support in urlparse for recognizing rsync as a protocol that defines aBrett Cannon2004-06-292-1/+4
* Allow Modules/getpath.c to compile on OS X in a --disable-framework build.Brett Cannon2004-06-262-1/+7