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
/
Python
/
pythonrun.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric...
Georg Brandl
2010-12-28
1
-0
/
+1
|
*
|
Add an "optimize" parameter to compile() to control the optimization level, a...
Georg Brandl
2010-12-04
1
-4
/
+12
|
*
|
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-2
/
+10
|
*
|
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl
2010-11-30
1
-4
/
+0
|
*
|
Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil
Antoine Pitrou
2010-11-20
1
-0
/
+2
|
*
|
Issue #10372: Import the warnings module only after the IO library is
Antoine Pitrou
2010-11-10
1
-7
/
+9
|
*
|
Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah.
Hirokazu Yamamoto
2010-10-30
1
-0
/
+3
|
*
|
decrement offset when it points to a newline (#10186 followup)
Benjamin Peterson
2010-10-29
1
-1
/
+3
|
*
|
tighten loop
Benjamin Peterson
2010-10-24
1
-4
/
+1
|
*
|
remove broken code accounting an offset the size of the line #10186
Benjamin Peterson
2010-10-24
1
-2
/
+0
|
*
|
initfsencoding(): get_codeset() failure is now a fatal error
Victor Stinner
2010-10-19
1
-13
/
+6
|
*
|
_PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding
Victor Stinner
2010-10-17
1
-4
/
+4
|
*
|
Fix ast_error_finish() and err_input(): filename can be NULL
Victor Stinner
2010-10-16
1
-1
/
+6
|
*
|
Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
Victor Stinner
2010-10-16
1
-3
/
+9
|
*
|
Use locale encoding if Py_FileSystemDefaultEncoding is not set
Victor Stinner
2010-10-15
1
-258
/
+0
|
*
|
redecode_filename(): don't need to initialize variables
Victor Stinner
2010-10-15
1
-1
/
+1
|
*
|
Issue #9992: Remove PYTHONFSENCODING environment variable.
Victor Stinner
2010-10-13
1
-16
/
+6
|
*
|
Issue #9630: Redecode filenames when setting the filesystem encoding
Victor Stinner
2010-09-29
1
-0
/
+258
|
*
|
Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other
Antoine Pitrou
2010-09-20
1
-5
/
+8
|
*
|
Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly
Antoine Pitrou
2010-09-13
1
-0
/
+4
|
*
|
Issue #8622: Add PYTHONFSENCODING environment variable to override the
Victor Stinner
2010-08-18
1
-22
/
+43
|
*
|
Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx().
Victor Stinner
2010-08-17
1
-5
/
+5
|
*
|
Issue #477863: Print a warning at shutdown if gc.garbage is not empty.
Antoine Pitrou
2010-08-08
1
-0
/
+3
|
*
|
Issue #5319: Print an error if flushing stdout fails at interpreter
Antoine Pitrou
2010-08-08
1
-1
/
+1
|
*
|
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
Alexander Belopolsky
2010-08-05
1
-0
/
+2
|
*
|
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
Victor Stinner
2010-06-17
1
-1
/
+1
|
*
|
Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X
Victor Stinner
2010-06-11
1
-17
/
+19
|
*
|
Py_FatalError(): don't sys sys.last_xxx variables
Victor Stinner
2010-06-08
1
-1
/
+1
|
*
|
Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead
Victor Stinner
2010-05-21
1
-4
/
+6
|
*
|
Issue #8766: Initialize _warnings module before importing the first module.
Victor Stinner
2010-05-19
1
-1
/
+3
|
*
|
Issue #6697: Check that _PyUnicode_AsString() result is not NULL
Victor Stinner
2010-05-19
1
-5
/
+21
|
*
|
handle_system_exit() flushs files to warranty the output order
Victor Stinner
2010-05-17
1
-0
/
+4
|
*
|
Issue #8610: Load file system codec at startup, and display a fatal error on
Victor Stinner
2010-05-15
1
-20
/
+42
|
*
|
Issue #4653: fix typo in flush_std_files()
Victor Stinner
2010-05-14
1
-1
/
+1
|
*
|
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-1636
/
+1636
|
*
|
Merged revisions 81007 via svnmerge from
Jean-Paul Calderone
2010-05-09
1
-0
/
+4
|
*
|
err_input(): don't encode/decode the unicode message
Victor Stinner
2010-05-08
1
-13
/
+12
|
*
|
PEP 3147
Barry Warsaw
2010-04-17
1
-0
/
+2
|
*
|
* Replaces the internals of the subprocess module from fork through exec on
Gregory P. Smith
2010-03-14
1
-0
/
+26
|
*
|
Merged revisions 78826 via svnmerge from
Victor Stinner
2010-03-12
1
-16
/
+9
|
*
|
#4532: fixes to make 3.x compile on QNX 6.3.2 (reported by Matt Kraai)
Andrew M. Kuchling
2010-02-22
1
-1
/
+1
|
*
|
Issue #4486: When an exception has an explicit cause, do not print its implic...
Antoine Pitrou
2009-11-28
1
-1
/
+1
|
*
|
Merged revisions 75570 via svnmerge from
Antoine Pitrou
2009-10-20
1
-0
/
+32
*
|
|
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
1
-0
/
+8
|
|
/
|
/
|
*
|
Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl
2011-05-15
1
-1
/
+1
*
|
Merged revisions 85980 via svnmerge from
Hirokazu Yamamoto
2010-10-30
1
-0
/
+3
*
|
Merged revisions 85817,85904 via svnmerge from
Benjamin Peterson
2010-10-29
1
-4
/
+3
*
|
Merged revisions 85814 via svnmerge from
Benjamin Peterson
2010-10-24
1
-2
/
+0
*
|
Issue #10077: Fix logging of site module errors at startup.
Victor Stinner
2010-10-23
1
-1
/
+4
*
|
Recorded merge of revisions 85569-85570 via svnmerge from
Victor Stinner
2010-10-19
1
-3
/
+14
[prev]
[next]