1. b2a39da Fix tag references in 3.2 branch. by Georg Brandl · 13 years ago
  2. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 13 years ago
  3. 6e63a41 Fix tag references in 3.1 branch. by Georg Brandl · 13 years ago
  4. faa9ad2 Add updated .hgeol file and fix newlines in the 2.7 branch. by Georg Brandl · 13 years ago
  5. 9504bc1 Fix tag references in 2.7 branch. by Georg Brandl · 13 years ago
  6. b5c93e9 Add .hgeol file and fix newlines in the 2.6 branch. by Georg Brandl · 13 years ago
  7. 6feb900 Fix tag references in 2.6 branch. by Georg Brandl · 13 years ago
  8. 4db2c25 Add .hgeol file and fix newlines in the 2.5 branch. by Georg Brandl · 13 years ago
  9. 2af945c Fix tag references in 2.5 branch. by Georg Brandl · 13 years ago
  10. 27ee089 Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() by Victor Stinner · 13 years ago
  11. 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 13 years ago
  12. 3a9559b Update Misc/NEWS to include issue #9795 (nntplib context manager support) by Giampaolo Rodolà · 13 years ago
  13. dc29e7d Include Марк Коренберг and Steffen Daode Nurpmeso in Mist/ACKS for contributions in issues 11265 and 11351. by Giampaolo Rodolà · 13 years ago
  14. 0716a57 Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods by Eli Bendersky · 13 years ago
  15. 680e6eb Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  16. 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 13 years ago
  17. e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  18. 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 13 years ago
  19. 424298a Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. by Giampaolo Rodolà · 13 years ago
  20. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 13 years ago
  21. 1a33790 Merged revisions 88730 via svnmerge from by R. David Murray · 13 years ago
  22. 752b950 Merged revisions 88730 via svnmerge from by R. David Murray · 13 years ago
  23. 91221f2 #11306: Treat EROFS like EACCES when making a 'file is read-only' decision by R. David Murray · 13 years ago
  24. acdad9a Issue 11351 - apply patch by Steffen Daode Nurpmeso which should fix TestSendfile.test_headers failure on OSX. by Giampaolo Rodolà · 13 years ago
  25. d65224f Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  26. 00a4286 Merged revisions 88726 via svnmerge from by Giampaolo Rodolà · 13 years ago
  27. de3dc0f fix attribute error by Giampaolo Rodolà · 13 years ago
  28. 2f95dc0 Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  29. ff45fed Issue #11377: Fix quoting on Windows in test_platform by Victor Stinner · 13 years ago
  30. 9c9105d Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  31. 1bc75c6 Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN errors on accept(), recv() and send(). by Giampaolo Rodolà · 13 years ago
  32. 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 13 years ago
  33. 7b3b20a Issue #8513: On UNIX, subprocess supports bytes command string. by Victor Stinner · 13 years ago
  34. 8370bb9 Update compiler recursion crasher to more reliably blow the stack and add a tracker issue for it by Nick Coghlan · 13 years ago
  35. c7eb789 Merged revisions 88717 via svnmerge from by Fred Drake · 13 years ago
  36. 4462306 issue 11372: use range instead of xrange by Fred Drake · 13 years ago
  37. 863a0c3 add tests for xml.pulldom #9373 by Benjamin Peterson · 13 years ago
  38. 8eda5f7 #11335: Fix memory leak when a sort key function throws an exception by Daniel Stutzbach · 13 years ago
  39. 2f283c2 Fix my previous commit (r88709) for str.encode(errors=...) by Victor Stinner · 13 years ago
  40. a5c68c3 Issue #8923: cache str.encode() result by Victor Stinner · 13 years ago
  41. f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 13 years ago
  42. 6f58b6b Remove last use of distutils.sysconfig from the stdlib (#11364). by Éric Araujo · 13 years ago
  43. ec78522 assertEquals is deprecated by Antoine Pitrou · 13 years ago
  44. 0fbe226 Issue #10831: Document the new formats (%li, %lli, %zi) by Victor Stinner · 13 years ago
  45. 6d970f4 Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats by Victor Stinner · 13 years ago
  46. e7faec1 Fix my previous commit (r88702): initialize size_tflag in parse_format_flags() by Victor Stinner · 13 years ago
  47. 9686545 Issue #10829: Refactor PyUnicode_FromFormat() by Victor Stinner · 13 years ago
  48. f0e293c Merged revisions 88700 via svnmerge from by Victor Stinner · 13 years ago
  49. 096f1a8 Issue #10911: Add tests on CGI with non-ASCII characters by Victor Stinner · 13 years ago
  50. 819c40f Followup to issue #11140 and r88682: also patch _dummy_thread. by Antoine Pitrou · 13 years ago
  51. 2b574a2 Merged revisions 88697 via svnmerge from by Victor Stinner · 13 years ago
  52. 2512a8b Issue #11246: Fix PyUnicode_FromFormat("%V") by Victor Stinner · 13 years ago
  53. c613b6b Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  54. 2262766 Merged revisions 88691 via svnmerge from by Antoine Pitrou · 13 years ago
  55. d84dfee Merged revisions 88691 via svnmerge from by Antoine Pitrou · 13 years ago
  56. 4605a00 Endly, fix UnboundLocalError in telnetlib by Antoine Pitrou · 13 years ago
  57. 88f416e Apparently, skipUnless() doesn't prevent the execution of setUp() under 3.1. by Antoine Pitrou · 13 years ago
  58. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 13 years ago
  59. 6120d87 Merged revisions 88686 via svnmerge from by Antoine Pitrou · 13 years ago
  60. f06576d Recommend inspecting the errno attribute of socket.error objects, by Antoine Pitrou · 13 years ago
  61. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  62. 8d0f257 Add credit for r88682. by Antoine Pitrou · 13 years ago
  63. d6d17c5 No need to put this at top by Antoine Pitrou · 13 years ago
  64. fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 13 years ago
  65. cfbcec3 Issue 11348: skip os.setpriority() test if current nice level is >= 19. by Giampaolo Rodolà · 13 years ago
  66. 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 13 years ago
  67. 370d85c Python 2 can encode/decode surrogates to utf-8. Add a test for this. by Ezio Melotti · 13 years ago
  68. 8ef3907 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 13 years ago
  69. d1c9845 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 13 years ago
  70. 8a14a0c Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under Windows by Antoine Pitrou · 13 years ago
  71. f3352e7 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 13 years ago
  72. 17e25d8 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 13 years ago
  73. d0f89f3 make this a link #11345 by Benjamin Peterson · 13 years ago
  74. d3f6ea1 Merged revisions 88664 via svnmerge from by Antoine Pitrou · 13 years ago
  75. 86cbfec Merged revisions 88664 via svnmerge from by Antoine Pitrou · 13 years ago
  76. e93bf7a Issue #11326: Add the missing connect_ex() implementation for SSL sockets, by Antoine Pitrou · 13 years ago
  77. 2e7965e Merged revisions 88661 via svnmerge from by Benjamin Peterson · 13 years ago
  78. 8059e1e Merged revisions 88535,88661 via svnmerge from by Benjamin Peterson · 13 years ago
  79. d8a43b4 revert accidental formatting change by Benjamin Peterson · 13 years ago
  80. 849272b Merged revisions 88658 via svnmerge from by Benjamin Peterson · 13 years ago
  81. c6696d2 this isn't true anymore by Benjamin Peterson · 13 years ago
  82. 2de51ff Make sendfile tests more robust by Antoine Pitrou · 13 years ago
  83. 4914f9e Merged revisions 88652 via svnmerge from by Antoine Pitrou · 13 years ago
  84. 399fc14 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 13 years ago
  85. 89807a5 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 13 years ago
  86. 4a7f216 Issue #11330: Added regression test. by Vinay Sajip · 13 years ago
  87. d20a5f6 Issue #9931: Fix hangs in GUI tests under Windows in certain conditions. by Antoine Pitrou · 13 years ago
  88. ed0473c Issue #9941: Fixed TimedRotatingHandler test issues. by Vinay Sajip · 13 years ago
  89. 8ed41a8 Replace links to the old dev doc with links to the new devguide. by Éric Araujo · 13 years ago
  90. aeb187a Typos by Éric Araujo · 13 years ago
  91. 6c04569 Typos by Éric Araujo · 13 years ago
  92. 18dd0df Issue #11323: fix sendfile tests under 64-bit Solaris. by Antoine Pitrou · 13 years ago
  93. 2a4c0f8 Removed typo. by Vinay Sajip · 13 years ago
  94. f368895 Removed typo. by Vinay Sajip · 13 years ago
  95. dcc9513 Issue #11331: fixed documentation in logging cookbook. by Vinay Sajip · 13 years ago
  96. 553de0e Issue #11331: fixed documentation in logging cookbook. by Vinay Sajip · 13 years ago
  97. 10914b7 Issue #11330: asctime format bug fixed. by Vinay Sajip · 13 years ago
  98. 859c7fa Issue #11330: asctime format bug fixed. by Vinay Sajip · 13 years ago
  99. dcc20b8 Check error return from _parse_off_t(), and remove cruft from the 2->3 transition. by Antoine Pitrou · 13 years ago
  100. 5b10e9b Final update and deprecation of maintainers.rst. by Éric Araujo · 13 years ago