1. 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
  2. b4e4c92 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  3. 016884c Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  4. 45bb613 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  5. b21099a Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. by Trent Nelson · 12 years ago
  6. ee528cc Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py. by Trent Nelson · 12 years ago
  7. 42da889f merge for issue #16160: Subclass support now works for types.SimpleNamespace. by Eric Snow · 12 years ago
  8. 547298c Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing. by Eric Snow · 12 years ago
  9. 8261f83 Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  10. 0c7081a Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  11. 3ed2cb5 Also add tests for TextIOWrapper.writelines() (issue #15744). by Antoine Pitrou · 12 years ago
  12. 131a489 Add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  13. cfc22b4 Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. by Antoine Pitrou · 12 years ago
  14. b16269e Merge issue #15298: ensure _sysconfigdata is generated in build directory, by Trent Nelson · 12 years ago
  15. c101bf3 Issue #15298: ensure _sysconfigdata is generated in build directory, by Trent Nelson · 12 years ago
  16. 744fadd Merge issue #15833: don't raise an exception if importlib can't write by Trent Nelson · 12 years ago
  17. d783c8e Issue #15833: don't raise an exception if importlib can't write byte-compiled by Trent Nelson · 12 years ago
  18. 3ba726c Closes #16244: Merged change from 3.3. by Vinay Sajip · 12 years ago
  19. e7e7af4 Issue #16244: Merged change from 3.2. by Vinay Sajip · 12 years ago
  20. ee892b9 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
  21. 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
  22. 6d70870 Clean up some warnings in test suite output. by Nadeem Vawda · 12 years ago
  23. 174baa3 merge heads by Benjamin Peterson · 12 years ago
  24. d541d3f When not optimized function stack sizes are much larger and may cause this test to fail. by Benjamin Peterson · 12 years ago
  25. 801985e lzma module: Rewrap docstrings at 72 columns, as per PEP 8. by Nadeem Vawda · 12 years ago
  26. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  27. 7a9953e skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  28. a5c4090 skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  29. 951a9e3 fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  30. fa5f75a fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  31. 6072e0b Remove uses of % with str.format. by Brett Cannon · 12 years ago
  32. e33f20c Merge 3.2 by Brian Curtin · 12 years ago
  33. 0b960f5 Fix #16176. Properly identify Windows 8 via platform.platform() by Brian Curtin · 12 years ago
  34. bd40d3e Closes #15776: pyvenv now works with existing directories. by Vinay Sajip · 12 years ago
  35. 24dfdb6 code smell. remove pdb by Senthil Kumaran · 12 years ago
  36. 52d2720 Issue #16088: BaseHTTPRequestHandler's send_error method includes a by Senthil Kumaran · 12 years ago
  37. 5ea197a Closes #16135: Removal of OS/2 support (distutils) (II) by Jesus Cea · 12 years ago
  38. d17833d Closes #16135: Removal of OS/2 support (distutils) by Jesus Cea · 12 years ago
  39. 9407d50 Merge fix for issue #15111. by Brett Cannon · 12 years ago
  40. a6ce4fd Closes issue #15111: Calling __import__ with a module specified in by Brett Cannon · 12 years ago
  41. 70e0007 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  42. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  43. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  44. be51a08 Issue #16170: Merge subprocess test unskip from 3.3. by Chris Jerdonek · 12 years ago
  45. 86b0fb2 Issue #16170: Remove Linux skip from test_subprocess's test_executable test. by Chris Jerdonek · 12 years ago
  46. 455fa0a merge heads by Benjamin Peterson · 12 years ago
  47. 29e02a2 merge 3.3 by Benjamin Peterson · 12 years ago
  48. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  49. a511935 compare with equality not identity (issue #16172) by Benjamin Peterson · 12 years ago
  50. 934f563 Issue #16169: Merge by Richard Oudkerk · 12 years ago
  51. ea69bd3 Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror by Richard Oudkerk · 12 years ago
  52. cf9e2f2 Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. by Vinay Sajip · 12 years ago
  53. 6978d58 Closes #16168: Merged SysLogHandler update from 3.3. by Vinay Sajip · 12 years ago
  54. 7903df4 Issue #16168: Merged SysLogHandler update from 3.2. by Vinay Sajip · 12 years ago
  55. b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  56. 8cf4eb1 Issue #16141: replaced old-style exception handling code in logging with the modern idiom. by Vinay Sajip · 12 years ago
  57. 82a74cb Issue #16115: Merge test skip from 3.3. by Chris Jerdonek · 12 years ago
  58. 2d051b8 Issue #16115: Skip a newly added subprocess.Popen() test on Linux. by Chris Jerdonek · 12 years ago
  59. 68a11fc Issue #16115: Merge test improvements from 3.3. by Chris Jerdonek · 12 years ago
  60. 776cb19 Issue #16115: Improve testing of the executable argument to subprocess.Popen(). by Chris Jerdonek · 12 years ago
  61. 4907b0a bz2 module: Rewrap docstrings at 72 columns, as per PEP 8. by Nadeem Vawda · 12 years ago
  62. 3b4a4f5 Stylistic tweaks to the bz2 module to make it easier to transplant changes from by Nadeem Vawda · 12 years ago
  63. fc7b0ec Use setUpClass() and tearDownClass() in test_multiprocessing. by Richard Oudkerk · 12 years ago
  64. 5046e97 Make __mp_main__ an alias for __main__ in all processes to simplify by Richard Oudkerk · 12 years ago
  65. 2aa5f3c Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  66. 08ab954 Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  67. 3e5dae0 Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  68. c3e5b10 Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  69. 1558d79 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  70. a514ea3 Merge issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  71. 2ef4584 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  72. ce3b275 merge 3.3 by Eli Bendersky · 12 years ago
  73. 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  74. 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  75. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  76. 15a1136 Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a buffer by Victor Stinner · 12 years ago
  77. e215d96 Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API by Victor Stinner · 12 years ago
  78. 7e3cde5 revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  79. a202873 revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  80. b2209cc revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  81. ac0f965 Add spaces to follow PEP8. by Andrew Svetlov · 12 years ago
  82. 1d0d541 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  83. 5061a34 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  84. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  85. 7d14015 Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  86. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  87. ef08fb1 Issue #13896: Make shelf instances work with 'with' as context managers. by Andrew Svetlov · 12 years ago
  88. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  89. 220e869 Merge issue #16115: Add test for check that executable arg to Popen() takes precedence over args[0] arg\n \n Patch by Kushal Das by Andrew Svetlov · 12 years ago
  90. 1a53c0c Issue #16115: Add test for check that executable arg to Popen() takes precedence over args[0] arg\n \n Patch by Kushal Das by Andrew Svetlov · 12 years ago
  91. 64478ac normalize whitespaces by Andrew Svetlov · 12 years ago
  92. 9b1e59a Issue #16123: IDLE - deprecate running without a subprocess. by Andrew Svetlov · 12 years ago
  93. b451fd6 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  94. cb95996 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  95. 685fffa #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  96. adc8211 #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes by Jesus Cea · 12 years ago
  97. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  98. fa7d539 Test should be skipped in 'riscos', as intented by Jesus Cea · 12 years ago
  99. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  100. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago