1. 6a94252 Issue #14881: Allow normal non-main thread to spawn a dummy process by Richard Oudkerk · 12 years ago
  2. 877effc #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  3. 8e6287f Fix other test requirements. by Antoine Pitrou · 12 years ago
  4. 0673088 Fix memory constraint for test_decodeascii by Antoine Pitrou · 12 years ago
  5. 37484dc Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  6. cd8799f Issue #14888: Fix misbehaviour of the _md5 module when called on data larger than 2**32 bytes. by Antoine Pitrou · 12 years ago
  7. d68ffdb Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  8. e58ce01 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  9. ed8cf7a #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 12 years ago
  10. 5f045ea Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 12 years ago
  11. 897b278 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  12. 9237bb6 merge heads by Senthil Kumaran · 12 years ago
  13. 9cffd88 Fix for issue14426 - buildbots here I come by Senthil Kumaran · 12 years ago
  14. 269d213 Temporarily disabled test_race on Windows. by Vinay Sajip · 12 years ago
  15. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 12 years ago
  16. 77e77a1 Issue #14572: Prevent build failures with pre-3.5.0 versions of by Ned Deily · 12 years ago
  17. f439a36 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 12 years ago
  18. 7961bb3 Merged upstream changes. by Vinay Sajip · 12 years ago
  19. 7b57750 Ignore exceptions on test handler closing. by Vinay Sajip · 12 years ago
  20. 5f39706 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  21. 6d9c1b1 #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 12 years ago
  22. 618802d Fix Issue14721: Send Content-length: 0 for empty body () in the http.request by Senthil Kumaran · 12 years ago
  23. ea24dda Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  24. 280e9f7 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 12 years ago
  25. 491ef97 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  26. 64051d0 Stop refetching OpenSSL. by Martin v. Löwis · 12 years ago
  27. 0fc2b74 Use SSL directory from properties file. by Martin v. Löwis · 12 years ago
  28. 1bddab7 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  29. 6949392 #14832: 'first' now really refers to first arg in unittest assertItemsEqual by R David Murray · 12 years ago
  30. 019935f #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  31. 38fbd79 Issue #14829: Fix bisect issues under 64-bit Windows. by Antoine Pitrou · 12 years ago
  32. 4cf3f69 Skip test under 64-bit Windows by Antoine Pitrou · 12 years ago
  33. e3d8ab6 #1440472: reflow by R David Murray · 12 years ago
  34. af70723 #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  35. 724a55c Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  36. 580227a Force recheckout of openssl. by Martin v. Löwis · 12 years ago
  37. 7cf2222 merge heads by Senthil Kumaran · 12 years ago
  38. b0d85fd Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  39. fd0afed Upgrade openssl to 0.9.8x. by Martin v. Löwis · 12 years ago
  40. 6a2a6c2 Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  41. 8349bc2 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  42. 089d4d4 #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  43. b90252e Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  44. e7f67b5 Upgrade to bzip2 1.0.6. by Martin v. Löwis · 12 years ago
  45. ace9261 #14405: remove outdated/broken/duplicate links. by Ezio Melotti · 12 years ago
  46. e710c99 #14770: backport a couple of changes from 3.x. by Ezio Melotti · 12 years ago
  47. 6176db5 #14770: improve the library FAQ. by Ezio Melotti · 12 years ago
  48. 334be84 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  49. 56f5c38 Additional example of using decimal.localcontext(). by Raymond Hettinger · 12 years ago
  50. acdc56d Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  51. b79a01f Update ACKS. by Antoine Pitrou · 12 years ago
  52. c2b714c Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 12 years ago
  53. 35d03ed #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  54. f2011e3 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  55. 95f42a8 #14763: fix documentation for string.split/rsplit. by Ezio Melotti · 12 years ago
  56. 284fa08 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 12 years ago
  57. 5ec0340 Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  58. f1ae5cf fix possible refleak (closes #14752) by Benjamin Peterson · 12 years ago
  59. f1aeef2 remove basically bitrotted XXXs by Benjamin Peterson · 12 years ago
  60. 1d710b6 backport 7a05cb3beddf to 2.7 by Sandro Tosi · 12 years ago
  61. c5288e6 Fix document title for Sphinx. by Georg Brandl · 12 years ago
  62. 1c96f94 #14034: adapt to Python 2 and fix indentation. by Ezio Melotti · 12 years ago
  63. e48daea #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  64. 9f9970b #13183: backport fixes to test_pdb to 2.7 branch by Georg Brandl · 12 years ago
  65. 9a16fa6 Fix for issue 14725 for 2.7 branch by Richard Oudkerk · 12 years ago
  66. c642f67 Skip test_algorithms (known remote hosts need SNI, which is only available on 3.2+) by Antoine Pitrou · 12 years ago
  67. d62da9d close() doesn't take any args (closes #14717) by Benjamin Peterson · 12 years ago
  68. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 12 years ago
  69. e5d3bc4 Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  70. dee8dad os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  71. 666a573 Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  72. 0c200c2 Issue #9400: Partial backport of fix for #9244 by Richard Oudkerk · 12 years ago
  73. a9e18cd fix windows test failure - issue13183 by Senthil Kumaran · 12 years ago
  74. f3ad1f9 use formats that work on 2.7 by Benjamin Peterson · 12 years ago
  75. 042c47b fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  76. dc8cb3d Have Bdb frame_returning in the finally clause by Senthil Kumaran · 12 years ago
  77. 7f6d4e1 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  78. d811e15 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  79. 30abb3a #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  80. 524bc39 Fix typo by Raymond Hettinger · 12 years ago
  81. 8950019 #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  82. 217e6a6 Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  83. fb5aebc Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  84. 1142773 #14461: fix wording. by Ezio Melotti · 12 years ago
  85. 429d311 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  86. f5aaf6f httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 12 years ago
  87. 48d886b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  88. f8ece8d refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@ by Sandro Tosi · 12 years ago
  89. 2d0bcd7 Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut by Sandro Tosi · 12 years ago
  90. aa31d52 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  91. 9aa1395 Make the example cut and pasteable. by Raymond Hettinger · 12 years ago
  92. a68bdc7 Improve docstring by Raymond Hettinger · 12 years ago
  93. 51a5ad4 fix footnote reference; thanks to Fizz from docs@ by Sandro Tosi · 12 years ago
  94. 3815316 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
  95. 00086bb Fixed test to work on Windows. by Vinay Sajip · 12 years ago
  96. 5820cc0 Updated year in docstring/comment. by Vinay Sajip · 12 years ago
  97. 885f6fd 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
  98. 231d474 Issue #14160: TarFile.extractfile() failed to resolve symbolic links when by Lars Gustäbel · 12 years ago
  99. 13c598b Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  100. 466a5f2 Issue #14554: correct example for captured_stdout() by Sandro Tosi · 12 years ago