1. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 13 years ago
  2. 41829e8 Document f4d7ad6c9d6e. by Martin v. Löwis · 13 years ago
  3. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 13 years ago
  4. b062a2f Issue #13815: Resurrect the ExFileObject class. by Lars Gustäbel · 13 years ago
  5. 9a23490 Issue #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205). by Antoine Pitrou · 13 years ago
  6. 7feb9f4 Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate by Charles-François Natali · 13 years ago
  7. d200bf5 Add importlib.util.resolve_name(). by Brett Cannon · 13 years ago
  8. 62961dd Issue #13959: Document imp.find_module/load_module as deprecated. by Brett Cannon · 13 years ago
  9. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 13 years ago
  10. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
  11. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 13 years ago
  12. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 13 years ago
  13. c049952 Issue #13959: Have by Brett Cannon · 13 years ago
  14. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 13 years ago
  15. baf7571 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 13 years ago
  16. e8751e0 Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 13 years ago
  17. 1682e5d Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 13 years ago
  18. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 13 years ago
  19. ca5f91b Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka. by Antoine Pitrou · 13 years ago
  20. b58ab2c MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
  21. 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
  22. d576c71 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 13 years ago
  23. 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 · 13 years ago
  24. 943cab2 Issue #14741: Merge fix from 3.2. by Mark Dickinson · 13 years ago
  25. da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 13 years ago
  26. 72f6095 Issue #14697: Merge fix from 3.2. by Mark Dickinson · 13 years ago
  27. 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 13 years ago
  28. cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 13 years ago
  29. 9fad160 Issue #14701: Merge fix from 3.2. by Mark Dickinson · 13 years ago
  30. 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 · 13 years ago
  31. 43d6ddc Merge Misc/NEWS issue number fix from 3.2 by Mark Dickinson · 13 years ago
  32. 640335c Fix issue number in Misc/NEWS. by Mark Dickinson · 13 years ago
  33. d30c5d5 Add Misc/NEWS entry for rev b4a1d9287780 by Richard Oudkerk · 13 years ago
  34. fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 13 years ago
  35. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 13 years ago
  36. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 13 years ago
  37. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  38. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 13 years ago
  39. 88b95f9 Fix some rst errors in NEWS. by Georg Brandl · 13 years ago
  40. 85a2394 Post-3.3a3 bump. by Georg Brandl · 13 years ago
  41. d9728b5 Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) by Larry Hastings · 13 years ago
  42. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 13 years ago
  43. 8fbd295 merge 3.2 (#14699) by Benjamin Peterson · 13 years ago
  44. 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 13 years ago
  45. ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 13 years ago
  46. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
  47. 417c384 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 13 years ago
  48. 42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 13 years ago
  49. ce58ed3 Merge with 3.2: issue #14433 by Martin v. Löwis · 13 years ago
  50. e654c11 Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. by Martin v. Löwis · 13 years ago
  51. 5740489 Issue #14696: Merge from 3.2 by Mark Dickinson · 13 years ago
  52. 407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. by Mark Dickinson · 13 years ago
  53. 5a38f80 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
  54. 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
  55. b63fd2a Issue #9154: Merge fix from 3.2. by Mark Dickinson · 13 years ago
  56. ea7e9f9 Issue #9154: Fix parser module to understand function annotations. by Mark Dickinson · 13 years ago
  57. 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 · 13 years ago
  58. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 13 years ago
  59. 47620a6 Close #14309: Deprecate time.clock() by Victor Stinner · 13 years ago
  60. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 13 years ago
  61. efad00d Issue #14646: __import__() now sets __loader__ if need be. by Brett Cannon · 13 years ago
  62. aa93642 Issue #14605: Use None in sys.path_importer_cache to represent no by Brett Cannon · 13 years ago
  63. ce418b4 Issue #14605: Stop having implicit entries for sys.meta_path. by Brett Cannon · 13 years ago
  64. cfc1cc2 Issue #14642: Add "hg touch" extension, and "make touch" target. by Martin v. Loewis · 13 years ago
  65. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 13 years ago
  66. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  67. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 13 years ago
  68. ae77584 Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. by Brian Curtin · 13 years ago
  69. 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 · 13 years ago
  70. 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 · 13 years ago
  71. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 13 years ago
  72. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 13 years ago
  73. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 13 years ago
  74. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 13 years ago
  75. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 13 years ago
  76. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 13 years ago
  77. 42f5881 merge 3.2 (#14658) by Benjamin Peterson · 13 years ago
  78. 7b16687 don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 13 years ago
  79. a82c960 merge #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
  80. c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
  81. 976db92 news for issue13684 by Senthil Kumaran · 13 years ago
  82. 88ec620 news for issue13684 by Senthil Kumaran · 13 years ago
  83. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 13 years ago
  84. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 13 years ago
  85. 243994d Resolve #14026 (Merge from 3.2) by Nick Coghlan · 13 years ago
  86. 37fc401 Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) by Nick Coghlan · 13 years ago
  87. ce9bb9e Mention the backwards-incompatible change to imp.cache_from_source()/source_from_cache(). by Brett Cannon · 13 years ago
  88. 3a441c1 Fix Issue2193 - Allow ":" character in Cookie NAME values by Senthil Kumaran · 13 years ago
  89. 9a359bd Issue #14630: Merge fix from 3.2. by Mark Dickinson · 13 years ago
  90. bcc17ee Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. by Mark Dickinson · 13 years ago
  91. e284654 Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy Storchaka (with minor modifications). by Mark Dickinson · 13 years ago
  92. c33f3f2 Issue #14629: Mention the filename in SyntaxError exceptions from by Brett Cannon · 13 years ago
  93. 63c39fe merge 3.2: issue 14629 by Martin v. Löwis · 13 years ago
  94. 63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding by Martin v. Löwis · 13 years ago
  95. dd5aa36 Issue #14308: Fix an exception when a dummy thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
  96. 8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
  97. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 13 years ago
  98. e27b360 Merge from 3.2 by Nick Coghlan · 13 years ago
  99. 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 13 years ago
  100. dea6c21 #14538: merge with 3.2. by Ezio Melotti · 13 years ago