1. 0a6b9ec merge from 3.2 by Senthil Kumaran · 12 years ago
  2. 41e66a2 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  3. f347cf9 merge heads by Andrew Svetlov · 12 years ago
  4. 8e42e8a Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  5. 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 12 years ago
  6. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  7. 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
  8. 1f415cf replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  9. 7bd61cb replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  10. 08d0272 Small cleanup in test_ftplib by Antoine Pitrou · 12 years ago
  11. d5a070f Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  12. 07edb82 Call importlib.invalidate_caches() after creating module files in test_threaded_import. by Antoine Pitrou · 12 years ago
  13. e0b1c23 Try to make test_threaded_import faster and safer (issue #15599). by Antoine Pitrou · 12 years ago
  14. 202b606 Add sanity assertions in some import lock code (issue #15599). by Antoine Pitrou · 12 years ago
  15. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  16. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  17. b6375a2 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 12 years ago
  18. 57f3487 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 12 years ago
  19. 3b69824 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  20. b6693c4 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  21. 896cb15 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  22. fc32788 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  23. 9a4ff43 Issue #15783: Support None default values in the Context() constructor. by Stefan Krah · 12 years ago
  24. 92f8b00 Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  25. 697ce55 Fix ResourceWarnings in test_pty by Antoine Pitrou · 12 years ago
  26. 33138df Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  27. 5461558 Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  28. 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
  29. 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
  30. 9ca5893 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  31. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  32. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  33. 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
  34. 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
  35. a0b315f Issue #16661: Fix the os.getgrouplist() test by not assuming that it by Ross Lagerwall · 12 years ago
  36. c474c4e #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  37. 87f9b46 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  38. f29b493 #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  39. b9e9f3e #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  40. 9d5e0cc #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  41. 9a4a750 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  42. b57b094 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  43. 9e8ac56 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  44. b550110 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  45. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  46. af72f9e Issue #16629: Merge IDLE test fix from 3.2. by Chris Jerdonek · 12 years ago
  47. 1751968 Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. by Chris Jerdonek · 12 years ago
  48. 14857cf Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  49. 806bfad Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  50. 373528f Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  51. 7ec3a32 Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  52. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  53. 24457c9 Branch merge by Éric Araujo · 12 years ago
  54. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  55. f93ed3f Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  56. 62a0d6e Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  57. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  58. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  59. f0eb7ad Merge: skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  60. 96bc043 Skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  61. 1dfb5c1 Merge issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  62. 539ee5d Issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  63. 56a2ae2 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  64. 86067c2 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  65. b33941a Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  66. 1f1888e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  67. e854433 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  68. eb0abce Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  69. a2816c2 more test to more general test file, so it can test more things by Benjamin Peterson · 12 years ago
  70. 2f560fa loosen test now that bytes are allowed by Benjamin Peterson · 12 years ago
  71. 47a00f3 support encoding error handlers that return bytes (closes #16585) by Benjamin Peterson · 12 years ago
  72. 9a2b267 Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  73. 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  74. 139891b merge 3.2 (#16573) by Benjamin Peterson · 12 years ago
  75. 57af387 enumerate only requires an iterable (closes #16573) by Benjamin Peterson · 12 years ago
  76. 7ecd13d Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  77. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  78. 159f12e #16549: merge with 3.2. by Ezio Melotti · 12 years ago
  79. 4927633 #16549: fix test failures on Windows. by Ezio Melotti · 12 years ago
  80. 4cee810 #16476: merge with 3.2. by Ezio Melotti · 12 years ago
  81. b32512e #16476: Fix json.tool to avoid including trailing whitespace. by Ezio Melotti · 12 years ago
  82. 1e86d01 #16549: merge with 3.2. by Ezio Melotti · 12 years ago
  83. 057bcb4 #16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 12 years ago
  84. 57af3bf #16333: merge with 3.2. by Ezio Melotti · 12 years ago
  85. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  86. c483034 #16559: merge with 3.2. by Ezio Melotti · 12 years ago
  87. 8c52370 #16559: Add more tests for the json module. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  88. d27e05d Closes #16521: Improved error handling for basicConfig(), added tests for same. by Vinay Sajip · 12 years ago
  89. ded35ae Issue #16546: make ast.YieldFrom argument mandatory. by Mark Dickinson · 12 years ago
  90. 9982c53 Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. by Antoine Pitrou · 12 years ago
  91. bf6ecf9 Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. by Antoine Pitrou · 12 years ago
  92. 9ab09d1 Merge debug print removal with 3.2. by Ezio Melotti · 12 years ago
  93. 82e60de Remove debug print. by Ezio Melotti · 12 years ago
  94. 27e4b60 Issue #16519: Used os.path.abspath, removed unnecessary code for executable_name. by Vinay Sajip · 12 years ago
  95. 8a6d1fe #16306: merge with 3.2. by Ezio Melotti · 12 years ago
  96. a0dd22e #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  97. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  98. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  99. ed843b5 Do a better job of preserving the state of sys.modules. by Barry Warsaw · 12 years ago
  100. a34412a Merge test from issue #1160. by Antoine Pitrou · 12 years ago