- b58ab2c MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
- 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
- d576c71 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 12 years ago
- 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
- 943cab2 Issue #14741: Merge fix from 3.2. by Mark Dickinson · 13 years ago
- da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 13 years ago
- 72f6095 Issue #14697: Merge fix from 3.2. by Mark Dickinson · 13 years ago
- 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 13 years ago
- cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 13 years ago
- 9fad160 Issue #14701: Merge fix from 3.2. by Mark Dickinson · 13 years ago
- 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
- 43d6ddc Merge Misc/NEWS issue number fix from 3.2 by Mark Dickinson · 13 years ago
- 640335c Fix issue number in Misc/NEWS. by Mark Dickinson · 13 years ago
- d30c5d5 Add Misc/NEWS entry for rev b4a1d9287780 by Richard Oudkerk · 13 years ago
- fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 13 years ago
- 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 13 years ago
- df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 13 years ago
- 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
- 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 13 years ago
- 88b95f9 Fix some rst errors in NEWS. by Georg Brandl · 13 years ago
- 85a2394 Post-3.3a3 bump. by Georg Brandl · 13 years ago
- d9728b5 Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) by Larry Hastings · 13 years ago
- 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 13 years ago
- 8fbd295 merge 3.2 (#14699) by Benjamin Peterson · 13 years ago
- 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 13 years ago
- ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 13 years ago
- f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
- 417c384 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 13 years ago
- 42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 13 years ago
- ce58ed3 Merge with 3.2: issue #14433 by Martin v. Löwis · 13 years ago
- e654c11 Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. by Martin v. Löwis · 13 years ago
- 5740489 Issue #14696: Merge from 3.2 by Mark Dickinson · 13 years ago
- 407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. by Mark Dickinson · 13 years ago
- 5a38f80 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
- 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
- b63fd2a Issue #9154: Merge fix from 3.2. by Mark Dickinson · 13 years ago
- ea7e9f9 Issue #9154: Fix parser module to understand function annotations. by Mark Dickinson · 13 years ago
- 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
- 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 13 years ago
- 47620a6 Close #14309: Deprecate time.clock() by Victor Stinner · 13 years ago
- ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 13 years ago
- efad00d Issue #14646: __import__() now sets __loader__ if need be. by Brett Cannon · 13 years ago
- aa93642 Issue #14605: Use None in sys.path_importer_cache to represent no by Brett Cannon · 13 years ago
- ce418b4 Issue #14605: Stop having implicit entries for sys.meta_path. by Brett Cannon · 13 years ago
- cfc1cc2 Issue #14642: Add "hg touch" extension, and "make touch" target. by Martin v. Loewis · 13 years ago
- 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 13 years ago
- 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
- e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 13 years ago
- ae77584 Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. by Brian Curtin · 13 years ago
- 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
- 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
- 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 13 years ago
- ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 13 years ago
- 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 13 years ago
- 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 13 years ago
- 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 13 years ago
- 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 13 years ago
- 42f5881 merge 3.2 (#14658) by Benjamin Peterson · 13 years ago
- 7b16687 don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 13 years ago
- a82c960 merge #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
- c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
- 976db92 news for issue13684 by Senthil Kumaran · 13 years ago
- 88ec620 news for issue13684 by Senthil Kumaran · 13 years ago
- 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 13 years ago
- 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 13 years ago
- 243994d Resolve #14026 (Merge from 3.2) by Nick Coghlan · 13 years ago
- 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
- ce9bb9e Mention the backwards-incompatible change to imp.cache_from_source()/source_from_cache(). by Brett Cannon · 13 years ago
- 3a441c1 Fix Issue2193 - Allow ":" character in Cookie NAME values by Senthil Kumaran · 13 years ago
- 9a359bd Issue #14630: Merge fix from 3.2. by Mark Dickinson · 13 years ago
- 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
- e284654 Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy Storchaka (with minor modifications). by Mark Dickinson · 13 years ago
- c33f3f2 Issue #14629: Mention the filename in SyntaxError exceptions from by Brett Cannon · 13 years ago
- 63c39fe merge 3.2: issue 14629 by Martin v. Löwis · 13 years ago
- 63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding by Martin v. Löwis · 13 years ago
- 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
- 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
- aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 13 years ago
- e27b360 Merge from 3.2 by Nick Coghlan · 13 years ago
- 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 13 years ago
- dea6c21 #14538: merge with 3.2. by Ezio Melotti · 13 years ago
- 0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 13 years ago
- b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 13 years ago
- 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 13 years ago
- 447f0cc merge 3.2 by Benjamin Peterson · 13 years ago
- 2c14146 improve by Benjamin Peterson · 13 years ago
- 6e3358a merge 3.2 (#14612) by Benjamin Peterson · 13 years ago
- e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 13 years ago
- d76bc7a rollback 005fd1fe31ab (see #14609 and #14582) by Benjamin Peterson · 13 years ago
- 03c7ed1 Merge by Brett Cannon · 13 years ago
- 7bd329d Issue #12599: Be more strict in accepting None vs. a false-like object by Brett Cannon · 13 years ago
- 2a1fdc4 merge 3.2 (#14607) by Benjamin Peterson · 13 years ago
- 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 13 years ago
- 273323c Issue #14592: A relative import will raise a KeyError if __package__ by Brett Cannon · 13 years ago
- c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 13 years ago
- 75babfa Add an explicit mention of a backwards-incompatible fix that importlib implicitly fixed. by Brett Cannon · 13 years ago
- b4e59e9 Closes #14452: remove BOM insertion code. by Vinay Sajip · 13 years ago
- ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 13 years ago
- b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 13 years ago
- d15e6a3 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 13 years ago