1. 5e4e31f Fix various minor issues discovered with static analysis using Visual Studio 2005 Team System. by Kristján Valur Jónsson · 18 years ago
  2. 8ff1f6a Bug #1704156: Support for unicode strings as input filenames is by Lars Gustäbel · 18 years ago
  3. 93a3603 Backport r54786: by Walter Dörwald · 18 years ago
  4. 552ba11 Backport r54671 - fix in python.sty. by Georg Brandl · 18 years ago
  5. 104377b Backport r54762: exceptions are no longer old-style instances. by Georg Brandl · 18 years ago
  6. 82966e5 Backport r54763: repair missing spaces after \UNIX. by Georg Brandl · 18 years ago
  7. 6cf5abf Backport r54787 - better error messages in rexec and bastion by Georg Brandl · 18 years ago
  8. 1dfa8ac Backport r54757 - missing NULL checks. by Georg Brandl · 18 years ago
  9. 9319e43 Patch #1695229: Fix a regression with tarfile.open() and a missing name by Lars Gustäbel · 18 years ago
  10. d220144 Fix directory names to have only one trailing slash. by Lars Gustäbel · 18 years ago
  11. 9701832 Tagging for release of Python 2.5.1 by Anthony Baxter · 18 years ago
  12. ef57abd 2.5.1 final by Anthony Baxter · 18 years ago
  13. 87b5d91 Revert 53667 by Raymond Hettinger · 18 years ago
  14. e6e383f Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or by Neal Norwitz · 18 years ago
  15. 8d61db5 Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 18 years ago
  16. 03c566a Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 18 years ago
  17. a4ff44a Revert 54815 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 18 years ago
  18. 16b7b53 SF #1701207: svnversion_init assertion failed by Neal Norwitz · 18 years ago
  19. a30d8bd Fix potential crash in path manipulation on windows by Kristján Valur Jónsson · 18 years ago
  20. 9d9fbb4 Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127 by Kristján Valur Jónsson · 18 years ago
  21. 9bd522d Add code to read from master_fd in the parent, breaking when we get an OSError by Barry Warsaw · 18 years ago
  22. 9df5fa0 Describe undocumented third argument to touchline() by Andrew M. Kuchling · 18 years ago
  23. 2ae2f75 Tagging for release of Python 2.5.1c1 by Anthony Baxter · 18 years ago
  24. ef4364f Fix unpack so it works on 64-bit platforms. by Neal Norwitz · 18 years ago
  25. 9515c96 preparing for 2.5.1c1 by Anthony Baxter · 18 years ago
  26. b2064d7 Fix-up error-exits on struct_unpack(). by Raymond Hettinger · 18 years ago
  27. 3608f05 Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
  28. 8863544 Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  29. 5d2d2ef - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 18 years ago
  30. 9528905 SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes by Raymond Hettinger · 18 years ago
  31. 6a390b3 SF 1602378 Clarify docstrings for bisect by Raymond Hettinger · 18 years ago
  32. d6030ac Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 18 years ago
  33. 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 18 years ago
  34. 93e9384 Backport 54644: by Neal Norwitz · 18 years ago
  35. 5306982 Bump the patch level version of distutils since there were a few bug fixes by Marc-André Lemburg · 18 years ago
  36. 48642d4 Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS by Georg Brandl · 18 years ago
  37. 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 18 years ago
  38. ef9e09e Add item by Andrew M. Kuchling · 18 years ago
  39. 7b1be36 In Windows' time.clock(), when QueryPerformanceFrequency() fails, by Georg Brandl · 18 years ago
  40. 6524573 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 18 years ago
  41. b151f72 Prevent creation (followed by a segfault) of array types when the size by Thomas Heller · 18 years ago
  42. a8ddae6 Bug #978833: Revert r50844, as it broke _socketobject.dup. by Martin v. Löwis · 18 years ago
  43. fe048e8 Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. by Martin v. Löwis · 18 years ago
  44. 50d1d0b Explain the purpose of the b_needsfree flag. This answers Neals by Thomas Heller · 18 years ago
  45. 02b8fee Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 18 years ago
  46. 4d89119 Bug #1685704: use -m switch in timeit docs. (backport from rev. 54524) by Georg Brandl · 18 years ago
  47. e5df857 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  48. 7ed0a65 Test and fix fromkeys optional argument. by Raymond Hettinger · 18 years ago
  49. e1b4a7e Add NEWS entry for old item by Andrew M. Kuchling · 18 years ago
  50. 9225f22 Bug #1684254: webbrowser now uses shlex to split any command lines by Georg Brandl · 18 years ago
  51. bd9d513 Patch #1684834: document some utility C API functions. by Georg Brandl · 18 years ago
  52. 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  53. f94e89c Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  54. 42f4cfa Add new example by Raymond Hettinger · 18 years ago
  55. c77f6c6 Backport docs for recv_into and recvfrom_into. by Georg Brandl · 18 years ago
  56. 8e92dd0 move note to the correct section by Gregory P. Smith · 18 years ago
  57. d200466 RFE #1670167: fix in isinstance() docs. (backport from rev. 54409) by Georg Brandl · 18 years ago
  58. 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  59. c1b4e8e Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  60. 7cd6ef0 Also commit the patch ;) by Georg Brandl · 18 years ago
  61. 385cd40 Patch #1681153: the wave module now closes a file object it opened if by Georg Brandl · 18 years ago
  62. abcb4bb Patch #1680978: consistently use "alive" instead of "active" in the by Georg Brandl · 18 years ago
  63. 7520df4 Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 18 years ago
  64. 1a5fe58 Document fixed bugs by Barry Warsaw · 18 years ago
  65. 94c8872 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
  66. 027ac24 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  67. 12e8fe6 doc update from HEAD. don't list "Unix, Windows" as a platform since that by Gregory P. Smith · 18 years ago
  68. 5cdefad doc update from HEAD by Gregory P. Smith · 18 years ago
  69. 924d148 SF bug #1582282; decode_header() incorrectly splits not-conformant RFC by Barry Warsaw · 18 years ago
  70. 2a98ff8 Inline PyImport_GetModulesReloading(). Backport from r54368. by Collin Winter · 18 years ago
  71. afa4f48 Patch #1194449: correctly detect unbound methods in pydoc. by Georg Brandl · 18 years ago
  72. d6e73c1 Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 18 years ago
  73. 1300831 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 18 years ago
  74. 74fb211 Patch #1569798: fix a bug in distutils when building Python from a by Georg Brandl · 18 years ago
  75. 6cdcdbc Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to by Georg Brandl · 18 years ago
  76. 0a24d10 Patch #1679379: add documentation for fnmatch.translate(). by Georg Brandl · 18 years ago
  77. e19d7a3 Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
  78. 1817f09 Typo fix. (backport from rev. 54292) by Georg Brandl · 18 years ago
  79. a8cfa2a Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. by Martin v. Löwis · 18 years ago
  80. ef23d70 Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the by Barry Warsaw · 18 years ago
  81. 98d1a4d Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more by Collin Winter · 18 years ago
  82. fbf1f3e Fix resource leak reported in SF #1516995. by Vinay Sajip · 18 years ago
  83. 3e43bcc Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the IndexError caused by passing in an invalid breakpoint number. by Collin Winter · 18 years ago
  84. ad3d2c2 Patch #1675981: remove unreachable code from type.__new__() method. by Žiga Seilnacht · 18 years ago
  85. d28d9c8 Add missing "return" statements in exception handler. by Georg Brandl · 18 years ago
  86. 69fe9e4 Convert an assert to a raise so it works even in the presence of -O. by Collin Winter · 18 years ago
  87. 237458b Revert rev. 54198, it's not really backwards compatible. by Georg Brandl · 18 years ago
  88. 86d8d35 Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. Fixed by patch #1545011. by Collin Winter · 18 years ago
  89. 8bf469d Merged revisions 54248 via svnmerge from by Thomas Heller · 18 years ago
  90. f7eed5e Merged revisions 54244 via svnmerge from by Thomas Heller · 18 years ago
  91. e788155 Fix SF #1676971, Complex OverflowError has a typo by Neal Norwitz · 18 years ago
  92. afd9b2b Manual backport of r54233. This will help prevent spurious Buildbot failures by Brett Cannon · 18 years ago
  93. 1622d82 SF #1637850: make_table in difflib did not work with unicode by Raymond Hettinger · 18 years ago
  94. 590af0a Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order. by Collin Winter · 18 years ago
  95. 154bc7c SF 1676321: empty() returned wrong result by Raymond Hettinger · 18 years ago
  96. d59ea47 Add a NEWS entry for rev. 54207,8. (backport from rev. 54222) by Georg Brandl · 18 years ago
  97. dfc2966 Fix #1676656: \em is different from \emph... (backport from rev. 54220) by Georg Brandl · 18 years ago
  98. 0c4f3fd Backport skipping fromtimestamp(negative value) tests on Windows (from rev. 54209) by Georg Brandl · 18 years ago
  99. d480b33 backport rev. 54207: add a few sanity checks in unittest.TestSuite.addTest(s). by Georg Brandl · 18 years ago
  100. 4a7da9c Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. by Georg Brandl · 18 years ago