1. 0520e03 A test case for the fix in #1674228. (backport from rev. 54154) by Georg Brandl · 18 years ago
  2. 0ea8916 Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  3. 131069b Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 18 years ago
  4. d882e36 Fix constantification of None. by Raymond Hettinger · 18 years ago
  5. 25e7cfa Backported r51621 from p3yk: by Thomas Wouters · 18 years ago
  6. 1bff796 Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  7. 497380f Revert r53672. by Martin v. Löwis · 18 years ago
  8. 0c2552c Minor fix for currentframe (SF #1652788). by Vinay Sajip · 18 years ago
  9. ef67690 Patch #685268: Consider a package's __path__ in imputil. by Martin v. Löwis · 19 years ago
  10. 626b2e9 Patch 1463026: Support default namespace in XMLGenerator. Fixes #847665. by Martin v. Löwis · 19 years ago
  11. 4a67a67 backport: fix trace.py --ignore-dir by Skip Montanaro · 19 years ago
  12. 523539d Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 19 years ago
  13. 2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 19 years ago
  14. 0bafda4 Fix docstring bug by Raymond Hettinger · 19 years ago
  15. 9f0e1ea Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 19 years ago
  16. 127ef44 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 19 years ago
  17. 113776c Check for a common user error with defaultdict(). by Raymond Hettinger · 19 years ago
  18. 20dcf1c SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 19 years ago
  19. 39e23b2 Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Backport from rev 53646. by Peter Astrand · 19 years ago
  20. cd7a78e [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Georg Brandl · 19 years ago
  21. 20aa477 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 19 years ago
  22. 6d8e5ad Backport fix for bug #1643943. by Brett Cannon · 19 years ago
  23. 75ba075 If you created a weakref in an object's __del__ method to itself it would by Brett Cannon · 19 years ago
  24. 1e4bb44 Bug #1627316: handle error in condition/ignore pdb commands more gracefully. by Georg Brandl · 19 years ago
  25. 742e392 Bug #1249573: fix rfc822.parsedate not accepting a certain date format by Georg Brandl · 19 years ago
  26. f446a9b [Bug #1633678] Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 19 years ago
  27. a0a133b Make comment match the code by Andrew M. Kuchling · 19 years ago
  28. bb6a0ed Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from rev. 53295. by Peter Astrand · 19 years ago
  29. 962e916 Patch #1627441: close sockets properly in urllib2. (backport from rev. 53511) by Georg Brandl · 19 years ago
  30. 8e932e7 Bug #1486663: don't reject keyword arguments for subclasses of builtin by Georg Brandl · 19 years ago
  31. 3b77d3d SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
  32. 225755d Merged revisions 53402 via svnmerge from by Thomas Heller · 19 years ago
  33. 29794ec Fix for bug #1634343: allow specifying empty arguments on Windows by Peter Astrand · 19 years ago
  34. 535989e SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). by Raymond Hettinger · 19 years ago
  35. 9e031c7 - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 19 years ago
  36. 5131925 Change the ctypes version number to "1.0.2". by Thomas Heller · 19 years ago
  37. 346085e Merged revisions 53316 via svnmerge from by Thomas Heller · 19 years ago
  38. 5b44cbe Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 19 years ago
  39. f96725a Backported changes from trunk: by Vinay Sajip · 19 years ago
  40. 9770611 Backported change from trunk: by Vinay Sajip · 19 years ago
  41. 6cdc346 Re-implemented fix for #1531862 once again, in a way that works with Python 2.2. Fixes bug #1603424. by Peter Astrand · 19 years ago
  42. 3b015c4 [Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1) by Andrew M. Kuchling · 19 years ago
  43. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 19 years ago
  44. bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 19 years ago
  45. ca516d2 Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 19 years ago
  46. 9cdf703 For sets with cyclical reprs, emit '...' instead of recursing. by Raymond Hettinger · 19 years ago
  47. 04e8204 Backport trunk checkin r51565: by Thomas Wouters · 19 years ago
  48. e38ecee SF bug #1623890, fix argument name in docstring by Neal Norwitz · 19 years ago
  49. f9a2c63 Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 19 years ago
  50. 12e087a Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 19 years ago
  51. aedb92e Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 19 years ago
  52. 60775f2 [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a directory URL is missing the trailing slash; this lets relative links work. by Andrew M. Kuchling · 19 years ago
  53. bbad84b [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 19 years ago
  54. 5425a67 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 19 years ago
  55. df6994d [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 19 years ago
  56. 0faf90a [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 19 years ago
  57. a75d316 [Patch #1599256 from David Watson] check that os.fsync is available before using it by Andrew M. Kuchling · 19 years ago
  58. 4d7ad63 Stripped whitespace from comma-separated values read from config file by Vinay Sajip · 19 years ago
  59. 9e2423a Move errno imports back to individual functions. (backport from rev. 52996) by Georg Brandl · 19 years ago
  60. 2bcf015 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 19 years ago
  61. db38654 Print the results of ctypes.util.find_library("c") and by Thomas Heller · 19 years ago
  62. 775ebe2 Backport fixes to set objects: by Raymond Hettinger · 19 years ago
  63. 25f58f6 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 19 years ago
  64. fa713e1 - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 19 years ago
  65. 1c305db Fix nit in comment. by Raymond Hettinger · 19 years ago
  66. 2286441 Bug #1603321: make pstats.Stats accept Unicode file paths. by Georg Brandl · 19 years ago
  67. 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 19 years ago
  68. 9ff1d39 Backport checkin: by Walter Dörwald · 19 years ago
  69. 88b5d2b Oops, convert tabs to spaces by Neal Norwitz · 19 years ago
  70. 5890a6a Backport of 52811: Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 19 years ago
  71. bb4e6dc Jython compatibility fix: if uu.decode() opened its output file, be sure to by Andrew M. Kuchling · 19 years ago
  72. 90e23c4 Add extra SHA tests by Andrew M. Kuchling · 19 years ago
  73. 0e64202 Patch #1472877: Fix Tix subwidget name resolution. by Martin v. Löwis · 19 years ago
  74. e350c84 Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 19 years ago
  75. ce9212f Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 19 years ago
  76. 830358a Remove locking of individual message files in MH.pack(). by Andrew M. Kuchling · 19 years ago
  77. dd3bffb Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 19 years ago
  78. 962e431 Patch #1360200: Use unmangled_version RPM spec field to deal with by Martin v. Löwis · 19 years ago
  79. 867ef13 Patch #1359217: Ignore 2xx response before 150 response. by Martin v. Löwis · 19 years ago
  80. 511350b Fix SF#1566719: not creating site-packages (or other target directory) when by Phillip J. Eby · 19 years ago
  81. 7ea928c [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash by Andrew M. Kuchling · 19 years ago
  82. bb876b9 [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk by Andrew M. Kuchling · 19 years ago
  83. d52a0b8 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 19 years ago
  84. 3f63454 Patch #838546: Make terminal become controlling in pty.fork(). by Martin v. Löwis · 19 years ago
  85. a1e3422 Correctly forward exception in instance_contains(). by Martin v. Löwis · 19 years ago
  86. a3ce6aa Backport 52621: Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 19 years ago
  87. 56602a1 Patch #1060577: Extract list of RPM files from spec file in bdist_rpm by Martin v. Löwis · 19 years ago
  88. 5e9f94a Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 19 years ago
  89. 6dc3998 Bug #1586773: extend hashlib docstring. (backport from rev. 52532) by Georg Brandl · 19 years ago
  90. f96b162 I thought I had already fixed this error in the test. by Georg Brandl · 19 years ago
  91. c68d2cc Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 19 years ago
  92. b8205a1 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 19 years ago
  93. 2527f7f Patch #1583880: fix tarfile's problems with long names and posix/ by Georg Brandl · 19 years ago
  94. 0d3de76 Bug #1357915: allow all sequence types for shell arguments in by Georg Brandl · 19 years ago
  95. 2a5a302 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 19 years ago
  96. 2f0940b Backport 52504: by Neal Norwitz · 19 years ago
  97. a0a50fe WindowsError.str should display the windows error code, by Thomas Heller · 19 years ago
  98. ff9e7ab [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 19 years ago
  99. 7d1d540 [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error by Andrew M. Kuchling · 19 years ago
  100. 3d6a834 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 19 years ago