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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode
Victor Stinner
2010-06-11
5
-22/+33
*
Issue #8784: Set tarfile default encoding to 'utf-8' on Windows.
Victor Stinner
2010-06-11
3
-5/+8
*
Fix some bugs in c-api/arg.rst documentation
Victor Stinner
2010-06-11
1
-16/+15
*
Issue #8965: Write more tests for sys.getfilesystemencoding()
Victor Stinner
2010-06-11
1
-11/+24
*
readline: use PyUnicode_FSConverter() to parse filenames
Victor Stinner
2010-06-11
1
-10/+32
*
Issue #8965: Add a regression test to test_sys with LANG=C
Victor Stinner
2010-06-11
1
-2/+13
*
locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filename
Victor Stinner
2010-06-11
1
-5/+17
*
Merged revisions 81906 via svnmerge from
Benjamin Peterson
2010-06-11
1
-1/+1
*
Issue #8966: If a ctypes structure field is an array of c_char, convert its
Victor Stinner
2010-06-11
4
-9/+12
*
Merged revisions 81907 via svnmerge from
Antoine Pitrou
2010-06-11
3
-19/+50
*
Blocked revisions 81904 via svnmerge
Mark Dickinson
2010-06-11
0
-0/+0
*
Fix more undefined-behaviour inducing overflow checks in struct module.
Mark Dickinson
2010-06-11
2
-19/+25
*
Blocked revisions 81899 via svnmerge
Victor Stinner
2010-06-11
0
-0/+0
*
Fix an incorrect return type.
Mark Dickinson
2010-06-11
1
-1/+1
*
Avoid possible undefined behaviour from signed overflow.
Mark Dickinson
2010-06-11
2
-3/+11
*
Fix typo in docstring.
Mark Dickinson
2010-06-11
1
-1/+1
*
Issue #3129: Trailing digits in format string are no longer ignored.
Alexander Belopolsky
2010-06-11
3
-3/+36
*
Fix issue number typo.
Mark Dickinson
2010-06-11
1
-2/+2
*
Issue #8188: Comparisons between Decimal objects and other numeric
Mark Dickinson
2010-06-11
5
-25/+112
*
Merged revisions 81889 via svnmerge from
Ezio Melotti
2010-06-11
1
-1/+1
*
test_sys: add a test on the file system encoding for darwin
Victor Stinner
2010-06-11
1
-0/+5
*
Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X
Victor Stinner
2010-06-11
1
-17/+19
*
Merged revisions 81878 via svnmerge from
Michael Foord
2010-06-10
2
-2/+4
*
Blocked revisions 81876 via svnmerge
Michael Foord
2010-06-10
0
-0/+0
*
Merged revisions 81859 via svnmerge from
Michael Foord
2010-06-10
1
-1/+1
*
Merged revisions 81853 via svnmerge from
Michael Foord
2010-06-10
4
-2/+116
*
Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs,
Mark Dickinson
2010-06-10
3
-33/+9
*
Fix r81869: ISO-8859-15 was seen as an alias to ISO-8859-1
Victor Stinner
2010-06-10
1
-39/+45
*
Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() to
Victor Stinner
2010-06-10
2
-18/+35
*
Merged revisions 81864 via svnmerge from
Alexander Belopolsky
2010-06-09
1
-1/+1
*
Merged revisions 81860 via svnmerge from
Antoine Pitrou
2010-06-09
3
-149/+149
*
Issue #8932: Skip required when compiled --without-threads.
Stefan Krah
2010-06-09
1
-0/+1
*
http://bugs.python.org/issue8832
Kristján Valur Jónsson
2010-06-09
3
-0/+22
*
Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format
Victor Stinner
2010-06-08
6
-77/+11
*
Fix #8946. Extra PyObject* parameter documented which doesn't exist.
Brian Curtin
2010-06-08
1
-3/+3
*
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
*
Fix a compile warning missed during porting (wchar_t/char) and move a
Brian Curtin
2010-06-08
1
-4/+4
*
sys_pyfile_write() does nothing if file is NULL
Victor Stinner
2010-06-08
1
-0/+3
*
Merged revisions 81489 via svnmerge from
Alexander Belopolsky
2010-06-08
1
-7/+10
*
Added myself as a maintainer of time and datetime modules.
Alexander Belopolsky
2010-06-08
1
-2/+2
*
Merged revisions 81834 via svnmerge from
Benjamin Peterson
2010-06-08
1
-2/+2
*
Now that sunau has some tests, remove it from test_sundry.
R. David Murray
2010-06-08
1
-1/+0
*
Add note for r81830.
Stefan Krah
2010-06-08
1
-0/+4
*
Issue #7384: If the system readline library is linked against ncurses,
Stefan Krah
2010-06-08
2
-24/+44
*
Blocked revisions 81669,81672,81683 via svnmerge
Stefan Krah
2010-06-08
0
-0/+0
*
Blocked revisions 81825 via svnmerge
Benjamin Peterson
2010-06-07
0
-0/+0
*
Merged revisions 81824 via svnmerge from
Benjamin Peterson
2010-06-07
1
-2/+2
*
Merged revisions 81820 via svnmerge from
Benjamin Peterson
2010-06-07
3
-0/+10
*
use the 's' format code instead of 'U'
Benjamin Peterson
2010-06-07
1
-1/+1
[next]