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