1. 9a16fa6 Fix for issue 14725 for 2.7 branch by Richard Oudkerk · 12 years ago
  2. c642f67 Skip test_algorithms (known remote hosts need SNI, which is only available on 3.2+) by Antoine Pitrou · 12 years ago
  3. d62da9d close() doesn't take any args (closes #14717) by Benjamin Peterson · 12 years ago
  4. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 12 years ago
  5. e5d3bc4 Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  6. dee8dad os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  7. 666a573 Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  8. 0c200c2 Issue #9400: Partial backport of fix for #9244 by Richard Oudkerk · 12 years ago
  9. a9e18cd fix windows test failure - issue13183 by Senthil Kumaran · 12 years ago
  10. f3ad1f9 use formats that work on 2.7 by Benjamin Peterson · 12 years ago
  11. 042c47b fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  12. dc8cb3d Have Bdb frame_returning in the finally clause by Senthil Kumaran · 12 years ago
  13. 7f6d4e1 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  14. d811e15 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  15. 30abb3a #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  16. 524bc39 Fix typo by Raymond Hettinger · 12 years ago
  17. 8950019 #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  18. 217e6a6 Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  19. fb5aebc Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  20. 1142773 #14461: fix wording. by Ezio Melotti · 12 years ago
  21. 429d311 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  22. f5aaf6f httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 12 years ago
  23. 48d886b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  24. f8ece8d refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@ by Sandro Tosi · 12 years ago
  25. 2d0bcd7 Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut by Sandro Tosi · 12 years ago
  26. aa31d52 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  27. 9aa1395 Make the example cut and pasteable. by Raymond Hettinger · 12 years ago
  28. a68bdc7 Improve docstring by Raymond Hettinger · 12 years ago
  29. 51a5ad4 fix footnote reference; thanks to Fizz from docs@ by Sandro Tosi · 12 years ago
  30. 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
  31. 00086bb Fixed test to work on Windows. by Vinay Sajip · 12 years ago
  32. 5820cc0 Updated year in docstring/comment. by Vinay Sajip · 12 years ago
  33. 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
  34. 231d474 Issue #14160: TarFile.extractfile() failed to resolve symbolic links when by Lars Gustäbel · 12 years ago
  35. 13c598b Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  36. 466a5f2 Issue #14554: correct example for captured_stdout() by Sandro Tosi · 12 years ago
  37. 3f0f577 Issue #13478: document timeit.default_timer() by Sandro Tosi · 12 years ago
  38. 45c6a3c Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 12 years ago
  39. d157a4c don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 12 years ago
  40. e65753e merge by Raymond Hettinger · 12 years ago
  41. ce0e0c7 Improve section heading for better discoverability. by Raymond Hettinger · 12 years ago
  42. 4c8d392 Reorder the entries to put the type specific technique last. by Raymond Hettinger · 12 years ago
  43. 393b7b5 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  44. da999d2 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 12 years ago
  45. c313b1d #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  46. 4c20c4e news for issue13684 by Senthil Kumaran · 12 years ago
  47. 0267185 Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 12 years ago
  48. eda1959 add Mark Shannon by Benjamin Peterson · 12 years ago
  49. 19e9beb sleep here by Benjamin Peterson · 12 years ago
  50. 016878a merge by Raymond Hettinger · 12 years ago
  51. ea17082 Update 2.7 docs about legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  52. 52849bf 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
  53. c45868e #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 12 years ago
  54. a72aa84 Fix compiler warning related to issue #14331. harmless. by Gregory P. Smith · 12 years ago
  55. 9b5952d Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  56. 7660555 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 12 years ago
  57. 094c33f Minor fixups. by Raymond Hettinger · 12 years ago
  58. 33c6630 Clean-up the SQLite introduction. by Raymond Hettinger · 12 years ago
  59. 0e15a6e Clarify that a new connection needs to be made after the close. by Raymond Hettinger · 12 years ago
  60. f838764 Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 12 years ago
  61. 8085f44 Tweaked format of cookbook example. by Vinay Sajip · 12 years ago
  62. 4e646aa Added cookbook example for log insertion. by Vinay Sajip · 12 years ago
  63. 7e9c9d5 Issue #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  64. 9945a64 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  65. 9267810 Remove accidentally-committed debugging code. by Mark Dickinson · 12 years ago
  66. 0407e96 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  67. 9c0baf7 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
  68. 9955ad4 #14399: corrected news item by R David Murray · 12 years ago
  69. 7c0b44e move outside WITH_THREAD conditional by Benjamin Peterson · 12 years ago
  70. 6688eb5 take linkage def outside of WITH_THREAD conditional (closes #14569) by Benjamin Peterson · 12 years ago
  71. a4b2f98 merge heads by Amaury Forgeot d'Arc · 12 years ago
  72. 78f85fc Issue14559: Attempt to fix compilation with previous versions of the Microsoft Compiler. by Amaury Forgeot d'Arc · 12 years ago
  73. 3f4ccba #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  74. 0d3db3a Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  75. 142ab32 #14552: remove redundant wording in 'test' docs. by R David Murray · 12 years ago
  76. ff67046 merge heads by Benjamin Peterson · 12 years ago
  77. a82f3ed merge heads by Benjamin Peterson · 12 years ago
  78. fbf764e we live in a post 2.7.3 world by Benjamin Peterson · 12 years ago
  79. 5f7e734 Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  80. dc0b324 Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S class by Senthil Kumaran · 13 years ago
  81. 6d9dd43 merge heads by Senthil Kumaran · 13 years ago
  82. fb2e874 fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
  83. 5628fff Merged upstream change. by Vinay Sajip · 13 years ago
  84. b1df31f null merge by Barry Warsaw · 13 years ago
  85. 2a1c13b Updated logging reference and HOWTO. by Vinay Sajip · 13 years ago
  86. cca96f0 Post release twiddle. by Barry Warsaw · 13 years ago
  87. 930f190 Mostly null merge from 2.6; tag added by Barry Warsaw · 13 years ago
  88. 27509ce Added tag v2.6.8 for changeset c9910fd022fc by Barry Warsaw · 13 years ago
  89. a12d0cc Bump to 2.6.8 by Barry Warsaw · 13 years ago
  90. 75076b4 update docs by Barry Warsaw · 13 years ago
  91. 3661473 minor .rst fix by Senthil Kumaran · 13 years ago
  92. ad6b3f5 merge 2.7.3 release branch by Benjamin Peterson · 13 years ago
  93. 38b8069 Added tag v2.7.3 for changeset 70274d53c1dd by Benjamin Peterson · 13 years ago
  94. e95a8f6 bump to 2.7.3 final by Benjamin Peterson · 13 years ago
  95. fe146ea merge 2.7 release branch by Benjamin Peterson · 13 years ago
  96. f51c384 fix build without Py_DEBUG and DNDEBUG (closes #14509) by Benjamin Peterson · 13 years ago
  97. b5588c3 Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 13 years ago
  98. 467a5c4 Fix flakiness in test_socketserver by Antoine Pitrou · 13 years ago
  99. fa1d841 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
  100. 088a874 Make test_mailbox runnable via python -m unittest. by R David Murray · 13 years ago