index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
Victor Stinner
2010-06-17
4
-51/+61
*
Typo repair.
Barry Warsaw
2010-06-17
1
-4/+4
*
Issue #9011: Remove buggy and unnecessary ST->AST compilation code
Mark Dickinson
2010-06-17
1
-26/+0
*
getargs.c: remove last reference to "t#" format
Victor Stinner
2010-06-13
1
-1/+0
*
Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"
Victor Stinner
2010-06-13
1
-3/+17
*
Merged revisions 81906 via svnmerge from
Benjamin Peterson
2010-06-11
1
-1/+1
*
Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X
Victor Stinner
2010-06-11
1
-17/+19
*
Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs,
Mark Dickinson
2010-06-10
1
-17/+3
*
Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format
Victor Stinner
2010-06-08
1
-40/+1
*
PyArg_Parse*("Z#") raises an error for unknown type
Victor Stinner
2010-06-08
1
-3/+4
*
Py_FatalError(): don't sys sys.last_xxx variables
Victor Stinner
2010-06-08
1
-1/+1
*
sys_pyfile_write() does nothing if file is NULL
Victor Stinner
2010-06-08
1
-0/+3
*
Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#
Victor Stinner
2010-06-07
4
-36/+4
*
convertsimple(): call PyErr_NoMemory() on PyMem_NEW() failure
Victor Stinner
2010-06-06
1
-0/+2
*
Simplify getbuffer(): convertbuffer() fails anyway if bf_getbuffer is NULL
Victor Stinner
2010-06-06
1
-19/+11
*
use atomic structures in non-thread version
Benjamin Peterson
2010-05-30
1
-1/+1
*
Remove dead code
Victor Stinner
2010-05-29
1
-12/+1
*
Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no
Victor Stinner
2010-05-28
1
-11/+0
*
Issue #8188: Introduce a new scheme for computing hashes of numbers
Mark Dickinson
2010-05-23
1
-0/+56
*
Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead
Victor Stinner
2010-05-21
1
-4/+6
*
Merged revisions 81398 via svnmerge from
Antoine Pitrou
2010-05-21
1
-2/+8
*
Issue #8766: Initialize _warnings module before importing the first module.
Victor Stinner
2010-05-19
2
-2/+4
*
Issue #8589: Decode PYTHONWARNINGS environment variable with the file system
Victor Stinner
2010-05-19
1
-8/+13
*
Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate
Victor Stinner
2010-05-19
1
-7/+16
*
Issue #6697: Fix a crash if a keyword contains a surrogate
Victor Stinner
2010-05-19
1
-6/+9
*
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
*
Merged revisions 81220 via svnmerge from
Victor Stinner
2010-05-15
1
-1227/+1227
*
Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
Victor Stinner
2010-05-15
1
-10/+2
*
Issue #8610: Load file system codec at startup, and display a fatal error on
Victor Stinner
2010-05-15
2
-22/+51
*
Issue #4653: fix typo in flush_std_files()
Victor Stinner
2010-05-14
1
-1/+1
*
Make PyErr_Occurred return NULL if there is no current thread. Previously it
Jeffrey Yasskin
2010-05-13
1
-3/+8
*
Remove unnecessary assignments.
Mark Dickinson
2010-05-13
1
-4/+1
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
51
-25045/+25045
*
Merged revisions 81007 via svnmerge from
Jean-Paul Calderone
2010-05-09
1
-0/+4
*
PyErr_SetFromErrnoWithFilename() decodes the filename using
Victor Stinner
2010-05-08
1
-1/+1
*
err_input(): don't encode/decode the unicode message
Victor Stinner
2010-05-08
1
-13/+12
*
read eval_breaker with atomic api with computed gotos
Benjamin Peterson
2010-05-03
1
-1/+1
*
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin
2010-05-03
5
-55/+253
*
prevent the dict constructor from accepting non-string keyword args #8419
Benjamin Peterson
2010-04-24
1
-0/+15
*
Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute
Victor Stinner
2010-04-23
1
-2/+45
*
Merged revisions 80325 via svnmerge from
Antoine Pitrou
2010-04-21
1
-16/+4
*
PEP 3147
Barry Warsaw
2010-04-17
2
-28/+365
*
Issue #7316: the acquire() method of lock objects in the :mod:`threading`
Antoine Pitrou
2010-04-14
2
-27/+107
*
Merged revisions 79837 via svnmerge from
Antoine Pitrou
2010-04-06
1
-10/+0
*
Merged revisions 79763 via svnmerge from
Benjamin Peterson
2010-04-04
1
-1/+1
*
Merged revisions 79642,79644 via svnmerge from
Benjamin Peterson
2010-04-03
1
-1/+5
*
Merged revisions 79555 via svnmerge from
Antoine Pitrou
2010-04-01
1
-12/+1
*
Merged revisions 79428 via svnmerge from
Benjamin Peterson
2010-03-25
1
-2/+2
*
Issue #8226: sys.setfilesystemencoding() raises a LookupError if the encoding
Victor Stinner
2010-03-25
1
-1/+5
[next]