1. b98b37f Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  2. 89a6e9a fix possible refleak (closes #14752) by Benjamin Peterson · 12 years ago
  3. d9e4a41 Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c. by Larry Hastings · 12 years ago
  4. 3b66623 remove basically bitrotted XXXs by Benjamin Peterson · 12 years ago
  5. da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 12 years ago
  6. 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 12 years ago
  7. cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 12 years ago
  8. 640335c Fix issue number in Misc/NEWS. by Mark Dickinson · 12 years ago
  9. 0958a4d Fix document title for Sphinx. by Georg Brandl · 12 years ago
  10. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 12 years ago
  11. 9ab3fdd #14034: fix indentation. by Ezio Melotti · 12 years ago
  12. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  13. b4c8902 #13183: backport fixes to test_pdb to 3.2 branch by Georg Brandl · 12 years ago
  14. 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 12 years ago
  15. 16f6f83 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  16. ab3da29 close() doesn't take any args (closes #14717) by Benjamin Peterson · 12 years ago
  17. 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  18. 39687ee os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  19. e8a255a Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  20. cb17204 fix windows test failure - issue13183 by Senthil Kumaran · 12 years ago
  21. 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  22. 42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  23. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  24. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  25. 290416f Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  26. e654c11 Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. by Martin v. Löwis · 12 years ago
  27. b8f02b5 fixed test_imaplib failure on Win by Alexander Belopolsky · 12 years ago
  28. 407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. by Mark Dickinson · 12 years ago
  29. 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  30. ea7e9f9 Issue #9154: Fix parser module to understand function annotations. by Mark Dickinson · 12 years ago
  31. 99a5638 Issue 14688: Fix typo by Raymond Hettinger · 12 years ago
  32. 3899283 #14236: fix docs for \S. by Ezio Melotti · 12 years ago
  33. a0b1d1e #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  34. b8e336b Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  35. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  36. e990092 #14236: mention Unicode whitespace in \s documentation. by Ezio Melotti · 12 years ago
  37. 0a6b541 #14461: fix wording. by Ezio Melotti · 12 years ago
  38. 8dc5004 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  39. 7e70a5c httplib - minor update to check empty response by Senthil Kumaran · 12 years ago
  40. 9c29f86 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 12 years ago
  41. 285e51b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  42. 100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  43. b05ac86 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 12 years ago
  44. c2ad0aa Fixed test to work on Windows. by Vinay Sajip · 12 years ago
  45. 66b8b08 Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 12 years ago
  46. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  47. d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  48. 3e29d93 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  49. e6c3462 Issue #13478: document timeit.default_timer() by Sandro Tosi · 12 years ago
  50. 08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 12 years ago
  51. 7b16687 don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 12 years ago
  52. 790e005 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  53. cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 12 years ago
  54. c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  55. 88ec620 news for issue13684 by Senthil Kumaran · 12 years ago
  56. b12771a 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 12 years ago
  57. 2cc52ef add Mark Shannon by Benjamin Peterson · 12 years ago
  58. 7a436c5 sleep here by Benjamin Peterson · 12 years ago
  59. 37fc401 Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) by Nick Coghlan · 12 years ago
  60. a42665f issue2193 - Update 3.2 docs about legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  61. bcc17ee Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. by Mark Dickinson · 12 years ago
  62. 63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding by Martin v. Löwis · 12 years ago
  63. 8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 12 years ago
  64. 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 12 years ago
  65. 0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 12 years ago
  66. cc19140 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  67. 2c14146 improve by Benjamin Peterson · 12 years ago
  68. e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 12 years ago
  69. 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 12 years ago
  70. ab2d58e Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 12 years ago
  71. 62930e1 Corrected version numbers in cookbook example. by Vinay Sajip · 12 years ago
  72. 59b9a79 Tweaked format of cookbook example. by Vinay Sajip · 12 years ago
  73. b00e8f1 Added cookbook example for BOM insertion. by Vinay Sajip · 12 years ago
  74. ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  75. aa292f9 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  76. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  77. 18e3d81 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. by Mark Dickinson · 12 years ago
  78. 473fde6 Make all socket related modules link with ws2_32.lib on windows, like by Kristján Valur Jónsson · 12 years ago
  79. 1ee1719 fix typo; thanks to Jérôme Mainka from docs@ by Sandro Tosi · 12 years ago
  80. 84e59aa Fix highlight and spacing in json example. by Ezio Melotti · 12 years ago
  81. f86b28e #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  82. 650dfaf #14399: corrected news item by R David Murray · 12 years ago
  83. 3bf0175 move outside WITH_THREAD conditional by Benjamin Peterson · 12 years ago
  84. 43162b8 take linkage def outside of WITH_THREAD conditional (closes #14569) by Benjamin Peterson · 12 years ago
  85. 504a83f merge heads by Amaury Forgeot d'Arc · 12 years ago
  86. a9d33a2 Issue14559: Fix build files old Microft compilers. by Amaury Forgeot d'Arc · 12 years ago
  87. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  88. d46d69c 3.2 sidebar: link to 3.3, not 3.1 by Georg Brandl · 12 years ago
  89. 5739e10 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  90. e7bade5 #14553: fix word order. by R David Murray · 12 years ago
  91. 644cabe #14552: remove redundant wording in 'test' docs. by R David Murray · 12 years ago
  92. 118ef7c merge 3.1 (null) by Benjamin Peterson · 12 years ago
  93. 2fd0b1a after 3.1.5 by Benjamin Peterson · 12 years ago
  94. 776c0df #14508: make gprof2html script runnable under python3 by R David Murray · 12 years ago
  95. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  96. f6cd9b2 Improve the threading.Condition docs. by Antoine Pitrou · 12 years ago
  97. 2c58075 Closes #14545: make clearer what was added. by Georg Brandl · 12 years ago
  98. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  99. 507776e Post-release update. by Georg Brandl · 12 years ago
  100. b96a354 Small improvements to the threading docs: better publicize support for the with statement. by Antoine Pitrou · 12 years ago