1. f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  2. 412a9ea Patch #1572724: fix typo ('=' instead of '==') in _msi.c. by Georg Brandl · 18 years ago
  3. 9999479 Add news item for rev. 52211 change by Andrew M. Kuchling · 18 years ago
  4. b788346 Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault by Hye-Shik Chang · 18 years ago
  5. 846f73a Add missing NEWS entry for rev. 52129. by Georg Brandl · 18 years ago
  6. 8b27426 Add MSVC8 project files to create wininst-8.exe. by Martin v. Löwis · 18 years ago
  7. 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  8. 820d6ac Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
  9. 373d90b Convert test_imp over to unittest. by Brett Cannon · 18 years ago
  10. ebe2670 Fix test for uintptr_t. Fixes #1568842. Will backport. by Martin v. Löwis · 18 years ago
  11. 44a7b3a Bug #1546052: clarify that PyString_FromString(AndSize) copies the by Georg Brandl · 18 years ago
  12. a92979a Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 18 years ago
  13. 4ddfcd3 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
  14. 154324a Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 18 years ago
  15. 05b3c45 Bug #1457823: cgi.(Sv)FormContentDict's constructor now takes by Georg Brandl · 18 years ago
  16. 8d1e5bf Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 18 years ago
  17. fb25773 Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 18 years ago
  18. 3267d28 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
  19. 5d59c09 Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
  20. 8c66745 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 18 years ago
  21. f8508cc wording change by Gregory P. Smith · 18 years ago
  22. 43889c0 Add news item for rev. 51815 by Andrew M. Kuchling · 18 years ago
  23. 11b3535 Make the error message for when the time data and format do not match clearer. by Brett Cannon · 18 years ago
  24. c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
  25. a10d3af Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
  26. 2c94bf7 Fix webbrowser.BackgroundBrowser on Windows. by Georg Brandl · 18 years ago
  27. 3a23017 Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). by Neal Norwitz · 18 years ago
  28. 4a8fbdb Fix %zd string formatting on Mac OS X so it prints negative numbers. by Neal Norwitz · 18 years ago
  29. d10a0f7 added itertools.count(-n) fix by Jack Diederich · 18 years ago
  30. c8939d2 Make python.vim output more deterministic. by Brett Cannon · 18 years ago
  31. f6aa86e Allow exceptions to be directly sliced again by Brett Cannon · 18 years ago
  32. 9adeab7 Accidentally didn't commit Misc/NEWS entry on when __unicode__() was removed by Brett Cannon · 18 years ago
  33. 2fa0679 Fixes a bug with bsddb.DB.stat where the flags and txn keyword by Gregory P. Smith · 18 years ago
  34. 43fd99c Patch #1557515: Add RLIMIT_SBSIZE. by Martin v. Löwis · 18 years ago
  35. ec6c2df Forward-port of rev. 51857: by Georg Brandl · 18 years ago
  36. bcc119a Forward port of 51850 from release25-maint branch. by Neal Norwitz · 18 years ago
  37. b3c18f8 Add missing NEWS entry for rev 51803 by Nick Coghlan · 18 years ago
  38. c36bede Fixed subprocess bug #1531862 again, after removing tests offending buildbot by Gustavo Niemeyer · 18 years ago
  39. 9614868 Add news item for bug fix of SF bug report #1546372. by Marc-André Lemburg · 18 years ago
  40. 4e93313 Fix missing import of the types module in logging.config. by Georg Brandl · 18 years ago
  41. ca460d9 with and as are now keywords. There are some generated files I can't recreate. by Neal Norwitz · 18 years ago
  42. 98775df Bug #1550983: emit better error messages for erroneous relative by Georg Brandl · 18 years ago
  43. 74bb783 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 18 years ago
  44. 314bef9 Revert 51758 because it broke all the buildbots by Neal Norwitz · 18 years ago
  45. 8cb64ea Fixing #1531862: Do not close standard file descriptors in the by Gustavo Niemeyer · 18 years ago
  46. 2cad3e9 Fix a typo: 2013 -> 0213 by Hye-Shik Chang · 18 years ago
  47. 199f1db Fix a few bugs on cjkcodecs found by Oren Tirosh: by Hye-Shik Chang · 18 years ago
  48. dac090d Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  49. 4bc2c09 Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 18 years ago
  50. d34e427 Add a NEWS entry for str.rpartition() change by Neal Norwitz · 18 years ago
  51. 919d5cc This was found by Guido AFAIK on p3yk (sic) branch. by Neal Norwitz · 18 years ago
  52. a22975f Fix SF bug #1546288, crash in dict_equal. by Neal Norwitz · 18 years ago
  53. c10c9d0 "Conceptual" merge of rev 51711 from the 2.5 branch. by Tim Peters · 18 years ago
  54. bb0996c NEWS entry on trunk for decimal module changes by Nick Coghlan · 18 years ago
  55. 69e8897 Bug #1550714: fix SystemError from itertools.tee on negative value for n. by Neal Norwitz · 18 years ago
  56. 6aefa91 Bug #1548092: fix curses.tparm seg fault on invalid input. Needs backport to 2.5.1 and earlier. by Neal Norwitz · 18 years ago
  57. 4f096d9 Patch #1542451: disallow continue anywhere under a finally by Neal Norwitz · 18 years ago
  58. 8c036cc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 18 years ago
  59. 8a26706 SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macro by Neal Norwitz · 18 years ago
  60. 648c110 Bug #1541682: Fix example in the "Refcount details" API docs. by Georg Brandl · 18 years ago
  61. 92422fb Add template for 2.6 on HEAD by Neal Norwitz · 18 years ago
  62. 2eb8c4f Bug #1541863: uuid.uuid1 failed to generate unique identifiers by Martin v. Löwis · 18 years ago
  63. 4c6b0d5 Fix a bug in the ``compiler`` package that caused invalid code to be by Neil Schemenauer · 18 years ago
  64. c13324e Grammar fix by Andrew M. Kuchling · 18 years ago
  65. 574cfea Add NEWS item mentioning the reverted distutils version number patch. by Marc-André Lemburg · 18 years ago
  66. b4a0cf1 Remove the special casing of Py_None when converting the return value by Thomas Heller · 18 years ago
  67. f9b5b8e Wording/typo fixes by Andrew M. Kuchling · 18 years ago
  68. b0aa98f The __repr__ method of a NULL py_object does no longer raise an by Thomas Heller · 18 years ago
  69. 5817959 news entry for 51307 by Anthony Baxter · 18 years ago
  70. a09fd6e Build _hashlib on Windows. Build OpenSSL with masm assembler code. by Martin v. Löwis · 18 years ago
  71. d112bc7 Patch #1540892: site.py Quitter() class attempts to close sys.stdin by Kurt B. Kaiser · 18 years ago
  72. b409666 preparing for 2.5c1 by Anthony Baxter · 18 years ago
  73. b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 18 years ago
  74. bf8c195 Georg fixed one of my bugs, so I'll repay him with 2 NEWS entries. by Neal Norwitz · 18 years ago
  75. 7a1af77 Patch #1536071: trace.py should now find the full module name of a by Georg Brandl · 18 years ago
  76. 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 18 years ago
  77. 1ce433e News item for rev 51281. by Thomas Heller · 18 years ago
  78. 757ea27 Readd NEWS items that were accidentally removed by r51276. by Marc-André Lemburg · 18 years ago
  79. 8672004 Apply the patch #1532975 plus ideas from the patch #1533481. by Thomas Heller · 18 years ago
  80. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
  81. 56423e5 Fix segfault when doing string formatting on subclasses of long if by Neal Norwitz · 18 years ago
  82. 1872b1c Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots by Neal Norwitz · 18 years ago
  83. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
  84. 0a7d1bb logging's atexit hook now runs even if the rest of the module has by Georg Brandl · 18 years ago
  85. 003c9e2 Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). by Neal Norwitz · 18 years ago
  86. 4643c2f Followup to bug #1069160. by Tim Peters · 18 years ago
  87. c69ac25 Fix title -- it's rc1, not beta3. by Guido van Rossum · 18 years ago
  88. 133f4e4 News item for SF bug 1112549. by Guido van Rossum · 18 years ago
  89. ab2f8f7 __hash__ may now return long int; the final hash by Martin v. Löwis · 18 years ago
  90. ab1049c memcmp() can return values other than -1, 0, and +1 but tp_compare must not. by Thomas Heller · 18 years ago
  91. 16ee33a test_threading now skips testing alternate thread stack sizes on by Andrew MacIntyre · 18 years ago
  92. 7e3ba2a Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 18 years ago
  93. 9908d16 Bug #1535182: really test the xreadlines() method of bz2 objects. by Georg Brandl · 18 years ago
  94. 212b587 Patch #1534922: correct and enhance unittest docs. by Georg Brandl · 18 years ago
  95. e6c9f98 Fix #1530559, struct.pack raises TypeError where it used to convert. by Bob Ippolito · 18 years ago
  96. db7b443 Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd. by Thomas Heller · 18 years ago
  97. 1798489 Fix #1530448 - fix ctypes build failure on solaris 10. by Thomas Heller · 18 years ago
  98. 74d36f0 On Windows, make PyErr_Warn an exported function again. by Thomas Heller · 18 years ago
  99. e9462c7 Change fix for segfaulting property(), add a NEWS entry and a test. by Georg Brandl · 18 years ago
  100. 06ded09 Fix the 'compiler' package to generate correct code for MAKE_CLOSURE. by Neil Schemenauer · 18 years ago