summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* test_directories(): This test had no chance of passing onTim Peters2005-10-301-2/+14
* fix typos, mostly in commentsFred Drake2005-10-284-4/+4
* Patch #1338314, Bug #1336623: fix tarfile so it can extractNeal Norwitz2005-10-282-5/+36
* Cosmetic change: make all hex literals use upper case hex so that theyMarc-André Lemburg2005-10-2445-14236/+14281
* Removed the decoding_map from the codecs where this is possible.Marc-André Lemburg2005-10-2445-25663/+22734
* Fix problem handling EXTENDED_ARGs from SF bug # 1333982Neal Norwitz2005-10-241-0/+23
* Fix compiler test when run with -u (long mode)Neal Norwitz2005-10-241-1/+1
* One-off "No handlers..." error message only raised if raiseExceptions is set.Vinay Sajip2005-10-231-1/+1
* Fix arigo's funky LOAD_NAME bug: implicit globals inside classes haveNeil Schemenauer2005-10-231-0/+9
* Revert previous checkin:Neal Norwitz2005-10-221-1/+1
* Revert change, func_name of lambda's is back to <lambda>.Neil Schemenauer2005-10-211-1/+1
* Replace the old EBCDIC codecs with new ones using the decoding table.Marc-André Lemburg2005-10-214-981/+3027
* Alias iso8859_1 to latin_1 which is the same encoding, but hasMarc-André Lemburg2005-10-211-0/+7
* Add a few more Mac OS encodings. The mapping tables for these areMarc-André Lemburg2005-10-215-0/+3414
* Replace the old charmap codecs with new ones generated from the currentMarc-André Lemburg2005-10-2149-5129/+29964
* Fix bug:Michael W. Hudson2005-10-212-0/+20
* Fix SF bug #1167751, Argument genexp corner caseNeal Norwitz2005-10-211-2/+14
* Don't use a string exception since it's deprecatedNeal Norwitz2005-10-211-1/+1
* Add comment lost from AST mergeNeal Norwitz2005-10-211-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-2015-80/+225
* Disable some tests in anticipation of merging ast-branch to the headJeremy Hylton2005-10-202-29/+37
* Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer)Neal Norwitz2005-10-202-2/+50
* Get BSD DB working most for version 3.2Neal Norwitz2005-10-201-0/+2
* Teach unquote() to handle unicode inputsRaymond Hettinger2005-10-152-0/+6
* Optimised Placeholders handling of child loggers by using a dict rather than ...Vinay Sajip2005-10-141-4/+8
* Added Host and Content-type headers to requests sent by HTTPHandler (suggeste...Vinay Sajip2005-10-111-1/+10
* Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specifiedWalter Dörwald2005-10-091-0/+1
* Fix errors in _synthesize because of missing basename attribute ofGeorg Brandl2005-10-081-2/+6
* Fix unit test failure -- the output received from Python can be empty,Guido van Rossum2005-10-081-1/+1
* Fixed bug where the logging message was wrongly being demoted from Unicode to...Vinay Sajip2005-10-071-6/+8
* Part of SF patch #1313939: Speedup charmap decoding by extendingWalter Dörwald2005-10-061-1/+36
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-051-0/+10
* Fix pychecker warningsNeal Norwitz2005-10-041-4/+9
* Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem.Kurt B. Kaiser2005-10-032-4/+13
* Tweak CodeContext.py docstrings, comments, and names.Kurt B. Kaiser2005-10-031-51/+57
* Patch #754022: Greatly enhanced webbrowser.py.Georg Brandl2005-10-031-175/+338
* SF bug #887946, segfault if redirecting directoryNeal Norwitz2005-10-031-0/+50
* Increased performance in CodeContext extension Patch 936169 Noam RaphaelKurt B. Kaiser2005-10-022-31/+49
* - Fix segfault with invalid coding.Neal Norwitz2005-10-022-0/+22
* bug [ 729103 ] Cannot retrieve name of super objectGeorg Brandl2005-10-011-3/+3
* Patch #1309009, Fix segfault in pyexpat when the XML document isNeal Norwitz2005-09-301-0/+9
* patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for paddingGeorg Brandl2005-09-291-1/+1
* bug [ 1296004 ] MemoryError in httplibGeorg Brandl2005-09-291-4/+7
* some more fixes and tests for inspect.getsource(), triggered by crashesArmin Rigo2005-09-253-27/+56
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-243-1/+13
* Changed license header: Now simply referring to PSF. This closes bugPeter Astrand2005-09-231-22/+2
* Patches #1298449 and #1298499: Add some missing checks for errorMichael W. Hudson2005-09-221-0/+7
* MacOSX 10.4 apparently does not allow the creation time to be set to laterJack Jansen2005-09-211-2/+2
* test and fix for buggy handling of exceptions raised by C functions,Armin Rigo2005-09-202-3/+22
* - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGEMatthias Klose2005-09-201-1/+3