1. 7bd329d Issue #12599: Be more strict in accepting None vs. a false-like object by Brett Cannon · 12 years ago
  2. 64befe9 Issue #13959: Re-implement imp.load_compiled() in imp.py. by Brett Cannon · 12 years ago
  3. 273323c Issue #14592: A relative import will raise a KeyError if __package__ by Brett Cannon · 12 years ago
  4. fba807a Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 12 years ago
  5. ab2d58e Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 12 years ago
  6. c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 12 years ago
  7. 006917e #14603: use a listcomp in ZipFile.namelist. by Ezio Melotti · 12 years ago
  8. 578393b Properly guard against special-casing. by Brett Cannon · 12 years ago
  9. 16475ad Issue #13959: Re-implement imp.load_source() in imp.py. by Brett Cannon · 12 years ago
  10. 4132368 Issue #14599: Fix an import caching race condition. by Brett Cannon · 12 years ago
  11. ceffda8 Issue #14599: Make test_reprlib robust against import cache race by Brett Cannon · 12 years ago
  12. de10bf4 Issue #13959: Fix a logic bug. by Brett Cannon · 12 years ago
  13. de3c73b pep8-ize test names by Antoine Pitrou · 12 years ago
  14. 6b64fc6 Fix refleak in test_gc by Antoine Pitrou · 12 years ago
  15. 7706d9a Closes #14452: brought tests in line with removal of BOM insertion code. by Vinay Sajip · 12 years ago
  16. b4e59e9 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  17. ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  18. b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 12 years ago
  19. 1543981 merge by Brett Cannon · 12 years ago
  20. 2ee6142 Issue #13959: Re-implement imp.load_package() in imp.py. by Brett Cannon · 12 years ago
  21. d15e6a3 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  22. aa292f9 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  23. 01a7617 Issue #13959: Re-implement imp.load_module() in imp.py. by Brett Cannon · 12 years ago
  24. 7c3e150 merge by Brett Cannon · 12 years ago
  25. 2fef4d2 Consider load_dynamic() something to keep in _imp. by Brett Cannon · 12 years ago
  26. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  27. 6f44d66 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin by Brett Cannon · 12 years ago
  28. 7788838 merge by Brett Cannon · 12 years ago
  29. 881535b Issue #14582: Import returns the module returned by a loader instead by Brett Cannon · 12 years ago
  30. f8f3190 utilize startswith(tuple) by Philip Jenvey · 12 years ago
  31. da4210f Issue #13496: Merge from 3.2 by Mark Dickinson · 12 years ago
  32. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  33. 69c6352 Issue #10576: Add a progress callback to gcmodule by Kristján Valur Jónsson · 12 years ago
  34. 49f8d8b Handle importing pkg.mod by executing by Brett Cannon · 12 years ago
  35. aef82d3 IDLE was relying on implicit relative imports which have gone away in by Brett Cannon · 12 years ago
  36. 44590e4 Add some comments. by Brett Cannon · 12 years ago
  37. afbdc13 Fix an import race condition. by Brett Cannon · 12 years ago
  38. 73def61 Try to fix a sporadic test failure from what is probably a caching race condition. by Brett Cannon · 12 years ago
  39. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  40. 0682a0c Minor docstring / docs corrections for unittest.mock by Michael Foord · 12 years ago
  41. 656319e Make unittest.mock.create_autospec resilient against AttributeError on original object by Michael Foord · 12 years ago
  42. c287062 unittest.mock.PropertyMock return value and attributes are now standard MagicMocks by Michael Foord · 12 years ago
  43. bbb6680 Have importlib take advantage of ImportError's new 'name' and 'path' attributes. by Brett Cannon · 12 years ago
  44. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  45. f50b38a Merge #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  46. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  47. 80a133b code improvement. 'as cm' not required when not used. Review comment by Georg Brandl by Senthil Kumaran · 12 years ago
  48. ea16980 #14508: make gprof2html script runnable under python3 by R David Murray · 12 years ago
  49. 690598a merge to default - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  50. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  51. 08bd4aa use assertWarns instead of check_warnings - Issue14341 by Senthil Kumaran · 12 years ago
  52. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  53. 9fe92d1 Make the trace module ignore modules whose names start with "<" and by Brett Cannon · 12 years ago
  54. d05853d merge - fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  55. dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  56. 4403601 Bump to 3.2.3 final. by Georg Brandl · 12 years ago
  57. 75d9aca Rename test_ file that is really a support file to remove test_ prefix. by R David Murray · 12 years ago
  58. 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 12 years ago
  59. b019ee7 #12537: in mailbox avoid depending on knowledge of email package internals by R David Murray · 12 years ago
  60. c988e24 Remove redundancy in listing of all mailbox classes in test_mailbox. by R David Murray · 12 years ago
  61. c0aa9ee Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 12 years ago
  62. 0ec2c07 Fix flakiness in test_socketserver by Antoine Pitrou · 12 years ago
  63. f18d6f3 Fix flakiness in test_socketserver by Antoine Pitrou · 12 years ago
  64. c9e8e3c Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  65. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  66. f998810 Merge: Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  67. 317c8d2 Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  68. df97cbe Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. by Antoine Pitrou · 12 years ago
  69. 52a11f1 Issue #14310: Catch testing errors when trying to create unsupported socket by Kristján Valur Jónsson · 12 years ago
  70. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  71. d62cd56 Issue #14500: Fix importlib.test.import_.test_packages to clean up by Brett Cannon · 12 years ago
  72. 83c02ee merge by Brett Cannon · 12 years ago
  73. b2e5818 Set a time threshold in test_asyncore.capture_server so that tests don't by Kristján Valur Jónsson · 12 years ago
  74. 3861a32 Merge #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  75. d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  76. 0218428 Clarify that the purpose of computing all the miscellaneous collection types is to register them with the appropriate ABCs. by Raymond Hettinger · 12 years ago
  77. dfe980b Issue #8515: Set __file__ when run file in IDLE. by Andrew Svetlov · 12 years ago
  78. 0130ad1 Merge. by Stefan Krah · 12 years ago
  79. 73d2da4 Merge from 3.2 by Andrew Svetlov · 12 years ago
  80. 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 12 years ago
  81. ff3eca0 Allow printing a leading '-' and the maximum number of exponent digits by Stefan Krah · 12 years ago
  82. 0774e9b Raise InvalidOperation if exponents of zeros are clamped during exact by Stefan Krah · 12 years ago
  83. 20bbf54 Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo. by Andrew Svetlov · 12 years ago
  84. b5ebf271 Merge: test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  85. ca60b36 test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  86. ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  87. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  88. 8ac95ee Fix test_site from modifying sysconfig._CONFIG_VARS. by Brett Cannon · 12 years ago
  89. d4dc6dc merge with 3.2 by Georg Brandl · 12 years ago
  90. b604630 Closes #14495: fix typo. by Georg Brandl · 12 years ago
  91. da80b1e - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. by Matthias Klose · 12 years ago
  92. ebf37a2 Fixes and enhancements to _elementtree: by Eli Bendersky · 12 years ago
  93. 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  94. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  95. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  96. 39f0037 Issue #802310: Generate always unique tkinter font names if not directly passed by Andrew Svetlov · 12 years ago
  97. 5af3e1a reformat code to follow PEP8 by Andrew Svetlov · 12 years ago
  98. 5ceef13 merge by Brett Cannon · 12 years ago
  99. 927d874 If a module injects something into sys.modules as a side-effect of by Brett Cannon · 12 years ago
  100. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 12 years ago