| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16400: Add command line option for isolated mode. | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-08-10 | 1 | -1/+8 |
* | #16937: merge with 3.3. | ![](//www.gravatar.com/avatar/003518259e6453b071aeaa7f6e6ed37b?s=13&d=retro) Ezio Melotti | 2013-07-25 | 1 | -1/+2 |
|\ |
|
| * | #16937: document that stdin is always buffered, even when -u is used. Patch ... | ![](//www.gravatar.com/avatar/003518259e6453b071aeaa7f6e6ed37b?s=13&d=retro) Ezio Melotti | 2013-07-25 | 1 | -1/+2 |
* | | Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2013-07-16 | 1 | -1/+3 |
* | | Issue #18338: `python --version` now prints version string to stdout, and | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-07-11 | 1 | -1/+1 |
* | | Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2013-07-07 | 1 | -2/+2 |
* | | Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2013-07-07 | 1 | -7/+7 |
* | | Issue #5845: Enable tab-completion in the interactive interpreter by default,... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2013-05-04 | 1 | -0/+28 |
* | | Close #14439: Python now prints the traceback on runpy failure at startup. | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2013-04-10 | 1 | -0/+4 |
* | | #16306: merge with 3.3. | ![](//www.gravatar.com/avatar/003518259e6453b071aeaa7f6e6ed37b?s=13&d=retro) Ezio Melotti | 2012-11-23 | 1 | -0/+1 |
|\| |
|
| * | #16306: merge with 3.2. | ![](//www.gravatar.com/avatar/003518259e6453b071aeaa7f6e6ed37b?s=13&d=retro) Ezio Melotti | 2012-11-23 | 1 | -0/+1 |
| |\ |
|
| | * | #16306: report only the first unknown option and add more tests. Patch by Se... | ![](//www.gravatar.com/avatar/003518259e6453b071aeaa7f6e6ed37b?s=13&d=retro) Ezio Melotti | 2012-11-23 | 1 | -0/+1 |
* | | | #16135: Removal of OS/2 support (posixmodule y platform dependent files) | ![](//www.gravatar.com/avatar/66974ed16b5ad5293bac2d23005ff9a9?s=13&d=retro) Jesus Cea | 2012-10-05 | 1 | -5/+1 |
|/ / |
|
* | | Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on... | ![](//www.gravatar.com/avatar/4be5600ac37733c75baf66d90f0be138?s=13&d=retro) Ronald Oussoren | 2012-08-22 | 1 | -1/+1 |
|\| |
|
| * | Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on... | ![](//www.gravatar.com/avatar/4be5600ac37733c75baf66d90f0be138?s=13&d=retro) Ronald Oussoren | 2012-08-22 | 1 | -1/+1 |
* | | Closes #15307: symlinks now work on OS X with framework Python builds. Patch... | ![](//www.gravatar.com/avatar/7094252405dd3dd5f798b132834d39b2?s=13&d=retro) Vinay Sajip | 2012-07-17 | 1 | -0/+22 |
* | | Fix issue # 15033 - Return the proper exitcode for failure when modules are i... | ![](//www.gravatar.com/avatar/fd896d57302e86373a27c2443bd8e95a?s=13&d=retro) Senthil Kumaran | 2012-07-04 | 1 | -1/+1 |
|\| |
|
| * | Fix issue # 15033 - Return the proper exitcode for failure when modules are i... | ![](//www.gravatar.com/avatar/fd896d57302e86373a27c2443bd8e95a?s=13&d=retro) Senthil Kumaran | 2012-07-04 | 1 | -1/+1 |
* | | Issue #14605: Use None in sys.path_importer_cache to represent no | ![](//www.gravatar.com/avatar/e8600d16ba667cc8d7f00ddc9f254340?s=13&d=retro) Brett Cannon | 2012-04-27 | 1 | -1/+1 |
* | | merge with 3.2 | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2012-02-21 | 1 | -1/+1 |
|\| |
|
| * | merge with 3.2 | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2012-02-21 | 1 | -3/+3 |
| |\ |
|
| | * | Remove reST markup from --help output. Also: O(n**2) is dict construction, n... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2012-02-21 | 1 | -3/+3 |
* | | | enable hash randomization by default | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2012-02-21 | 1 | -18/+7 |
* | | | Fix test failure in test_cmd_line by initializing the hash secret at the earl... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2012-02-21 | 1 | -2/+28 |
|\| | |
|
| * | | Fix test failure in test_cmd_line by initializing the hash secret at the earl... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2012-02-21 | 1 | -2/+28 |
* | | | Merge 3.2: Issue #13703 plus some related test suite fixes. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2012-02-21 | 1 | -3/+17 |
|\| | |
|
| * | | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2012-02-20 | 1 | -3/+17 |
| |\| |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2012-02-20 | 1 | -1/+15 |
| | * | Merged revisions 87991 via svnmerge from | ![](//www.gravatar.com/avatar/fc761ccaf6c0d7d977e2959f9bfebd06?s=13&d=retro) Eli Bendersky | 2011-01-14 | 1 | -1/+0 |
| | * | Merged revisions 81250-81253 via svnmerge from | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2010-05-17 | 1 | -4/+8 |
| | * | Recorded merge of revisions 81032 via svnmerge from | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-05-09 | 1 | -483/+483 |
| | * | Merged revisions 78872 via svnmerge from | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2010-03-21 | 1 | -4/+10 |
| | * | Merged revisions 75571,75576-75577 via svnmerge from | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2009-10-20 | 1 | -29/+0 |
| | * | Merged revisions 74010,74034,74054 via svnmerge from | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2009-08-13 | 1 | -3/+3 |
* | | | Issue #13560: Locale codec functions use the classic "errors" parameter, | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-12-17 | 1 | -1/+1 |
* | | | Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-12-16 | 1 | -8/+5 |
* | | | Issue #10350: Read and save errno before calling a function which might overw... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2011-12-16 | 1 | -1/+2 |
|\| | |
|
| * | | Issue #10350: Read and save errno before calling a function which might overw... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2011-12-16 | 1 | -1/+2 |
* | | | Issue #11918: OS/2 and VMS are no more supported because of the lack of | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-04-26 | 1 | -0/+1 |
* | | | Issue #11393: Add the new faulthandler module | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-03-31 | 1 | -0/+1 |
* | | | Issue #8914: fix various warnings from the Clang static analyzer v254. | ![](//www.gravatar.com/avatar/0a5868c15e877147302ef271ec0cb11a?s=13&d=retro) Brett Cannon | 2011-02-22 | 1 | -2/+1 |
|/ / |
|
* | | Remove call to nonexisting function (relic from Python 2.x) under #ifdef __IN... | ![](//www.gravatar.com/avatar/fc761ccaf6c0d7d977e2959f9bfebd06?s=13&d=retro) Eli Bendersky | 2011-01-14 | 1 | -1/+0 |
* | | Issue #10841: set binary mode on files; the parser translates newlines | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-01-07 | 1 | -3/+6 |
* | | Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-12-28 | 1 | -3/+2 |
* | | #1772833: add -q command line option. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-12-04 | 1 | -3/+10 |
* | | Remove redundant includes of headers that are already included by Python.h. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2010-11-30 | 1 | -1/+0 |
* | | PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2010-11-08 | 1 | -1/+1 |
* | | Issue #10089: Add support for arbitrary -X options on the command-line. | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-10-21 | 1 | -3/+6 |
* | | run_file(): encode the filename with PyUnicode_EncodeFSDefault() instead of | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2010-10-17 | 1 | -2/+2 |
* | | Add an optional size argument to _Py_char2wchar() | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2010-10-16 | 1 | -2/+4 |