1. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  2. ca5f91b Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  3. b58ab2c MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  4. 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  5. d576c71 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 12 years ago
  6. 6efa50a Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error. by Antoine Pitrou · 12 years ago
  7. 943cab2 Issue #14741: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  8. da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 12 years ago
  9. 72f6095 Issue #14697: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  10. 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 12 years ago
  11. cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 12 years ago
  12. 9fad160 Issue #14701: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  13. 99e2e55 Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch. by Mark Dickinson · 12 years ago
  14. 43d6ddc Merge Misc/NEWS issue number fix from 3.2 by Mark Dickinson · 12 years ago
  15. 640335c Fix issue number in Misc/NEWS. by Mark Dickinson · 12 years ago
  16. d30c5d5 Add Misc/NEWS entry for rev b4a1d9287780 by Richard Oudkerk · 12 years ago
  17. fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 12 years ago
  18. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 12 years ago
  19. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 12 years ago
  20. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  21. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 12 years ago
  22. 88b95f9 Fix some rst errors in NEWS. by Georg Brandl · 12 years ago
  23. 85a2394 Post-3.3a3 bump. by Georg Brandl · 12 years ago
  24. d9728b5 Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) by Larry Hastings · 12 years ago
  25. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  26. 8fbd295 merge 3.2 (#14699) by Benjamin Peterson · 12 years ago
  27. 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  28. ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 12 years ago
  29. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  30. 417c384 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  31. 42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  32. ce58ed3 Merge with 3.2: issue #14433 by Martin v. Löwis · 12 years ago
  33. e654c11 Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. by Martin v. Löwis · 12 years ago
  34. 5740489 Issue #14696: Merge from 3.2 by Mark Dickinson · 12 years ago
  35. 407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. by Mark Dickinson · 12 years ago
  36. 5a38f80 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  37. 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  38. b63fd2a Issue #9154: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  39. ea7e9f9 Issue #9154: Fix parser module to understand function annotations. by Mark Dickinson · 12 years ago
  40. e383e82 Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf'). by Mark Dickinson · 12 years ago
  41. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 12 years ago
  42. 47620a6 Close #14309: Deprecate time.clock() by Victor Stinner · 12 years ago
  43. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  44. efad00d Issue #14646: __import__() now sets __loader__ if need be. by Brett Cannon · 12 years ago
  45. aa93642 Issue #14605: Use None in sys.path_importer_cache to represent no by Brett Cannon · 12 years ago
  46. ce418b4 Issue #14605: Stop having implicit entries for sys.meta_path. by Brett Cannon · 12 years ago
  47. cfc1cc2 Issue #14642: Add "hg touch" extension, and "make touch" target. by Martin v. Loewis · 12 years ago
  48. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  49. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  50. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 12 years ago
  51. ae77584 Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. by Brian Curtin · 12 years ago
  52. 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
  53. 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
  54. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  55. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 12 years ago
  56. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 12 years ago
  57. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  58. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 12 years ago
  59. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  60. 42f5881 merge 3.2 (#14658) by Benjamin Peterson · 12 years ago
  61. 7b16687 don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 12 years ago
  62. a82c960 merge #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  63. c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  64. 976db92 news for issue13684 by Senthil Kumaran · 12 years ago
  65. 88ec620 news for issue13684 by Senthil Kumaran · 12 years ago
  66. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  67. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  68. 243994d Resolve #14026 (Merge from 3.2) by Nick Coghlan · 12 years ago
  69. 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
  70. ce9bb9e Mention the backwards-incompatible change to imp.cache_from_source()/source_from_cache(). by Brett Cannon · 12 years ago
  71. 3a441c1 Fix Issue2193 - Allow ":" character in Cookie NAME values by Senthil Kumaran · 12 years ago
  72. 9a359bd Issue #14630: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  73. 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
  74. e284654 Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy Storchaka (with minor modifications). by Mark Dickinson · 12 years ago
  75. c33f3f2 Issue #14629: Mention the filename in SyntaxError exceptions from by Brett Cannon · 12 years ago
  76. 63c39fe merge 3.2: issue 14629 by Martin v. Löwis · 12 years ago
  77. 63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding by Martin v. Löwis · 12 years ago
  78. 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
  79. 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
  80. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  81. e27b360 Merge from 3.2 by Nick Coghlan · 12 years ago
  82. 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 12 years ago
  83. dea6c21 #14538: merge with 3.2. by Ezio Melotti · 12 years ago
  84. 0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 12 years ago
  85. b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 12 years ago
  86. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  87. 447f0cc merge 3.2 by Benjamin Peterson · 12 years ago
  88. 2c14146 improve by Benjamin Peterson · 12 years ago
  89. 6e3358a merge 3.2 (#14612) by Benjamin Peterson · 12 years ago
  90. e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 12 years ago
  91. d76bc7a rollback 005fd1fe31ab (see #14609 and #14582) by Benjamin Peterson · 12 years ago
  92. 03c7ed1 Merge by Brett Cannon · 12 years ago
  93. 7bd329d Issue #12599: Be more strict in accepting None vs. a false-like object by Brett Cannon · 12 years ago
  94. 2a1fdc4 merge 3.2 (#14607) by Benjamin Peterson · 12 years ago
  95. 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 12 years ago
  96. 273323c Issue #14592: A relative import will raise a KeyError if __package__ by Brett Cannon · 12 years ago
  97. c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 12 years ago
  98. 75babfa Add an explicit mention of a backwards-incompatible fix that importlib implicitly fixed. by Brett Cannon · 12 years ago
  99. b4e59e9 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  100. ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago