1. b4e59e9 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  2. ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  3. b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 12 years ago
  4. 1543981 merge by Brett Cannon · 12 years ago
  5. 2ee6142 Issue #13959: Re-implement imp.load_package() in imp.py. by Brett Cannon · 12 years ago
  6. d15e6a3 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  7. aa292f9 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  8. 01a7617 Issue #13959: Re-implement imp.load_module() in imp.py. by Brett Cannon · 12 years ago
  9. 7c3e150 merge by Brett Cannon · 12 years ago
  10. 2fef4d2 Consider load_dynamic() something to keep in _imp. by Brett Cannon · 12 years ago
  11. c1b3f63 Try to get hg to treat importlib.h as binary. by Brett Cannon · 12 years ago
  12. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  13. 8a1d04c Issue #13959: Simplify imp.reload() by relying on a module's __loader__. by Brett Cannon · 12 years ago
  14. 7ceedb8 Update importlib.h by Brett Cannon · 12 years ago
  15. 6f44d66 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin by Brett Cannon · 12 years ago
  16. 7788838 merge by Brett Cannon · 12 years ago
  17. 881535b Issue #14582: Import returns the module returned by a loader instead by Brett Cannon · 12 years ago
  18. f8f3190 utilize startswith(tuple) by Philip Jenvey · 12 years ago
  19. 27fc528 Set ImportError.name when raising the exception in the case of None by Brett Cannon · 12 years ago
  20. da4210f Issue #13496: Merge from 3.2 by Mark Dickinson · 12 years ago
  21. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  22. b0f0047 Issue #13889: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  23. 18e3d81 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. by Mark Dickinson · 12 years ago
  24. 69c6352 Issue #10576: Add a progress callback to gcmodule by Kristján Valur Jónsson · 12 years ago
  25. c014df7 Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows. by Kristján Valur Jónsson · 12 years ago
  26. 473fde6 Make all socket related modules link with ws2_32.lib on windows, like by Kristján Valur Jónsson · 12 years ago
  27. acb2b0d Merge with remote. by Ross Lagerwall · 12 years ago
  28. 0b63b56 Be less verbose when building dbm. by Ross Lagerwall · 12 years ago
  29. fc9ca27 Plug a refleak. by Brett Cannon · 12 years ago
  30. 2a082ad Clarify that one should not use __import__() directly. Also mention by Brett Cannon · 12 years ago
  31. 49f8d8b Handle importing pkg.mod by executing by Brett Cannon · 12 years ago
  32. 59f9c3a Rebuild importlib.h to incorporate added comments. by Brett Cannon · 12 years ago
  33. aef82d3 IDLE was relying on implicit relative imports which have gone away in by Brett Cannon · 12 years ago
  34. 44590e4 Add some comments. by Brett Cannon · 12 years ago
  35. 2217c46 merge with the tip by Brian Curtin · 12 years ago
  36. e6b299f Fix Windows build by Brian Curtin · 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. 740fce0 Undo a C99 idiom. by Brett Cannon · 12 years ago
  40. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  41. d2cbd90 merge with 3.2 by Sandro Tosi · 12 years ago
  42. 1ee1719 fix typo; thanks to Jérôme Mainka from docs@ by Sandro Tosi · 12 years ago
  43. 9c9af9d Merge highlight and spacing fixes in json example with 3.2. by Ezio Melotti · 12 years ago
  44. 84e59aa Fix highlight and spacing in json example. by Ezio Melotti · 12 years ago
  45. 584fbbb #14535: merge with 3.2. by Ezio Melotti · 12 years ago
  46. f86b28e #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  47. 2c4efa8 Merge #14399: corrected news item by R David Murray · 12 years ago
  48. 650dfaf #14399: corrected news item by R David Murray · 12 years ago
  49. 780b66b merge 3.2 by Benjamin Peterson · 12 years ago
  50. 3bf0175 move outside WITH_THREAD conditional by Benjamin Peterson · 12 years ago
  51. b8d0169 Fix clock_gettime/getres/settime: PyArg_ParseTuple() expects an int by Victor Stinner · 12 years ago
  52. 0682a0c Minor docstring / docs corrections for unittest.mock by Michael Foord · 12 years ago
  53. 656319e Make unittest.mock.create_autospec resilient against AttributeError on original object by Michael Foord · 12 years ago
  54. 899ee61 merge 3.2 by Benjamin Peterson · 12 years ago
  55. 43162b8 take linkage def outside of WITH_THREAD conditional (closes #14569) by Benjamin Peterson · 12 years ago
  56. c287062 unittest.mock.PropertyMock return value and attributes are now standard MagicMocks by Michael Foord · 12 years ago
  57. 633b32a put PyImportErrorObject with its brothers by Benjamin Peterson · 12 years ago
  58. 15af26f Merge by Brett Cannon · 12 years ago
  59. a29629f NEWS entry about importlib and ImportError's new attributes. by Brett Cannon · 12 years ago
  60. bbb6680 Have importlib take advantage of ImportError's new 'name' and 'path' attributes. by Brett Cannon · 12 years ago
  61. b413874 merge heads by Amaury Forgeot d'Arc · 12 years ago
  62. 504a83f merge heads by Amaury Forgeot d'Arc · 12 years ago
  63. 18d508f Merge heads by Amaury Forgeot d'Arc · 12 years ago
  64. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  65. 8963943 hg merge 3.2 by Amaury Forgeot d'Arc · 12 years ago
  66. a9d33a2 Issue14559: Fix build files old Microft compilers. by Amaury Forgeot d'Arc · 12 years ago
  67. f50b38a Merge #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  68. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  69. 6125e23 Doc: sort time.CLOCK_xxx constants by Victor Stinner · 12 years ago
  70. 84ba495 Null-merge 3.2 branch. by Georg Brandl · 12 years ago
  71. d46d69c 3.2 sidebar: link to 3.3, not 3.1 by Georg Brandl · 12 years ago
  72. 515ea9b Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  73. 5739e10 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  74. 80a133b code improvement. 'as cm' not required when not used. Review comment by Georg Brandl by Senthil Kumaran · 12 years ago
  75. df7ac06 Merge doc fixes #14553 and #14552. by R David Murray · 12 years ago
  76. e7bade5 #14553: fix word order. by R David Murray · 12 years ago
  77. 644cabe #14552: remove redundant wording in 'test' docs. by R David Murray · 12 years ago
  78. d268109 merge 3.2 (null) by Benjamin Peterson · 12 years ago
  79. 118ef7c merge 3.1 (null) by Benjamin Peterson · 12 years ago
  80. 2fd0b1a after 3.1.5 by Benjamin Peterson · 12 years ago
  81. ea16980 #14508: make gprof2html script runnable under python3 by R David Murray · 12 years ago
  82. 776c0df #14508: make gprof2html script runnable under python3 by R David Murray · 12 years ago
  83. 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
  84. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  85. 1c94ff8 Improve the threading.Condition docs. by Antoine Pitrou · 12 years ago
  86. f6cd9b2 Improve the threading.Condition docs. by Antoine Pitrou · 12 years ago
  87. b43ef77 #14545: merge 3.2 by Georg Brandl · 12 years ago
  88. 2a4864b Merge 3.2 by Georg Brandl · 12 years ago
  89. 2c58075 Closes #14545: make clearer what was added. by Georg Brandl · 12 years ago
  90. 08bd4aa use assertWarns instead of check_warnings - Issue14341 by Senthil Kumaran · 12 years ago
  91. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  92. 507776e Post-release update. by Georg Brandl · 12 years ago
  93. 9fe92d1 Make the trace module ignore modules whose names start with "<" and by Brett Cannon · 12 years ago
  94. ec766a6 1) Remove claim of an input invariant that is only true for static mpd_t. by Stefan Krah · 12 years ago
  95. 7b544ca Fix stale comment. by Stefan Krah · 12 years ago
  96. 61d85ba Merge by Antoine Pitrou · 12 years ago
  97. b96a354 Small improvements to the threading docs: better publicize support for the with statement. by Antoine Pitrou · 12 years ago
  98. 2c9f104 Fix some markup in the threading docs. by Antoine Pitrou · 12 years ago
  99. 126aef7 Issue #8799: Fix and improve the threading.Condition documentation. by Antoine Pitrou · 12 years ago
  100. 88b957a merge heads by Senthil Kumaran · 12 years ago