1. 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
  2. 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
  3. 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
  4. 0bb8d8c #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  5. 9ca5893 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  6. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  7. 8031d0d Merge 3.3. by Stefan Krah · 12 years ago
  8. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  9. 74d6c25 #11175: argparse.FileType now accepts encoding and errors arguments. by Petri Lehtinen · 12 years ago
  10. 09bb89b Issue #16488: epoll() objects now support the `with` statement. by Antoine Pitrou · 12 years ago
  11. c48e81e Merge by Antoine Pitrou · 12 years ago
  12. 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
  13. 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
  14. 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
  15. 9272279 use error label instead of breaking eval loop (closes #16693) by Benjamin Peterson · 12 years ago
  16. ef9a43b Rename test module names for #16421 to don't clash with other tests. by Andrew Svetlov · 12 years ago
  17. 22f36ee Cleanup filecmp: starting from 3.3 os.error is alias for OSError by Andrew Svetlov · 12 years ago
  18. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
  19. b67596d Issue #16049: add abc.ABC helper class. by Andrew Svetlov · 12 years ago
  20. 174bc1e Merge with 3.3 for #16661 by Ross Lagerwall · 12 years ago
  21. a0b315f Issue #16661: Fix the os.getgrouplist() test by not assuming that it by Ross Lagerwall · 12 years ago
  22. 6c722c6 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  23. c474c4e #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  24. 87f9b46 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  25. 99d28ce #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  26. f29b493 #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  27. b9e9f3e #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  28. 8ade268 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  29. 5962cce Fix Issue15701 : add .headers attribute to urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  30. 9d5e0cc #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  31. 9a4a750 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  32. 8e5a829 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  33. b57b094 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  34. 9e8ac56 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  35. ae9a9e9 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  36. b550110 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  37. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  38. e53e44f Issue #16629: Merge IDLE test fix from 3.3. by Chris Jerdonek · 12 years ago
  39. af72f9e Issue #16629: Merge IDLE test fix from 3.2. by Chris Jerdonek · 12 years ago
  40. 1751968 Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. by Chris Jerdonek · 12 years ago
  41. a6b292f Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  42. 14857cf Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  43. 806bfad Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  44. 07c34bf Make test of poll() use unbuffered IO by Richard Oudkerk · 12 years ago
  45. 53dff0c Issue #16616: Enable test in test_poll which was (accidentally?) disabled by Richard Oudkerk · 12 years ago
  46. db0420d 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
  47. 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
  48. 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
  49. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  50. bb7da03 Merge fixes for #13614, #13512 and #7719 from 3.3 by Éric Araujo · 12 years ago
  51. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  52. 24457c9 Branch merge by Éric Araujo · 12 years ago
  53. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  54. 53f604c 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
  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. 448e81b add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag by Benjamin Peterson · 12 years ago
  60. 527507d Improve OrderedDict equality test. by Raymond Hettinger · 12 years ago
  61. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  62. 34cf090 Merge: skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  63. f0eb7ad Merge: skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  64. 96bc043 Skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  65. a6cfb28 Issue #15627: This is simply an update to the name of a new method recently added by Eric Snow · 12 years ago
  66. 1dfb5c1 Merge issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  67. 539ee5d Issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  68. fe907e1 Issue #16444: test more bytes in support.TESTFN_UNDECODABLE to support more Windows code pages by Victor Stinner · 12 years ago
  69. de67a42 Merge issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  70. d45c7f8 Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  71. ca9f8b2 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  72. 56a2ae2 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  73. 86067c2 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  74. d9cd554 Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  75. b33941a Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  76. 1f1888e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  77. 2d72781 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  78. e854433 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  79. eb0abce Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  80. 181e20a merge 3.3 by Benjamin Peterson · 12 years ago
  81. a2816c2 more test to more general test file, so it can test more things by Benjamin Peterson · 12 years ago
  82. 661c346 merge 3.3 by Benjamin Peterson · 12 years ago
  83. 2f560fa loosen test now that bytes are allowed by Benjamin Peterson · 12 years ago
  84. 26e5335 merge 3.3 (#16585) by Benjamin Peterson · 12 years ago
  85. 47a00f3 support encoding error handlers that return bytes (closes #16585) by Benjamin Peterson · 12 years ago
  86. d8d1a0a Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  87. 9a2b267 Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  88. 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  89. 4089eec merge 3.3 (#16573) by Benjamin Peterson · 12 years ago
  90. 139891b merge 3.2 (#16573) by Benjamin Peterson · 12 years ago
  91. 57af387 enumerate only requires an iterable (closes #16573) by Benjamin Peterson · 12 years ago
  92. 7030dd8 Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  93. 7ecd13d Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  94. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  95. 63cd0aa #16549: merge with 3.3. by Ezio Melotti · 12 years ago
  96. 159f12e #16549: merge with 3.2. by Ezio Melotti · 12 years ago
  97. 4927633 #16549: fix test failures on Windows. by Ezio Melotti · 12 years ago
  98. 4cee810 #16476: merge with 3.2. by Ezio Melotti · 12 years ago
  99. b32512e #16476: Fix json.tool to avoid including trailing whitespace. by Ezio Melotti · 12 years ago
  100. 401cf29 #16549: merge with 3.3. by Ezio Melotti · 12 years ago