1. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  2. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 13 years ago
  3. e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  4. 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  5. 88e1945 Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  6. 5ca305a Issue 11715: Build extension modules on multiarch Debian and Ubuntu by by Barry Warsaw · 13 years ago
  7. 8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 13 years ago
  8. c824e9a Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  9. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 13 years ago
  10. 45fdb45 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  11. b35f29a Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  12. b5ff3e4 Fix typo noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  13. d055956 Merge 3.1 by Kristjan Valur Jonsson · 13 years ago
  14. 35722a9 Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. by Kristjan Valur Jonsson · 13 years ago
  15. d6c1d57 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 13 years ago
  16. acb6309 Merge issue 11662. by Guido van Rossum · 13 years ago
  17. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  18. ad45bfe let's keep parenthesis around sizeof by Benjamin Peterson · 13 years ago
  19. 9b2e67c #10617: add class directives to collections ABCs. by Ezio Melotti · 13 years ago
  20. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 13 years ago
  21. 92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 13 years ago
  22. ccd2283 Fix misplaced Misc/NEWS entry. by Mark Dickinson · 13 years ago
  23. 9bad3a9 Fix short file name generation in bdist_msi. by Martin v. Löwis · 13 years ago
  24. c01ffdf revert unintended changes by Benjamin Peterson · 13 years ago
  25. 39530f8 always check return value of PyObject_IsInstance for error by Benjamin Peterson · 13 years ago
  26. 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 13 years ago
  27. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 13 years ago
  28. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  29. 211643b Branch merge by Éric Araujo · 13 years ago
  30. 946f172 <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 by Kurt B. Kaiser · 13 years ago
  31. f84eb5a Branch merge by Éric Araujo · 13 years ago
  32. 5ab4776 Tweaks to sys.flags description table. by Éric Araujo · 13 years ago
  33. a464d4e Remove untrue statement from tutorial by Éric Araujo · 13 years ago
  34. b9a428d #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  35. 4dcf502 Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] by Éric Araujo · 13 years ago
  36. ebbf1e6 #2650: Refactor re.escape to use enumerate(). by Ezio Melotti · 13 years ago
  37. 7b9e97b #2650: Add tests with non-ascii chars for re.escape. by Ezio Melotti · 13 years ago
  38. d2114eb #2650: Refactor the tests for re.escape. by Ezio Melotti · 13 years ago
  39. 5cf7878 Merge 3.1 by Kurt B. Kaiser · 13 years ago
  40. b938c8c #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  41. f9439914 Merge 3.1 by Kurt B. Kaiser · 13 years ago
  42. 29943aa test_multiprocessing: use assertLess() to see the timeout on error by Victor Stinner · 13 years ago
  43. cafd79d #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  44. ec1b5b8 #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  45. 4804991 Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 13 years ago
  46. c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  47. 3b654be Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  48. a8e4d6e Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 13 years ago
  49. b199b22 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  50. e5820c6 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  51. 82d8ec5 Fix duplicate word. by Georg Brandl · 13 years ago
  52. 75fc566 <Home> toggle non-functional when NumLock set on Windows. Issue3851. by Kurt B. Kaiser · 13 years ago
  53. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 13 years ago
  54. e788ace Fix some issue references in NEWS by Éric Araujo · 13 years ago
  55. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 13 years ago
  56. 09eb980 Fix typo in class name by Éric Araujo · 13 years ago
  57. 8189ab8 Call reap_children() where appropriate by Antoine Pitrou · 13 years ago
  58. 9c0d5ea Markup fixes for #7198 patch. by R David Murray · 13 years ago
  59. f453deb #7198: really add newline='' to csv.writer docs. by R David Murray · 13 years ago
  60. 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 13 years ago
  61. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  62. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 13 years ago
  63. 9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. by Senthil Kumaran · 13 years ago
  64. de91276 #11401: handle headers with no value. by R David Murray · 13 years ago
  65. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 13 years ago
  66. d3b7a55 Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS by Jesus Cea · 13 years ago
  67. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 13 years ago
  68. 9465d42 Revert typo fixes in zlib/* by Ezio Melotti · 13 years ago
  69. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  70. e3d09ff #11216: document all possible set_charset execution paths. by R David Murray · 13 years ago
  71. 126848a Fix whitespace in test_subprocess by Antoine Pitrou · 13 years ago
  72. 87541aa Merge by Antoine Pitrou · 13 years ago
  73. ec4b44b make this subversion artifact empty by Benjamin Peterson · 13 years ago
  74. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 13 years ago
  75. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 13 years ago
  76. 8beaa6c Revert typo fixes in _cytpes/libffi* by Ezio Melotti · 13 years ago
  77. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 13 years ago
  78. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  79. f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 13 years ago
  80. e72e161 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list by Ronald Oussoren · 13 years ago
  81. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  82. 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 13 years ago
  83. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 13 years ago
  84. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 13 years ago
  85. d79210a #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  86. 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  87. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 13 years ago
  88. 77845ce Fix typo. by Ezio Melotti · 13 years ago
  89. ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 13 years ago
  90. 37a79fb Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 13 years ago
  91. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 13 years ago
  92. 26606fd Issue #11403: add some MSVC-generated files to .hgignore by Antoine Pitrou · 13 years ago
  93. 7885833 #11446: fix incorrect PEP link. by Ezio Melotti · 13 years ago
  94. 9cc6249 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 13 years ago
  95. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 13 years ago
  96. c29cd93 Use simpler assert in basic example. by Ezio Melotti · 13 years ago
  97. c542547 Reword the finalization note. by Gregory P. Smith · 13 years ago
  98. c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  99. 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 13 years ago
  100. 7983d33 Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 13 years ago