1. 7a21147 #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda. by Giampaolo Rodolà · 13 years ago
  2. 684d78c #11298: merge from 3.2. by Ezio Melotti · 13 years ago
  3. 3d99584 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 13 years ago
  4. 966ed31 merge heads by Benjamin Peterson · 13 years ago
  5. a393bb7 merge 3.2 by Benjamin Peterson · 13 years ago
  6. 3b59f33 merge 3.1 by Benjamin Peterson · 13 years ago
  7. 49d7149 transform izip_longest #11424 by Benjamin Peterson · 13 years ago
  8. 7988ba3 transform izip_longest #11424 by Benjamin Peterson · 13 years ago
  9. 4bcfb92 Issue #11424: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  10. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 13 years ago
  11. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 13 years ago
  12. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  13. 52d3e7e Name c -> cls in example. by Georg Brandl · 13 years ago
  14. 2b29ab1 merge 3.2 by Benjamin Peterson · 13 years ago
  15. 2ae5cff merge 3.1 by Benjamin Peterson · 13 years ago
  16. c9c8d0e merge 3.1 by Benjamin Peterson · 13 years ago
  17. d86e4c8 only do this sys.stderr replacing on CPython by Benjamin Peterson · 13 years ago
  18. 63bd5f9 Merge 3.2. by Thomas Wouters · 13 years ago
  19. 6b10343 Merge 3.1. by Thomas Wouters · 13 years ago
  20. 81638f1 Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 13 years ago
  21. 5fd4bd3 avoid casting with this nice macro by Benjamin Peterson · 13 years ago
  22. c142389 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  23. bb3e937 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  24. 21967d0 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  25. 1ebca48 Merge doc fixes. by Georg Brandl · 13 years ago
  26. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  27. 1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 13 years ago
  28. 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 13 years ago
  29. a2388be #11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ]. by Georg Brandl · 13 years ago
  30. 45ec333 #11227: use Host header in asyncore example. by Georg Brandl · 13 years ago
  31. 12a6153 #11373: fix spelling. by Georg Brandl · 13 years ago
  32. 3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 13 years ago
  33. da22719 #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 13 years ago
  34. e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 13 years ago
  35. 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 13 years ago
  36. 8a1acf2 merge heads by Georg Brandl · 13 years ago
  37. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  38. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  39. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  40. 125d5c8 Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when by Antoine Pitrou · 13 years ago
  41. f874deb Merge fix for issue #11391 by Antoine Pitrou · 13 years ago
  42. 80d3610 Merge fix for issue #11391 by Antoine Pitrou · 13 years ago
  43. 7b50c2c Fix buildbot failure following 97a5590b9291 by Antoine Pitrou · 13 years ago
  44. 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 13 years ago
  45. d1b1991 Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository. by Antoine Pitrou · 13 years ago
  46. 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 13 years ago
  47. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  48. 53b13e9 Merge tags from 3.2. by Georg Brandl · 13 years ago
  49. 776e2d4 Merge tags from 3.1. by Georg Brandl · 13 years ago
  50. 3c2ccf2 More tag fixups. by Georg Brandl · 13 years ago
  51. 533c79d Add the map of SVN revision numbers to changeset ids. by Antoine Pitrou · 13 years ago
  52. 4f10b76 Dummy-merge 3.2 branch into default branch. by Georg Brandl · 13 years ago
  53. 766f164 Dummy-merge 3.1 branch into 3.2 branch. by Georg Brandl · 13 years ago
  54. 45b0b01 Fix tag references in default branch. by Georg Brandl · 13 years ago
  55. 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 13 years ago
  56. b2a39da Fix tag references in 3.2 branch. by Georg Brandl · 13 years ago
  57. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 13 years ago
  58. 6e63a41 Fix tag references in 3.1 branch. by Georg Brandl · 13 years ago
  59. 27ee089 Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() by Victor Stinner · 13 years ago
  60. 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 13 years ago
  61. 3a9559b Update Misc/NEWS to include issue #9795 (nntplib context manager support) by Giampaolo Rodolà · 13 years ago
  62. dc29e7d Include Марк Коренберг and Steffen Daode Nurpmeso in Mist/ACKS for contributions in issues 11265 and 11351. by Giampaolo Rodolà · 13 years ago
  63. 0716a57 Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods by Eli Bendersky · 13 years ago
  64. 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 13 years ago
  65. e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  66. 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 13 years ago
  67. 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
  68. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 13 years ago
  69. 752b950 Merged revisions 88730 via svnmerge from by R. David Murray · 13 years ago
  70. 91221f2 #11306: Treat EROFS like EACCES when making a 'file is read-only' decision by R. David Murray · 13 years ago
  71. acdad9a Issue 11351 - apply patch by Steffen Daode Nurpmeso which should fix TestSendfile.test_headers failure on OSX. by Giampaolo Rodolà · 13 years ago
  72. 00a4286 Merged revisions 88726 via svnmerge from by Giampaolo Rodolà · 13 years ago
  73. de3dc0f fix attribute error by Giampaolo Rodolà · 13 years ago
  74. 2f95dc0 Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  75. ff45fed Issue #11377: Fix quoting on Windows in test_platform by Victor Stinner · 13 years ago
  76. 9c9105d Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  77. 1bc75c6 Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN errors on accept(), recv() and send(). by Giampaolo Rodolà · 13 years ago
  78. 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 13 years ago
  79. 7b3b20a Issue #8513: On UNIX, subprocess supports bytes command string. by Victor Stinner · 13 years ago
  80. 8370bb9 Update compiler recursion crasher to more reliably blow the stack and add a tracker issue for it by Nick Coghlan · 13 years ago
  81. c7eb789 Merged revisions 88717 via svnmerge from by Fred Drake · 13 years ago
  82. 4462306 issue 11372: use range instead of xrange by Fred Drake · 13 years ago
  83. 863a0c3 add tests for xml.pulldom #9373 by Benjamin Peterson · 13 years ago
  84. 8eda5f7 #11335: Fix memory leak when a sort key function throws an exception by Daniel Stutzbach · 13 years ago
  85. 2f283c2 Fix my previous commit (r88709) for str.encode(errors=...) by Victor Stinner · 13 years ago
  86. a5c68c3 Issue #8923: cache str.encode() result by Victor Stinner · 13 years ago
  87. f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 13 years ago
  88. 6f58b6b Remove last use of distutils.sysconfig from the stdlib (#11364). by Éric Araujo · 13 years ago
  89. ec78522 assertEquals is deprecated by Antoine Pitrou · 13 years ago
  90. 0fbe226 Issue #10831: Document the new formats (%li, %lli, %zi) by Victor Stinner · 13 years ago
  91. 6d970f4 Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats by Victor Stinner · 13 years ago
  92. e7faec1 Fix my previous commit (r88702): initialize size_tflag in parse_format_flags() by Victor Stinner · 13 years ago
  93. 9686545 Issue #10829: Refactor PyUnicode_FromFormat() by Victor Stinner · 13 years ago
  94. f0e293c Merged revisions 88700 via svnmerge from by Victor Stinner · 13 years ago
  95. 096f1a8 Issue #10911: Add tests on CGI with non-ASCII characters by Victor Stinner · 13 years ago
  96. 819c40f Followup to issue #11140 and r88682: also patch _dummy_thread. by Antoine Pitrou · 13 years ago
  97. 2b574a2 Merged revisions 88697 via svnmerge from by Victor Stinner · 13 years ago
  98. 2512a8b Issue #11246: Fix PyUnicode_FromFormat("%V") by Victor Stinner · 13 years ago
  99. c613b6b Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  100. d84dfee Merged revisions 88691 via svnmerge from by Antoine Pitrou · 13 years ago