summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Be more careful about reverting mutuations to system-wide (sys) variables.Tim Peters2004-07-311-20/+31
* Upgrade optparse module and tests to Optik 1.5a1:Greg Ward2004-07-312-341/+747
* Repair typo in docstring.Tim Peters2004-07-311-1/+1
* * drop the unreasonable list invariant that ob_item should never come backArmin Rigo2004-07-291-0/+17
* Ignore exceptions which occur when closing files in shutdown()Vinay Sajip2004-07-291-2/+7
* SF bug #999776, zlib home page wrongNeal Norwitz2004-07-291-1/+1
* New codec: [ 996067 ] hp-roman8 codecMarc-André Lemburg2004-07-281-0/+139
* Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec.Marc-André Lemburg2004-07-281-0/+7
* Since build_py handles package data installation, the list of outputsFred Drake2004-07-281-0/+11
* Ack, removed useless import of os I just introduced.Tim Peters2004-07-271-1/+1
* Added a new fileno() method. ZODB's repozo.py wants this so it canTim Peters2004-07-272-2/+18
* Patch #995766: Keyword argument support in cPickle.Martin v. Löwis2004-07-271-0/+10
* Patch #998149: imaplib deleteacl and myrights.Martin v. Löwis2004-07-271-0/+15
* Patch #962487: Don't crash for empty locale names.Martin v. Löwis2004-07-261-1/+1
* Patch #605370: Add description[s] for RFC 2980 compliance.Martin v. Löwis2004-07-261-0/+36
* Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3.Martin v. Löwis2004-07-261-0/+1
* added test for bug #996359.Skip Montanaro2004-07-241-3/+18
* add missing newlines to read/readline.Skip Montanaro2004-07-241-2/+2
* Factored out a method to determine the final installer filename.Thomas Heller2004-07-231-9/+14
* Make the distutils version number the same as the python version. ItThomas Heller2004-07-231-1/+1
* bdist_wininst does now properly handle unicode strings or byte stringsThomas Heller2004-07-231-7/+18
* Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__().Marc-André Lemburg2004-07-231-0/+8
* This change implements the following gettext features, asGustavo Niemeyer2004-07-221-10/+95
* SF patch 995225: tarfile.py fix for bug #990325Tim Peters2004-07-221-0/+0
* elaborate package data test to make sure get_outputs() gives the rightFred Drake2004-07-211-1/+7
* Thread.__delete: Discussion of internal obscurities belongs in commentsTim Peters2004-07-211-31/+28
* EditorWindow.py was not finding the .chm help file on Windows. TypoKurt B. Kaiser2004-07-211-1/+2
* Fix bug where a KeyError was raised if -O was being used for the interpreterBrett Cannon2004-07-211-1/+33
* Remove unused variablesNeal Norwitz2004-07-201-2/+0
* SF #918101, allow files >= 8 GB using GNU extensionNeal Norwitz2004-07-201-6/+32
* SF #857297 and 916874, improve handling of hard links when extractingNeal Norwitz2004-07-202-1/+27
* SF #846659, fix bufsize violation and GNU longname/longlink extensionsNeal Norwitz2004-07-202-2/+93
* Fix bug in addsitedir() to properly handle the lack of a second argument.Brett Cannon2004-07-201-3/+3
* Check the type of values returned by __int__, __float__, __long__,Neil Schemenauer2004-07-191-27/+80
* Don't return spurious empty fields if 'keep_empty_values' is True.Neil Schemenauer2004-07-193-2/+34
* The binary layout of cfgdata has changed, so the magic number has toThomas Heller2004-07-192-0/+0
* The binary layout of cfgdata has changed, so the magic number has toThomas Heller2004-07-191-1/+7
* test_codecmaps_hk is also expected to be skipped when a mapping fileHye-Shik Chang2004-07-191-1/+2
* Don't try to create the directory if it already exists, otherwise the test failsNeal Norwitz2004-07-191-1/+2
* Record that FCNTL.py has gone away; remove FCNTL hack in tempfile.py;Tim Peters2004-07-181-7/+5
* Remove FCNTL.py, following python-dev discussionAndrew M. Kuchling2004-07-181-14/+0
* test_sf_950057's gen1() used an assert statement, which caused the testTim Peters2004-07-181-1/+1
* Repair bizarre generated Python.Tim Peters2004-07-182-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-18179-5419/+5387
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-1838-138/+339
* Oops! Restored the pickle test to test_pyclbr, but changed types.py soTim Peters2004-07-182-4/+4
* The Darwin-specific getproxies_internetconfig() was added to urllib,Tim Peters2004-07-181-2/+2
* Upgrade None assignment SyntaxWarning to a SyntaxError.Raymond Hettinger2004-07-171-0/+15
* The new distutils features justify a new version number, imo.Thomas Heller2004-07-161-1/+1
* Fix for #779167: use InternetConfig proxy settings on MacOSX (in additionJack Jansen2004-07-161-2/+5