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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
#13054: sys.maxunicode is now always 0x10FFFF.
Ezio Melotti
2011-09-28
1
-0/+1
*
|
merge heads
Benjamin Peterson
2011-09-28
8
-12/+12
|
\
\
|
*
|
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti
2011-09-28
8
-12/+12
*
|
|
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
*
|
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
7
-34/+78
*
|
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
*
|
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...
Jesus Cea
2011-09-21
1
-0/+17
|
\
\
|
|
/
|
*
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...
Jesus Cea
2011-09-21
1
-0/+17
*
|
Issue #1172711: Add 'long long' support to the array module.
Meador Inge
2011-09-21
1
-0/+21
*
|
Merge 3.2: test_multiprocessing removes temporary files
Victor Stinner
2011-09-20
1
-0/+2
|
\
\
|
|
/
|
*
test_multiprocessing removes temporary files
Victor Stinner
2011-09-20
1
-0/+2
*
|
Merge 3.2: test_httplib removes temporary files
Victor Stinner
2011-09-20
1
-0/+2
|
\
\
|
|
/
|
*
test_httplib removes temporary files
Victor Stinner
2011-09-20
1
-0/+2
*
|
Issue #12981: test_multiprocessing: catch ImportError when importing
Charles-François Natali
2011-09-20
1
-2/+12
*
|
Branch merge
Éric Araujo
2011-09-19
2
-10/+31
|
\
\
|
*
|
Make regrtest look at internal dicts in sysconfig.
Éric Araujo
2011-09-19
1
-1/+24
|
*
|
A few style changes originally done in the distutils2 repo
Éric Araujo
2011-09-18
1
-9/+7
*
|
|
Close issue 12958 by flagging expected failures in test_socket on Mac OS X
Nick Coghlan
2011-09-19
2
-0/+25
|
/
/
*
|
merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924
Senthil Kumaran
2011-09-12
1
-0/+1
|
\
\
|
|
/
|
*
Add the quote_plus call in the test.
Senthil Kumaran
2011-09-12
1
-0/+1
*
|
Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.
Nadeem Vawda
2011-09-11
1
-0/+12
*
|
BZ2File now uses the compresslevel argument given by the caller,
Nadeem Vawda
2011-09-11
1
-0/+7
*
|
Better fix for #12763: test_posix failure on OpenIndiana
Jesus Cea
2011-09-09
1
-3/+3
*
|
Fix issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-2/+0
|
\
\
|
|
/
|
*
Fix issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-2/+0
*
|
Close issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-3/+27
|
\
\
|
|
/
|
*
Close issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-3/+27
*
|
Issue #12871: sched_get_priority_(min|max) might not be defined even though
Charles-François Natali
2011-09-06
1
-0/+2
*
|
Issue #12567: Fix curses.unget_wch() tests
Victor Stinner
2011-09-06
1
-2/+4
*
|
Issue #12567: Add curses.unget_wch() function
Victor Stinner
2011-09-05
1
-0/+15
*
|
#12888: merge with 3.2.
Ezio Melotti
2011-09-05
1
-1/+2
|
\
\
|
|
/
|
*
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...
Ezio Melotti
2011-09-05
1
-1/+2
*
|
merge 3.2 (#12878)
Benjamin Peterson
2011-09-03
1
-0/+11
|
\
\
|
|
/
|
*
add a __dict__ descr for IOBase (closes #12878)
Benjamin Peterson
2011-09-03
1
-0/+11
*
|
Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD:
Charles-François Natali
2011-09-01
1
-0/+3
*
|
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
Antoine Pitrou
2011-09-01
1
-0/+8
|
\
\
|
|
/
[prev]
[next]