1. 914ab84 Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  2. 34dcdee Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  3. 405faed Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  4. 750909e Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  5. bd6667a Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  6. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  7. 2552bc0 fix typo (#16720) by Andrew Svetlov · 12 years ago
  8. 1d960fe Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  9. 5b187ce Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  10. 08bab07 Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  11. 8b33dd8 Use OESeeror instead of os.error (#16720) by Andrew Svetlov · 12 years ago
  12. 6a7a49c Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  13. 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  14. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  15. 445ad99 Fix #14470. Remove w9xpopen per PEP 11. by Brian Curtin · 12 years ago
  16. 0a6b9ec merge from 3.2 by Senthil Kumaran · 12 years ago
  17. 41e66a2 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  18. 2cd8ce4 Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__ by Andrew Svetlov · 12 years ago
  19. f347cf9 merge heads by Andrew Svetlov · 12 years ago
  20. 4b61d0f Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  21. 8e42e8a Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  22. 2909d6b merge with 3.3 by Brett Cannon · 12 years ago
  23. 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 12 years ago
  24. 4c05969 merge 3.3 (#16597) by Benjamin Peterson · 12 years ago
  25. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  26. 7643c92 merge 3.3 (#16722) by Benjamin Peterson · 12 years ago
  27. 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
  28. fd43b4d replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  29. 1f415cf replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  30. 7bd61cb replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  31. aa03a1f Small cleanup in test_ftplib by Antoine Pitrou · 12 years ago
  32. 08d0272 Small cleanup in test_ftplib by Antoine Pitrou · 12 years ago
  33. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  34. f23e3f7 Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  35. d5a070f Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  36. dcac718 Call importlib.invalidate_caches() after creating module files in test_threaded_import. by Antoine Pitrou · 12 years ago
  37. 07edb82 Call importlib.invalidate_caches() after creating module files in test_threaded_import. by Antoine Pitrou · 12 years ago
  38. 1688812 Try to make test_threaded_import faster and safer (issue #15599). by Antoine Pitrou · 12 years ago
  39. e0b1c23 Try to make test_threaded_import faster and safer (issue #15599). by Antoine Pitrou · 12 years ago
  40. ad8c461 Add sanity assertions in some import lock code (issue #15599). by Antoine Pitrou · 12 years ago
  41. 202b606 Add sanity assertions in some import lock code (issue #15599). by Antoine Pitrou · 12 years ago
  42. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  43. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  44. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  45. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  46. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  47. f61dc4c Relax test when WITH_PYMALLOC is false or undefined. by Antoine Pitrou · 12 years ago
  48. 9284053 Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. by Antoine Pitrou · 12 years ago
  49. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  50. 6eda46d Replace mmap.error with OSError, #16705 by Andrew Svetlov · 12 years ago
  51. 6d8a122 Issue #16704: Get rid of select.error in stdlib. Use OSError instead. by Andrew Svetlov · 12 years ago
  52. 5ee2949 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 12 years ago
  53. b6375a2 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 12 years ago
  54. 57f3487 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 12 years ago
  55. 786fbd8 Replace os.error with OSError in tkinter and IDLE by Andrew Svetlov · 12 years ago
  56. 69d03c4 Cleanup: remove not needed mocks. by Andrew Svetlov · 12 years ago
  57. 2ade6f2 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  58. 3b69824 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  59. b6693c4 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  60. df485ca Remove obsolete code: now IOError and WindowsError are aliases for OSError by Andrew Svetlov · 12 years ago
  61. 527e725 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  62. 896cb15 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  63. fc32788 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  64. 8e47b87 Merge 3.3. by Stefan Krah · 12 years ago
  65. 9a4ff43 Issue #15783: Support None default values in the Context() constructor. by Stefan Krah · 12 years ago
  66. d2fc88b Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  67. 92f8b00 Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  68. 697ce55 Fix ResourceWarnings in test_pty by Antoine Pitrou · 12 years ago
  69. feb318a Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  70. 33138df Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  71. 5461558 Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  72. 39a6ee2 Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 12 years ago
  73. 3c331bb7 Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 12 years ago
  74. 3d068b2 Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 12 years ago
  75. 0bb8d8c #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  76. 9ca5893 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  77. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  78. 8031d0d Merge 3.3. by Stefan Krah · 12 years ago
  79. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  80. 74d6c25 #11175: argparse.FileType now accepts encoding and errors arguments. by Petri Lehtinen · 12 years ago
  81. 09bb89b Issue #16488: epoll() objects now support the `with` statement. by Antoine Pitrou · 12 years ago
  82. c48e81e Merge by Antoine Pitrou · 12 years ago
  83. 3454339 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  84. d20e774 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  85. 084daa2 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  86. 9272279 use error label instead of breaking eval loop (closes #16693) by Benjamin Peterson · 12 years ago
  87. ef9a43b Rename test module names for #16421 to don't clash with other tests. by Andrew Svetlov · 12 years ago
  88. 22f36ee Cleanup filecmp: starting from 3.3 os.error is alias for OSError by Andrew Svetlov · 12 years ago
  89. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
  90. b67596d Issue #16049: add abc.ABC helper class. by Andrew Svetlov · 12 years ago
  91. 174bc1e Merge with 3.3 for #16661 by Ross Lagerwall · 12 years ago
  92. a0b315f Issue #16661: Fix the os.getgrouplist() test by not assuming that it by Ross Lagerwall · 12 years ago
  93. 6c722c6 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  94. c474c4e #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  95. 87f9b46 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  96. 99d28ce #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  97. f29b493 #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  98. b9e9f3e #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  99. 8ade268 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  100. 5962cce Fix Issue15701 : add .headers attribute to urllib.error.HTTPError by Senthil Kumaran · 12 years ago