1. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  2. 99d001e Removed reliance on damaged module object appearing in sys.modules by Tim Peters · 20 years ago
  3. 08138fd New tests: by Tim Peters · 20 years ago
  4. d464838 Removed no-longer-needed convolutions to recover from damaged modules by Tim Peters · 20 years ago
  5. 0e67fd4 Fix SF #1001053, wave.open() with unicode filename fails by Neal Norwitz · 20 years ago
  6. c0cbc86 Whitespace normalization. by Tim Peters · 20 years ago
  7. 579f735 Be more careful about reverting mutuations to system-wide (sys) variables. by Tim Peters · 20 years ago
  8. eba20e6 Upgrade optparse module and tests to Optik 1.5a1: by Greg Ward · 20 years ago
  9. bcc95cb Repair typo in docstring. by Tim Peters · 20 years ago
  10. 93677f0 * drop the unreasonable list invariant that ob_item should never come back by Armin Rigo · 20 years ago
  11. e12f715 Ignore exceptions which occur when closing files in shutdown() by Vinay Sajip · 20 years ago
  12. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 20 years ago
  13. 17b6d28 New codec: [ 996067 ] hp-roman8 codec by Marc-André Lemburg · 20 years ago
  14. cd8a4cb Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec. by Marc-André Lemburg · 20 years ago
  15. 25d8892 Since build_py handles package data installation, the list of outputs by Fred Drake · 20 years ago
  16. 49667c2 Ack, removed useless import of os I just introduced. by Tim Peters · 20 years ago
  17. 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 20 years ago
  18. 544f119 Patch #995766: Keyword argument support in cPickle. by Martin v. Löwis · 20 years ago
  19. 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 20 years ago
  20. c8ae31d Patch #962487: Don't crash for empty locale names. by Martin v. Löwis · 20 years ago
  21. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 20 years ago
  22. 32d0c1b Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  23. 5253da1 added test for bug #996359. by Skip Montanaro · 20 years ago
  24. 3414c1c add missing newlines to read/readline. fixes bug #996359. by Skip Montanaro · 20 years ago
  25. 612eb09 Factored out a method to determine the final installer filename. by Thomas Heller · 20 years ago
  26. 6fa2474 Make the distutils version number the same as the python version. It by Thomas Heller · 20 years ago
  27. ee6fd06 bdist_wininst does now properly handle unicode strings or byte strings by Thomas Heller · 20 years ago
  28. d25c650 Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__(). by Marc-André Lemburg · 20 years ago
  29. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 20 years ago
  30. aa1c7ff SF patch 995225: tarfile.py fix for bug #990325 by Tim Peters · 20 years ago
  31. b3d55d3 elaborate package data test to make sure get_outputs() gives the right by Fred Drake · 20 years ago
  32. 2142993 Thread.__delete: Discussion of internal obscurities belongs in comments by Tim Peters · 20 years ago
  33. 090e636 EditorWindow.py was not finding the .chm help file on Windows. Typo by Kurt B. Kaiser · 20 years ago
  34. 8b3d92a Fix bug where a KeyError was raised if -O was being used for the interpreter by Brett Cannon · 20 years ago
  35. 0260519 Remove unused variables by Neal Norwitz · 20 years ago
  36. d96d101 SF #918101, allow files >= 8 GB using GNU extension by Neal Norwitz · 20 years ago
  37. a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 20 years ago
  38. 0662f8a SF #846659, fix bufsize violation and GNU longname/longlink extensions by Neal Norwitz · 20 years ago
  39. 4d0bddf Fix bug in addsitedir() to properly handle the lack of a second argument. by Brett Cannon · 20 years ago
  40. 3a313e3 Check the type of values returned by __int__, __float__, __long__, by Neil Schemenauer · 20 years ago
  41. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 20 years ago
  42. 36a0f89 The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  43. b8f134e The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  44. 5ef6018 test_codecmaps_hk is also expected to be skipped when a mapping file by Hye-Shik Chang · 20 years ago
  45. a0e0cd3 Don't try to create the directory if it already exists, otherwise the test fails by Neal Norwitz · 20 years ago
  46. 90ee7eb Record that FCNTL.py has gone away; remove FCNTL hack in tempfile.py; by Tim Peters · 20 years ago
  47. 9516609 Remove FCNTL.py, following python-dev discussion by Andrew M. Kuchling · 20 years ago
  48. beb7c0c test_sf_950057's gen1() used an assert statement, which caused the test by Tim Peters · 20 years ago
  49. 4658540 Repair bizarre generated Python. by Tim Peters · 20 years ago
  50. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  51. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  52. 264c659 Oops! Restored the pickle test to test_pyclbr, but changed types.py so by Tim Peters · 20 years ago
  53. fa7809d The Darwin-specific getproxies_internetconfig() was added to urllib, by Tim Peters · 20 years ago
  54. 11a70c7 Upgrade None assignment SyntaxWarning to a SyntaxError. by Raymond Hettinger · 20 years ago
  55. 040d6d0 The new distutils features justify a new version number, imo. by Thomas Heller · 20 years ago
  56. 11d9b06 Fix for #779167: use InternetConfig proxy settings on MacOSX (in addition by Jack Jansen · 20 years ago
  57. 5336f8c [Patch #982681] Apply this patch correctly; makes set_reuse_addr() work on Windows by Andrew M. Kuchling · 20 years ago
  58. 95b66f3 Allow overriding of bgen pathnames in an optional module bgenlocationcustomize. by Jack Jansen · 20 years ago
  59. 3fc2fde Typo fixes by Andrew M. Kuchling · 20 years ago
  60. 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 20 years ago
  61. ef66deb Use threading.local() instead of threading.currentThread(). by Raymond Hettinger · 20 years ago
  62. 99148e7 Factor out two unnecessary global variables. by Raymond Hettinger · 20 years ago
  63. d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 20 years ago
  64. a643b65 Ported some features from zope: by Jim Fulton · 20 years ago
  65. b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 20 years ago
  66. fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 20 years ago
  67. b60b242 Recompiled after source file changes. by Thomas Heller · 20 years ago
  68. 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  69. 4a2ccdf - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  70. 80e1f06 It helps when doing checks if something is in a tuple of strings that if you by Brett Cannon · 20 years ago
  71. ee86a66 Fixes a bug in testing code handling .pth files that did not restore the original by Brett Cannon · 20 years ago
  72. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 20 years ago
  73. b102764 Updated my email address to something that works <wink>. by Barry Warsaw · 20 years ago
  74. fdf7449 Fix test case for when time.tzname[0] is either UTC or GMT. Also have test by Brett Cannon · 20 years ago
  75. 2e39d80 Fix SF Bug #989066 by Nicholas Bastin · 20 years ago
  76. 3f06189 this is patch by Michael W. Hudson · 20 years ago
  77. 18bf43c FreeBSD's services file contains an additional echo service entry, with by Andrew MacIntyre · 20 years ago
  78. 5e9e9e1 Removed debugging print statements from TimedRotatingFileHandler, and sorted list returned by glob.glob() (SF #987166) by Vinay Sajip · 20 years ago
  79. 71ed220 Simplified the new get/get_nowait/put/put_nowait implementations a bit. by Tim Peters · 20 years ago
  80. 5af0e41 Bug #788520: Queue class has logic error when non-blocking by Tim Peters · 20 years ago
  81. dfa5d95 Remove tabs introduced in last commit. by Brett Cannon · 20 years ago
  82. 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 20 years ago
  83. d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 20 years ago
  84. e6f8a89 Debug output is now printed to sys.stderr . by Brett Cannon · 20 years ago
  85. f50299c posixpath.realpath() now detects symlink loops and returns the path just before by Brett Cannon · 20 years ago
  86. 9a2a1cb [Patch #981794] Add support for Firefox/Firebird by Andrew M. Kuchling · 20 years ago
  87. 864bba1 [Patch 988444] by Andrew M. Kuchling · 20 years ago
  88. f027ca8 [Patch #965175] Incorporate a suggestion for a better error message by Andrew M. Kuchling · 20 years ago
  89. bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 20 years ago
  90. 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 20 years ago
  91. ff450f7 Make struct formats for specifying file size to be unsigned instead of signed by Brett Cannon · 20 years ago
  92. ae40c2f [Patch #969907] Add traceback to warning output by Andrew M. Kuchling · 20 years ago
  93. 0fff6c8 In poll(), check connections for exceptional conditions by Andrew M. Kuchling · 20 years ago
  94. dfa74b9 Return value from .close(); move .set_file up by Andrew M. Kuchling · 20 years ago
  95. 5543021 [Bug #835415] AIX can return modes that are >65536, which causes an OverflowError. Fix from Albert Chin by Andrew M. Kuchling · 20 years ago
  96. f9ea7c0 [Patch #988504] Fix HTTP error handling via a patch from John J. Lee by Andrew M. Kuchling · 20 years ago
  97. 5fcefdb [Patch #987052 from Thomas Guettler] by Andrew M. Kuchling · 20 years ago
  98. bf44069 Improve Context construction and representation: by Raymond Hettinger · 20 years ago
  99. 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 20 years ago
  100. 64a8470 Restructure testing of .pth files. Move previous functions into a class and by Brett Cannon · 20 years ago