index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed formatting comman-line usage message.
Serhiy Storchaka
2015-12-30
1
-4
/
+4
*
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner
2015-03-30
1
-2
/
+4
*
Back-out wcstok deprecation suppression and updates calls to use wcstok_s.
Steve Dower
2015-02-25
1
-3
/
+3
*
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...
Steve Dower
2015-02-21
1
-3
/
+2
*
Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is
Victor Stinner
2014-11-05
1
-1
/
+0
*
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner
2014-08-01
1
-2
/
+2
*
Issue #20355: -W command line options now have higher priority than the PYTHO...
Antoine Pitrou
2014-04-29
1
-1
/
+18
*
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
1
-29
/
+0
*
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-28
1
-1
/
+1
*
Issue #16400: Add command line option for isolated mode.
Christian Heimes
2013-08-10
1
-1
/
+8
*
#16937: merge with 3.3.
Ezio Melotti
2013-07-25
1
-1
/
+2
|
\
|
*
#16937: document that stdin is always buffered, even when -u is used. Patch ...
Ezio Melotti
2013-07-25
1
-1
/
+2
*
|
Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError
Victor Stinner
2013-07-16
1
-1
/
+3
*
|
Issue #18338: `python --version` now prints version string to stdout, and
Serhiy Storchaka
2013-07-11
1
-1
/
+1
*
|
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
Victor Stinner
2013-07-07
1
-2
/
+2
*
|
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner
2013-07-07
1
-7
/
+7
*
|
Issue #5845: Enable tab-completion in the interactive interpreter by default,...
Antoine Pitrou
2013-05-04
1
-0
/
+28
*
|
Close #14439: Python now prints the traceback on runpy failure at startup.
Victor Stinner
2013-04-10
1
-0
/
+4
*
|
#16306: merge with 3.3.
Ezio Melotti
2012-11-23
1
-0
/
+1
|
\
\
|
|
/
|
*
#16306: merge with 3.2.
Ezio Melotti
2012-11-23
1
-30
/
+39
|
|
\
|
*
|
#16306: report only the first unknown option and add more tests. Patch by Se...
Ezio Melotti
2012-11-23
1
-0
/
+1
*
|
|
#16135: Removal of OS/2 support (posixmodule y platform dependent files)
Jesus Cea
2012-10-05
1
-5
/
+1
|
|
/
|
/
|
*
|
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on...
Ronald Oussoren
2012-08-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on...
Ronald Oussoren
2012-08-22
1
-1
/
+1
*
|
Closes #15307: symlinks now work on OS X with framework Python builds. Patch...
Vinay Sajip
2012-07-17
1
-0
/
+22
*
|
Fix issue # 15033 - Return the proper exitcode for failure when modules are i...
Senthil Kumaran
2012-07-04
1
-30
/
+17
|
\
\
|
|
/
|
/
|
|
*
Issue #14605: Use None in sys.path_importer_cache to represent no
Brett Cannon
2012-04-27
1
-1
/
+1
|
*
merge with 3.2
Georg Brandl
2012-02-21
1
-29
/
+16
|
|
\
|
|
*
enable hash randomization by default
Benjamin Peterson
2012-02-21
1
-18
/
+7
|
|
*
Fix test failure in test_cmd_line by initializing the hash secret at the earl...
Antoine Pitrou
2012-02-21
1
-2
/
+28
|
|
|
\
|
|
*
\
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl
2012-02-21
1
-11
/
+9
|
|
|
\
\
|
|
|
*
|
Issue #13560: Locale codec functions use the classic "errors" parameter,
Victor Stinner
2011-12-17
1
-1
/
+1
|
|
|
*
|
Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()
Victor Stinner
2011-12-16
1
-8
/
+5
|
|
|
*
|
Issue #10350: Read and save errno before calling a function which might overw...
Antoine Pitrou
2011-12-16
1
-1
/
+2
|
|
|
|
\
\
|
|
|
*
|
|
Issue #11918: OS/2 and VMS are no more supported because of the lack of
Victor Stinner
2011-04-26
1
-0
/
+1
|
|
|
*
|
|
Issue #11393: Add the new faulthandler module
Victor Stinner
2011-03-31
1
-0
/
+1
|
|
|
*
|
|
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
1
-2
/
+1
*
|
|
|
|
|
Fix issue # 15033 - Return the proper exitcode for failure when modules are i...
Senthil Kumaran
2012-07-04
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
merge with 3.2
Georg Brandl
2012-02-21
1
-113
/
+218
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Fix test failure in test_cmd_line by initializing the hash secret at the earl...
Antoine Pitrou
2012-02-21
1
-2
/
+28
|
|
/
/
/
|
*
|
|
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
1
-111
/
+190
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #10350: Read and save errno before calling a function which might overw...
Antoine Pitrou
2011-12-16
1
-1
/
+2
|
|
|
/
|
|
*
Remove call to nonexisting function (relic from Python 2.x) under #ifdef __IN...
Eli Bendersky
2011-01-14
1
-1
/
+0
|
|
*
Issue #10841: set binary mode on files; the parser translates newlines
Victor Stinner
2011-01-07
1
-3
/
+6
|
|
*
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric...
Georg Brandl
2010-12-28
1
-3
/
+2
|
|
*
#1772833: add -q command line option.
Georg Brandl
2010-12-04
1
-3
/
+10
|
|
*
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl
2010-11-30
1
-1
/
+0
|
|
*
PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails
Victor Stinner
2010-11-08
1
-1
/
+1
|
|
*
Issue #10089: Add support for arbitrary -X options on the command-line.
Antoine Pitrou
2010-10-21
1
-3
/
+6
|
|
*
run_file(): encode the filename with PyUnicode_EncodeFSDefault() instead of
Victor Stinner
2010-10-17
1
-2
/
+2
[next]