1. fc8f5c5 update importlib.h by Benjamin Peterson · 12 years ago
  2. aa03a1f Small cleanup in test_ftplib by Antoine Pitrou · 12 years ago
  3. 08d0272 Small cleanup in test_ftplib by Antoine Pitrou · 12 years ago
  4. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  5. 8a045cb Add versionchanged tag to faq (useless btw because changed text is commented out) by Andrew Svetlov · 12 years ago
  6. f23e3f7 Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  7. d5a070f Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  8. dcac718 Call importlib.invalidate_caches() after creating module files in test_threaded_import. by Antoine Pitrou · 12 years ago
  9. 07edb82 Call importlib.invalidate_caches() after creating module files in test_threaded_import. by Antoine Pitrou · 12 years ago
  10. 1688812 Try to make test_threaded_import faster and safer (issue #15599). by Antoine Pitrou · 12 years ago
  11. e0b1c23 Try to make test_threaded_import faster and safer (issue #15599). by Antoine Pitrou · 12 years ago
  12. ad8c461 Add sanity assertions in some import lock code (issue #15599). by Antoine Pitrou · 12 years ago
  13. 202b606 Add sanity assertions in some import lock code (issue #15599). by Antoine Pitrou · 12 years ago
  14. 5f11a00 Mention OSError instead of IOError in the docs. by Andrew Svetlov · 12 years ago
  15. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  16. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  17. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  18. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  19. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  20. f61dc4c Relax test when WITH_PYMALLOC is false or undefined. by Antoine Pitrou · 12 years ago
  21. a9466c6 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  22. e2303f8 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  23. 4001e96 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  24. 9284053 Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. by Antoine Pitrou · 12 years ago
  25. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  26. 6eda46d Replace mmap.error with OSError, #16705 by Andrew Svetlov · 12 years ago
  27. 6d8a122 Issue #16704: Get rid of select.error in stdlib. Use OSError instead. by Andrew Svetlov · 12 years ago
  28. 5ee2949 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 12 years ago
  29. b6375a2 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 12 years ago
  30. 57f3487 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 12 years ago
  31. 786fbd8 Replace os.error with OSError in tkinter and IDLE by Andrew Svetlov · 12 years ago
  32. 69d03c4 Cleanup: remove not needed mocks. by Andrew Svetlov · 12 years ago
  33. 2ade6f2 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  34. 3b69824 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  35. b6693c4 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  36. df485ca Remove obsolete code: now IOError and WindowsError are aliases for OSError by Andrew Svetlov · 12 years ago
  37. 527e725 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  38. 896cb15 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  39. fc32788 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  40. 84188c8 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  41. 7c42398 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  42. f635172 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  43. 57d0a53 Fix typo by Andrew Svetlov · 12 years ago
  44. 2be0edb Fix typo by Andrew Svetlov · 12 years ago
  45. dfe109e Fix typo by Andrew Svetlov · 12 years ago
  46. 5e48764 Add Ashish Nitin Patil for work on Issue #14901 by Brian Curtin · 12 years ago
  47. f494e8f Merge 3.3 by Brian Curtin · 12 years ago
  48. 08133c2 Merge 3.2 by Brian Curtin · 12 years ago
  49. 655b0c4 Fix #14901. Update the Windows FAQ. by Brian Curtin · 12 years ago
  50. 8e47b87 Merge 3.3. by Stefan Krah · 12 years ago
  51. 9a4ff43 Issue #15783: Support None default values in the Context() constructor. by Stefan Krah · 12 years ago
  52. d2fc88b Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  53. 92f8b00 Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  54. 742cd37 Null merge by Antoine Pitrou · 12 years ago
  55. fac4faf Null merge by Antoine Pitrou · 12 years ago
  56. 697ce55 Fix ResourceWarnings in test_pty by Antoine Pitrou · 12 years ago
  57. feb318a Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  58. 33138df Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  59. 5461558 Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  60. 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
  61. 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
  62. 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
  63. 09bc642 Fixup abc.ABC wording and add versionadded. by Georg Brandl · 12 years ago
  64. 0bb8d8c #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  65. 9ca5893 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  66. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  67. 8031d0d Merge 3.3. by Stefan Krah · 12 years ago
  68. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  69. 88a3e1f Merge: use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  70. 618c2e1 Use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  71. 3a31ecd merge heads by Benjamin Peterson · 12 years ago
  72. 6a020e8 merge 3.3 by Benjamin Peterson · 12 years ago
  73. 18d105b merge 3.2 by Benjamin Peterson · 12 years ago
  74. 7eb8a1a remove dead code by Benjamin Peterson · 12 years ago
  75. 74d6c25 #11175: argparse.FileType now accepts encoding and errors arguments. by Petri Lehtinen · 12 years ago
  76. 09bb89b Issue #16488: epoll() objects now support the `with` statement. by Antoine Pitrou · 12 years ago
  77. c48e81e Merge by Antoine Pitrou · 12 years ago
  78. 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
  79. 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
  80. 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
  81. 9272279 use error label instead of breaking eval loop (closes #16693) by Benjamin Peterson · 12 years ago
  82. 1a71475 Remove compile warnings for _testimportmodule by Andrew Svetlov · 12 years ago
  83. ef9a43b Rename test module names for #16421 to don't clash with other tests. by Andrew Svetlov · 12 years ago
  84. 5cb8a31 cleanup and fix refleaks by Benjamin Peterson · 12 years ago
  85. e0a9082 #16683: merge with 3.3. by Ezio Melotti · 12 years ago
  86. 3050541 #16683: merge with 3.2. by Ezio Melotti · 12 years ago
  87. e0035a2 #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  88. 752f5dd #16681: merge with 3.3. by Ezio Melotti · 12 years ago
  89. 11def42 #16681: merge with 3.2. by Ezio Melotti · 12 years ago
  90. e3d7e54 #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 12 years ago
  91. 1e5c9b7 #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 12 years ago
  92. 22f36ee Cleanup filecmp: starting from 3.3 os.error is alias for OSError by Andrew Svetlov · 12 years ago
  93. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
  94. f76f0ee compile doesn't accept code objects by Philip Jenvey · 12 years ago
  95. b67596d Issue #16049: add abc.ABC helper class. by Andrew Svetlov · 12 years ago
  96. 174bc1e Merge with 3.3 for #16661 by Ross Lagerwall · 12 years ago
  97. a0b315f Issue #16661: Fix the os.getgrouplist() test by not assuming that it by Ross Lagerwall · 12 years ago
  98. 57b6672 expose TCP_FASTOPEN and MSG_FASTOPEN by Benjamin Peterson · 12 years ago
  99. b92c40e Cross compiling needs host and build settings. configure no longer by Christian Heimes · 12 years ago
  100. 954ac03 Cross compiling needs host and build settings. configure no longer by Christian Heimes · 12 years ago