1. 186370b Issue #16034 follow-up: Apply optimizations to the lzma module. by Nadeem Vawda · 12 years ago
  2. d3a3e64 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  3. 5508412 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  4. 66510fe Fix whacky spacking in test_wsgiref by Antoine Pitrou · 12 years ago
  5. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  6. 257c132 Issue #10405: merge from 3.3 by Ned Deily · 12 years ago
  7. d2cc1bb Issue #10405: merge from 3.2 by Ned Deily · 12 years ago
  8. 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  9. 5ee2404 Fix concurrent.futures docstring typo: "Request Q" -> "Result Q". by Mark Dickinson · 12 years ago
  10. 62b4136 Fix broken test and replace redundant generator with a tuple by Nick Coghlan · 12 years ago
  11. c71b4c7 Issue #6074: Actually delete the source file in the test as intended by Nick Coghlan · 12 years ago
  12. 324c9fa Merge from 3.3 by Nick Coghlan · 12 years ago
  13. 11d752e Remove unused import by Nick Coghlan · 12 years ago
  14. d4f5ad6 Merge fix from #6074 from 3.3 by Nick Coghlan · 12 years ago
  15. eb8d627 Issue #6074: Apply an appropriate fix for importlib based imports by Nick Coghlan · 12 years ago
  16. 34937ce Issue #6074: Forward port Windows read-only source file fix from 2.7 by Nick Coghlan · 12 years ago
  17. 2d51f68 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 12 years ago
  18. b0cc912 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 12 years ago
  19. 89e9285 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 12 years ago
  20. 5d590d8 Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) by Ned Deily · 12 years ago
  21. bfbf3f1 Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) by Ned Deily · 12 years ago
  22. c786498 Merge issue #15298. by Trent Nelson · 12 years ago
  23. ecbe2a9 Issue #15298: refactor previous fix from 66959d419369. by Trent Nelson · 12 years ago
  24. 284529d test_logging.py: where needed use unittest's assertGreater, assertLesser, assertIs rather than assertTrue (also in order to debug issue 16264) by Giampaolo Rodola' · 12 years ago
  25. b4e4c92 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  26. 016884c Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  27. 45bb613 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  28. b21099a Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. by Trent Nelson · 12 years ago
  29. ee528cc Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. by Trent Nelson · 12 years ago
  30. 42da889f merge for issue #16160: Subclass support now works for types.SimpleNamespace. by Eric Snow · 12 years ago
  31. 547298c Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing. by Eric Snow · 12 years ago
  32. 8261f83 Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  33. 0c7081a Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  34. 3ed2cb5 Also add tests for TextIOWrapper.writelines() (issue #15744). by Antoine Pitrou · 12 years ago
  35. 131a489 Add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  36. cfc22b4 Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. by Antoine Pitrou · 12 years ago
  37. b16269e Merge issue #15298: ensure _sysconfigdata is generated in build directory, by Trent Nelson · 12 years ago
  38. c101bf3 Issue #15298: ensure _sysconfigdata is generated in build directory, by Trent Nelson · 12 years ago
  39. 744fadd Merge issue #15833: don't raise an exception if importlib can't write by Trent Nelson · 12 years ago
  40. d783c8e Issue #15833: don't raise an exception if importlib can't write byte-compiled by Trent Nelson · 12 years ago
  41. 3ba726c Closes #16244: Merged change from 3.3. by Vinay Sajip · 12 years ago
  42. e7e7af4 Issue #16244: Merged change from 3.2. by Vinay Sajip · 12 years ago
  43. ee892b9 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
  44. 35eeb30 logging's SocketHandler: get rid of some legacy code and use the newer socket.create_connection() utility function by Giampaolo Rodola' · 12 years ago
  45. 6d70870 Clean up some warnings in test suite output. by Nadeem Vawda · 12 years ago
  46. 174baa3 merge heads by Benjamin Peterson · 12 years ago
  47. d541d3f When not optimized function stack sizes are much larger and may cause this test to fail. by Benjamin Peterson · 12 years ago
  48. 801985e lzma module: Rewrap docstrings at 72 columns, as per PEP 8. by Nadeem Vawda · 12 years ago
  49. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  50. 7a9953e skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  51. a5c4090 skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  52. 951a9e3 fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  53. fa5f75a fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  54. 6072e0b Remove uses of % with str.format. by Brett Cannon · 12 years ago
  55. e33f20c Merge 3.2 by Brian Curtin · 12 years ago
  56. 0b960f5 Fix #16176. Properly identify Windows 8 via platform.platform() by Brian Curtin · 12 years ago
  57. bd40d3e Closes #15776: pyvenv now works with existing directories. by Vinay Sajip · 12 years ago
  58. 24dfdb6 code smell. remove pdb by Senthil Kumaran · 12 years ago
  59. 52d2720 Issue #16088: BaseHTTPRequestHandler's send_error method includes a by Senthil Kumaran · 12 years ago
  60. 5ea197a Closes #16135: Removal of OS/2 support (distutils) (II) by Jesus Cea · 12 years ago
  61. d17833d Closes #16135: Removal of OS/2 support (distutils) by Jesus Cea · 12 years ago
  62. 9407d50 Merge fix for issue #15111. by Brett Cannon · 12 years ago
  63. a6ce4fd Closes issue #15111: Calling __import__ with a module specified in by Brett Cannon · 12 years ago
  64. 70e0007 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  65. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  66. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  67. be51a08 Issue #16170: Merge subprocess test unskip from 3.3. by Chris Jerdonek · 12 years ago
  68. 86b0fb2 Issue #16170: Remove Linux skip from test_subprocess's test_executable test. by Chris Jerdonek · 12 years ago
  69. 455fa0a merge heads by Benjamin Peterson · 12 years ago
  70. 29e02a2 merge 3.3 by Benjamin Peterson · 12 years ago
  71. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  72. a511935 compare with equality not identity (issue #16172) by Benjamin Peterson · 12 years ago
  73. 934f563 Issue #16169: Merge by Richard Oudkerk · 12 years ago
  74. ea69bd3 Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror by Richard Oudkerk · 12 years ago
  75. cf9e2f2 Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. by Vinay Sajip · 12 years ago
  76. 6978d58 Closes #16168: Merged SysLogHandler update from 3.3. by Vinay Sajip · 12 years ago
  77. 7903df4 Issue #16168: Merged SysLogHandler update from 3.2. by Vinay Sajip · 12 years ago
  78. b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  79. 8cf4eb1 Issue #16141: replaced old-style exception handling code in logging with the modern idiom. by Vinay Sajip · 12 years ago
  80. 82a74cb Issue #16115: Merge test skip from 3.3. by Chris Jerdonek · 12 years ago
  81. 2d051b8 Issue #16115: Skip a newly added subprocess.Popen() test on Linux. by Chris Jerdonek · 12 years ago
  82. 68a11fc Issue #16115: Merge test improvements from 3.3. by Chris Jerdonek · 12 years ago
  83. 776cb19 Issue #16115: Improve testing of the executable argument to subprocess.Popen(). by Chris Jerdonek · 12 years ago
  84. 4907b0a bz2 module: Rewrap docstrings at 72 columns, as per PEP 8. by Nadeem Vawda · 12 years ago
  85. 3b4a4f5 Stylistic tweaks to the bz2 module to make it easier to transplant changes from by Nadeem Vawda · 12 years ago
  86. fc7b0ec Use setUpClass() and tearDownClass() in test_multiprocessing. by Richard Oudkerk · 12 years ago
  87. 5046e97 Make __mp_main__ an alias for __main__ in all processes to simplify by Richard Oudkerk · 12 years ago
  88. 2aa5f3c Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  89. 08ab954 Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  90. 3e5dae0 Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  91. c3e5b10 Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  92. 1558d79 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  93. a514ea3 Merge issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  94. 2ef4584 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  95. ce3b275 merge 3.3 by Eli Bendersky · 12 years ago
  96. 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  97. 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  98. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  99. 15a1136 Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a buffer by Victor Stinner · 12 years ago
  100. e215d96 Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API by Victor Stinner · 12 years ago