1. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 12 years ago
  2. ae77584 Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. by Brian Curtin · 12 years ago
  3. f99983d Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 12 years ago
  4. b05ac86 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 12 years ago
  5. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  6. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 12 years ago
  7. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 12 years ago
  8. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  9. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 12 years ago
  10. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  11. 42f5881 merge 3.2 (#14658) by Benjamin Peterson · 12 years ago
  12. 7b16687 don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 12 years ago
  13. a82c960 merge #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  14. c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  15. 976db92 news for issue13684 by Senthil Kumaran · 12 years ago
  16. 88ec620 news for issue13684 by Senthil Kumaran · 12 years ago
  17. 99e6f87 merge 3.2 by Benjamin Peterson · 12 years ago
  18. 2cc52ef add Mark Shannon by Benjamin Peterson · 12 years ago
  19. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  20. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  21. 243994d Resolve #14026 (Merge from 3.2) by Nick Coghlan · 12 years ago
  22. 37fc401 Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) by Nick Coghlan · 12 years ago
  23. ce9bb9e Mention the backwards-incompatible change to imp.cache_from_source()/source_from_cache(). by Brett Cannon · 12 years ago
  24. 3a441c1 Fix Issue2193 - Allow ":" character in Cookie NAME values by Senthil Kumaran · 12 years ago
  25. 9a359bd Issue #14630: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  26. bcc17ee Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. by Mark Dickinson · 12 years ago
  27. e284654 Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy Storchaka (with minor modifications). by Mark Dickinson · 12 years ago
  28. c33f3f2 Issue #14629: Mention the filename in SyntaxError exceptions from by Brett Cannon · 12 years ago
  29. 63c39fe merge 3.2: issue 14629 by Martin v. Löwis · 12 years ago
  30. 63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding by Martin v. Löwis · 12 years ago
  31. dd5aa36 Issue #14308: Fix an exception when a dummy thread is in the threading module's active list after a fork(). by Antoine Pitrou · 12 years ago
  32. 8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 12 years ago
  33. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  34. e27b360 Merge from 3.2 by Nick Coghlan · 12 years ago
  35. 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 12 years ago
  36. dea6c21 #14538: merge with 3.2. by Ezio Melotti · 12 years ago
  37. 0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 12 years ago
  38. b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 12 years ago
  39. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  40. 447f0cc merge 3.2 by Benjamin Peterson · 12 years ago
  41. 2c14146 improve by Benjamin Peterson · 12 years ago
  42. 6e3358a merge 3.2 (#14612) by Benjamin Peterson · 12 years ago
  43. e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 12 years ago
  44. d76bc7a rollback 005fd1fe31ab (see #14609 and #14582) by Benjamin Peterson · 12 years ago
  45. 03c7ed1 Merge by Brett Cannon · 12 years ago
  46. 7bd329d Issue #12599: Be more strict in accepting None vs. a false-like object by Brett Cannon · 12 years ago
  47. 2a1fdc4 merge 3.2 (#14607) by Benjamin Peterson · 12 years ago
  48. 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 12 years ago
  49. 273323c Issue #14592: A relative import will raise a KeyError if __package__ by Brett Cannon · 12 years ago
  50. c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 12 years ago
  51. 75babfa Add an explicit mention of a backwards-incompatible fix that importlib implicitly fixed. by Brett Cannon · 12 years ago
  52. b4e59e9 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  53. ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  54. b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 12 years ago
  55. d15e6a3 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  56. aa292f9 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  57. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  58. 8a1d04c Issue #13959: Simplify imp.reload() by relying on a module's __loader__. by Brett Cannon · 12 years ago
  59. 6f44d66 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin by Brett Cannon · 12 years ago
  60. 881535b Issue #14582: Import returns the module returned by a loader instead by Brett Cannon · 12 years ago
  61. da4210f Issue #13496: Merge from 3.2 by Mark Dickinson · 12 years ago
  62. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  63. b0f0047 Issue #13889: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  64. 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
  65. 69c6352 Issue #10576: Add a progress callback to gcmodule by Kristján Valur Jónsson · 12 years ago
  66. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  67. 2c4efa8 Merge #14399: corrected news item by R David Murray · 12 years ago
  68. 650dfaf #14399: corrected news item by R David Murray · 12 years ago
  69. a29629f NEWS entry about importlib and ImportError's new attributes. by Brett Cannon · 12 years ago
  70. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  71. f50b38a Merge #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  72. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  73. 515ea9b Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  74. 5739e10 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  75. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  76. 9fe92d1 Make the trace module ignore modules whose names start with "<" and by Brett Cannon · 12 years ago
  77. 126aef7 Issue #8799: Fix and improve the threading.Condition documentation. by Antoine Pitrou · 12 years ago
  78. 4403601 Bump to 3.2.3 final. by Georg Brandl · 12 years ago
  79. 470f33f News entry for f91ecbc8bafc. by Georg Brandl · 12 years ago
  80. 0c0914e _decimal is now 100x faster than the Python version in the pi benchmark. by Stefan Krah · 12 years ago
  81. 1584ae3 Issue #13165: stringbench is now available in the Tools/stringbench folder. by Antoine Pitrou · 12 years ago
  82. 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 12 years ago
  83. b019ee7 #12537: in mailbox avoid depending on knowledge of email package internals by R David Murray · 12 years ago
  84. c9e8e3c Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  85. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  86. df97cbe Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. by Antoine Pitrou · 12 years ago
  87. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  88. 0f9eec1 Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder. by Ross Lagerwall · 12 years ago
  89. afb5205 Close #14249: Use bit shifts instead of an union, it's more efficient. by Victor Stinner · 12 years ago
  90. dfe980b Issue #8515: Set __file__ when run file in IDLE. by Andrew Svetlov · 12 years ago
  91. 73d2da4 Merge from 3.2 by Andrew Svetlov · 12 years ago
  92. 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 12 years ago
  93. 20bbf54 Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo. by Andrew Svetlov · 12 years ago
  94. 4f61a2d A few tweaks to whatsnew/3.3 (fixes #14362) by Éric Araujo · 12 years ago
  95. da80b1e - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. by Matthias Klose · 12 years ago
  96. 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  97. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  98. 8f639e0 Issue #14288: Modify Misc/NEWS by Kristján Valur Jónsson · 12 years ago
  99. 39f0037 Issue #802310: Generate always unique tkinter font names if not directly passed by Andrew Svetlov · 12 years ago
  100. 2247775 Merge with 3.2 (Issue #14471) by Kristján Valur Jónsson · 12 years ago