1. f96b162 I thought I had already fixed this error in the test. by Georg Brandl · 19 years ago
  2. c68d2cc Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 19 years ago
  3. b8205a1 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 19 years ago
  4. 2a5a302 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 19 years ago
  5. 2f0940b Backport 52504: by Neal Norwitz · 19 years ago
  6. a0a50fe WindowsError.str should display the windows error code, by Thomas Heller · 19 years ago
  7. 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
  8. 3d6a834 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 19 years ago
  9. 62e5804 [Backport of r52452] by Martin v. Löwis · 19 years ago
  10. ee23f4b Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 19 years ago
  11. 920fa6a Remove passwd.adjunct.byname from list of maps for test_nis. by Martin v. Löwis · 19 years ago
  12. dd4c398 Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 19 years ago
  13. 3c48709 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 19 years ago
  14. 463a42b Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 19 years ago
  15. f4fe46d Backport from trunk r52223: by Hye-Shik Chang · 19 years ago
  16. a5fe3ef Fix #1569998: no break inside try statement (outside loop) allowed. by Georg Brandl · 19 years ago
  17. 74284b9 Patch #1542451: fix crash with continue in nested try/finally by Georg Brandl · 19 years ago
  18. 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 19 years ago
  19. 10525ad Fix integer negation and absolute value to not rely by Martin v. Löwis · 19 years ago
  20. 6d7c363 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 19 years ago
  21. 7037745 Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 19 years ago
  22. 506cc18 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 19 years ago
  23. af4337a Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 19 years ago
  24. c57221e Backport rev. 51972: by Georg Brandl · 19 years ago
  25. edd81b2 Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 19 years ago
  26. a6b9ce1 Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 19 years ago
  27. 187e648 backport of r51950 by Jack Diederich · 19 years ago
  28. c70e003 Backport of fix to allow exception instances to be sliced once again. by Brett Cannon · 19 years ago
  29. 48829ba As mentioned on python-dev, reverting patch #1504333 because it introduced by Neal Norwitz · 19 years ago
  30. 19d76c5 Remove __unicode__ method so that ``unicode(BaseException)`` succeeds. by Brett Cannon · 19 years ago
  31. 62f19e4 Backport inspect.py fix from rev 51803 by Nick Coghlan · 19 years ago
  32. 137ae0c Backport from trunk r51737: by Hye-Shik Chang · 19 years ago
  33. d83e799 No, the problem was actually because buildbot uses a StringIO in by Gustavo Niemeyer · 19 years ago
  34. d1b1b8c Fixed bug #1531862: Do not close standard file descriptors in subprocess. by Gustavo Niemeyer · 19 years ago
  35. ecab623 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 19 years ago
  36. f3ce2ab Revert 51759 because it broke all the buildbots by Neal Norwitz · 19 years ago
  37. 63d675c Backporting fix for bug #1531862, committed in 51758, into 2.5, by Gustavo Niemeyer · 19 years ago
  38. 3b3aae0 Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 19 years ago
  39. 541a48b Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 19 years ago
  40. 7ae5f29 Backport fix for SF bug #1550714, itertools.tee raises SystemError by Neal Norwitz · 19 years ago
  41. 29a5fdb Fix str.rpartition(sep) when sep is not found in str. by Neal Norwitz · 19 years ago
  42. d3da7d3 Fix SF bug #1546288, crash in dict_equal by Neal Norwitz · 19 years ago
  43. c48daf5 Backport of decimal module context management updates from rev 51694 to 2.5 release branch by Nick Coghlan · 19 years ago
  44. 19c35bb - Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 19 years ago
  45. 7443b80 Backport 51432: by Neal Norwitz · 19 years ago
  46. db232dc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 19 years ago
  47. 2c3a256 Bug #1541863: uuid.uuid1 failed to generate unique identifiers by Martin v. Löwis · 19 years ago
  48. 4c6b0d5 Fix a bug in the ``compiler`` package that caused invalid code to be by Neil Schemenauer · 19 years ago
  49. dc075b9 SF#1534630 by Fredrik Lundh · 19 years ago
  50. b1cb56a Update code and tests to support the 'bytes_le' attribute (for by Ka-Ping Yee · 19 years ago
  51. 271a868 Subclasses of int/long are allowed to define an __index__. by Neal Norwitz · 19 years ago
  52. b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 19 years ago
  53. c02c1c8 Whitespace normalization. by Tim Peters · 19 years ago
  54. 85fec59 Add an additional test: BZ2File write methods should raise IOError by Georg Brandl · 19 years ago
  55. 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 19 years ago
  56. 2463f8f Make tabnanny recognize IndentationErrors raised by tokenize. by Georg Brandl · 19 years ago
  57. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 19 years ago
  58. 56423e5 Fix segfault when doing string formatting on subclasses of long if by Neal Norwitz · 19 years ago
  59. 1872b1c Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots by Neal Norwitz · 19 years ago
  60. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 19 years ago
  61. f3e3042 Repair logging test spew caused by rev. 51206. by Georg Brandl · 19 years ago
  62. 953c189 Ah, fudge. One of the prints here actually "shouldn't be" by Tim Peters · 19 years ago
  63. 1742f33 test_signal: Signal handling on the Tru64 buildbot by Tim Peters · 19 years ago
  64. 421c131 Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed by Neal Norwitz · 19 years ago
  65. 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 19 years ago
  66. 003c9e2 Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). by Neal Norwitz · 19 years ago
  67. 8b8c59c force_test_exit(): This has been completely ineffective by Tim Peters · 19 years ago
  68. 0857477 test_PyThreadState_SetAsyncExc(): This is failing on some by Tim Peters · 19 years ago
  69. b7ad1eb Whitespace normalization broke test_cgi, because a line by Tim Peters · 19 years ago
  70. 0d9ca9f Whitespace normalization. by Tim Peters · 19 years ago
  71. 4643c2f Followup to bug #1069160. by Tim Peters · 19 years ago
  72. 9568b73 Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Guido van Rossum · 19 years ago
  73. b2dd1a3 test_copytree_simple(): This was leaving behind two new temp by Tim Peters · 19 years ago
  74. 97ff047 Concatenation on a long string breaks (SF #1526585). by Armin Rigo · 19 years ago
  75. 51fc8c4 Fix and test for an infinite C recursion. by Armin Rigo · 19 years ago
  76. ab2f8f7 __hash__ may now return long int; the final hash by Martin v. Löwis · 19 years ago
  77. 8e24a96 Whitespace normalization. by Tim Peters · 19 years ago
  78. dc68ffd Remove accidently committed, duplicated test. by Thomas Heller · 19 years ago
  79. ab1049c memcmp() can return values other than -1, 0, and +1 but tp_compare must not. by Thomas Heller · 19 years ago
  80. 16ee33a test_threading now skips testing alternate thread stack sizes on by Andrew MacIntyre · 19 years ago
  81. d336e98 Don't produce output in test_builtin. by Georg Brandl · 19 years ago
  82. 7e3ba2a Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 19 years ago
  83. 9908d16 Bug #1535182: really test the xreadlines() method of bz2 objects. by Georg Brandl · 19 years ago
  84. e6c9f98 Fix #1530559, struct.pack raises TypeError where it used to convert. by Bob Ippolito · 19 years ago
  85. b1ccc4d Whitespace normalization. by Tim Peters · 19 years ago
  86. e9462c7 Change fix for segfaulting property(), add a NEWS entry and a test. by Georg Brandl · 19 years ago
  87. 06ded09 Fix the 'compiler' package to generate correct code for MAKE_CLOSURE. by Neil Schemenauer · 19 years ago
  88. 0cbd805 Bug #1333982: string/number constants were inappropriately stored by Neal Norwitz · 19 years ago
  89. 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 19 years ago
  90. ff4b63b Bug #1531405, format_exception no longer raises an exception if by Neal Norwitz · 19 years ago
  91. 9b0ca79 Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during by Neal Norwitz · 19 years ago
  92. 3ee5941 Let us know when there was a problem and the child had to kill the parent by Neal Norwitz · 19 years ago
  93. 4edcba6 Whitespace normalization. by Tim Peters · 19 years ago
  94. 86e1e38 [Patch #1520905] Attempt to suppress core file created by test_subprocess.py. by Andrew M. Kuchling · 19 years ago
  95. 6458452 Whitespace normalization. by Tim Peters · 19 years ago
  96. 313f8a9 Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help by Neal Norwitz · 19 years ago
  97. ec3c5e3 Verify that the signal handlers were really called by Neal Norwitz · 19 years ago
  98. 4e67838 Don't copy directory stat times in shutil.copytree on Windows Fixes #1525866. by Martin v. Löwis · 19 years ago
  99. f71ec5a Bug #1515471: string.replace() accepts character buffers again. by Neal Norwitz · 19 years ago
  100. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 19 years ago