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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation
Antoine Pitrou
2011-10-04
1
-0/+8
|
\
|
*
Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation
Antoine Pitrou
2011-10-04
1
-0/+8
*
|
Collect stats a bit more often
Antoine Pitrou
2011-10-04
1
-1/+1
*
|
Use the faulthandler module's infrastructure to write a GIL-less
Antoine Pitrou
2011-10-04
1
-43/+66
*
|
Fix test failure
Antoine Pitrou
2011-10-04
1
-2/+2
*
|
Start fixing test_bigmem:
Antoine Pitrou
2011-10-04
7
-173/+207
|
\
\
|
|
/
|
*
Start fixing test_bigmem:
Antoine Pitrou
2011-10-04
6
-164/+203
*
|
Issue #7689: Allow pickling of dynamically created classes when their
Antoine Pitrou
2011-10-04
2
-9/+30
|
\
\
|
|
/
|
*
Issue #7689: Allow pickling of dynamically created classes when their
Antoine Pitrou
2011-10-04
2
-9/+30
*
|
Issue #12881: ctypes: Fix segfault with large structure field names.
Meador Inge
2011-10-04
1
-0/+12
|
\
\
|
|
/
|
*
Issue #12881: ctypes: Fix segfault with large structure field names.
Meador Inge
2011-10-04
1
-0/+12
*
|
Issue #13001: Fix test_socket.testRecvmsgTrunc failure on FreeBSD < 8, which
Charles-François Natali
2011-10-03
1
-0/+4
*
|
Introduce support.requires_freebsd_version decorator.
Charles-François Natali
2011-10-03
1
-12/+28
*
|
Fix ResourceWarnings in the TIPC socket tests.
Antoine Pitrou
2011-10-02
1
-2/+7
|
\
\
|
|
/
|
*
Fix ResourceWarnings in the TIPC socket tests.
Antoine Pitrou
2011-10-02
1
-2/+7
*
|
Issue #13084: Fix a test_signal failure: the delivery order is only defined for
Charles-François Natali
2011-10-02
1
-8/+6
*
|
merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes.
R David Murray
2011-10-01
2
-2/+11
|
\
\
|
|
/
|
*
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
R David Murray
2011-10-01
2
-2/+11
*
|
Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...
Antoine Pitrou
2011-10-01
2
-0/+57
|
\
\
|
|
/
|
*
Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...
Antoine Pitrou
2011-10-01
2
-0/+57
*
|
Optimize unicode_subtype_new(): don't encode to wchar_t and decode from wchar_t
Victor Stinner
2011-10-01
1
-4/+7
*
|
remove "fast-path" for (i)adding strings
Benjamin Peterson
2011-10-01
1
-0/+12
*
|
array module uses the new Unicode API
Victor Stinner
2011-09-29
1
-2/+6
*
|
Fix test_codeccallbacks for Windows: check size of wchar_t, not sys.maxunicode
Victor Stinner
2011-09-29
1
-4/+6
*
|
Fix test_codecs for Windows: check size of wchar_t, not sys.maxunicode
Victor Stinner
2011-09-29
1
-41/+44
*
|
Re-enable test.
Martin v. Löwis
2011-09-29
1
-4/+1
*
|
Remove now useless redefinition of chr/ord for narrow builds in test_multibyt...
Ezio Melotti
2011-09-29
1
-15/+0
*
|
Move UCS4-specific tests with the "normal" tests.
Ezio Melotti
2011-09-29
1
-8/+4
*
|
#13054: sys.maxunicode is now always 0x10FFFF.
Ezio Melotti
2011-09-28
1
-0/+1
*
|
merge heads
Benjamin Peterson
2011-09-28
16
-39/+39
|
\
\
|
*
|
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti
2011-09-28
16
-39/+39
*
|
|
this isn't fixed on windows yet...
Benjamin Peterson
2011-09-28
1
-1/+4
|
/
/
*
|
this test works as expected now
Benjamin Peterson
2011-09-28
1
-6/+1
*
|
revert unintended change
Benjamin Peterson
2011-09-28
1
-1/+4
*
|
don't check that the first character is XID_Continue
Benjamin Peterson
2011-09-28
1
-4/+1
*
|
test_ctypes: Windows is no more a special case
Victor Stinner
2011-09-28
1
-6/+3
*
|
Fix struct sizes. Drop -1, since the resulting string was actually the larges...
Martin v. Löwis
2011-09-28
1
-6/+7
*
|
Use compile() instead of eval().
Martin v. Löwis
2011-09-28
1
-6/+4
*
|
Use eval instead of codecs.lookup to trigger UTF-8 generation.
Martin v. Löwis
2011-09-28
1
-6/+4
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
8
-36/+79
*
|
Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python.
Charles-François Natali
2011-09-24
1
-3/+18
*
|
Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli...
Mark Dickinson
2011-09-24
3
-6/+20
*
|
Merge 3.2: Issue #7732: Don't open a directory as a file anymore while
Victor Stinner
2011-09-23
1
-0/+9
|
\
\
|
|
/
|
*
Issue #7732: Don't open a directory as a file anymore while importing a
Victor Stinner
2011-09-23
1
-0/+9
*
|
Merge 3.2: Issue #12931: Add a test with Unicode URI to test_xmlrpc
Victor Stinner
2011-09-22
1
-0/+4
|
\
\
|
|
/
|
*
Issue #12931: Add a test with Unicode URI to test_xmlrpc
Victor Stinner
2011-09-22
1
-0/+4
*
|
Fix a race condition in test_socket.ThreadableTest: the client is reported
Charles-François Natali
2011-09-21
1
-1/+1
|
\
\
|
|
/
|
*
Fix a race condition in test_socket.ThreadableTest: the client is reported as
Charles-François Natali
2011-09-21
1
-1/+1
*
|
Issue #12981: test_multiprocessing: catch ImportError when importing
Charles-François Natali
2011-09-21
1
-0/+1
|
\
\
|
|
/
|
*
Issue #12981: test_multiprocessing: catch ImportError when importing
Charles-François Natali
2011-09-21
1
-2/+13
[next]