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
*
Port import fixes from 2.7.
Antoine Pitrou
2012-01-25
1
-1/+1
|
\
|
*
Port import fixes from 2.7.
Antoine Pitrou
2012-01-25
1
-1/+1
*
|
Issue #12804: Fix test failures on systems without internet access.
Nadeem Vawda
2012-01-25
2
-6/+13
*
|
Remove redundant resource check in test_socket.
Nadeem Vawda
2012-01-25
1
-1/+0
*
|
Port remaining test fixes, and fix test_importlib too.
Antoine Pitrou
2012-01-25
1
-8/+21
|
\
\
|
|
/
|
*
Port remaining test fixes, and fix test_importlib too.
Antoine Pitrou
2012-01-25
1
-0/+5
|
*
Make test work under 32-bit systems, and when invoked through Lib/test/regrte...
Antoine Pitrou
2012-01-25
1
-8/+16
*
|
Issue #11235: Fix OverflowError when trying to import a source file whose mod...
Antoine Pitrou
2012-01-24
1
-0/+12
|
\
\
|
|
/
|
*
Issue #11235: Fix OverflowError when trying to import a source file whose mod...
Antoine Pitrou
2012-01-24
1
-0/+12
*
|
Issue #13772: In os.symlink() under Windows, do not try to guess the link
Antoine Pitrou
2012-01-24
1
-2/+7
|
\
\
|
|
/
|
*
Issue #13772: In os.symlink() under Windows, do not try to guess the link
Antoine Pitrou
2012-01-24
1
-2/+7
*
|
Issue #10278: wallclock() cannot go backward, but two consecutive calls
Victor Stinner
2012-01-23
1
-1/+1
*
|
Fix a unittest error seen on NetBSD 5.
Gregory P. Smith
2012-01-22
1
-2/+12
|
\
\
|
|
/
|
*
Fix a unittest error seen on NetBSD 5.
Gregory P. Smith
2012-01-22
1
-2/+12
*
|
Fixes issue #8052: The posix subprocess module's close_fds behavior was
Gregory P. Smith
2012-01-21
1
-0/+18
|
\
\
|
|
/
|
*
Fixes issue #8052: The posix subprocess module's close_fds behavior was
Gregory P. Smith
2012-01-21
1
-0/+18
*
|
Issue #13706: Support non-ASCII fill characters
Victor Stinner
2012-01-21
1
-0/+20
*
|
merge from 3.2
Senthil Kumaran
2012-01-21
2
-0/+5
|
\
\
|
|
/
|
*
Fix Issue6631 - Disallow relative file paths in urllib urlopen
Senthil Kumaran
2012-01-21
2
-0/+5
|
*
#13760: picklability tests for configparser exceptions
Łukasz Langa
2012-01-20
1
-0/+145
*
|
add another test case
Benjamin Peterson
2012-01-20
1
-0/+1
*
|
#13760: picklability tests for configparser exceptions
Łukasz Langa
2012-01-20
1
-0/+145
*
|
Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannot
Victor Stinner
2012-01-20
1
-4/+9
*
|
check after comments, too (#13832)
Benjamin Peterson
2012-01-19
1
-0/+2
*
|
Issue #12705: Raise SyntaxError when compiling multiple statements as single ...
Meador Inge
2012-01-19
1
-0/+28
*
|
Issue #2134: Add support for tokenize.TokenInfo.exact_type.
Meador Inge
2012-01-19
1
-1/+74
*
|
Be more lenient in test_wallclock (issue #10278).
Antoine Pitrou
2012-01-18
1
-2/+2
*
|
Add part of test_inspect test from 2.7
Antoine Pitrou
2012-01-18
1
-0/+11
|
\
\
|
|
/
|
*
Add part of test_inspect test from 2.7
Antoine Pitrou
2012-01-18
1
-0/+11
*
|
Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects.
Nadeem Vawda
2012-01-18
1
-0/+8
|
\
\
|
|
/
|
*
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
Nadeem Vawda
2012-01-18
1
-0/+8
*
|
Close #10278: Add time.wallclock() function, monotonic clock.
Victor Stinner
2012-01-18
1
-0/+7
*
|
Issue #13809: Make bz2 module work with threads disabled.
Nadeem Vawda
2012-01-17
1
-0/+7
*
|
Test running of code in a sub-interpreter
Antoine Pitrou
2012-01-17
1
-0/+17
|
\
\
|
|
/
|
*
Test running of code in a sub-interpreter
Antoine Pitrou
2012-01-17
1
-0/+17
*
|
Issue #13589: Fix some serialization primitives in the aifc module.
Antoine Pitrou
2012-01-17
1
-0/+37
|
\
\
|
|
/
|
*
Issue #13589: Fix some serialization primitives in the aifc module.
Antoine Pitrou
2012-01-17
1
-0/+37
*
|
add str.casefold() (closes #13752)
Benjamin Peterson
2012-01-14
1
-0/+8
*
|
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Meador Inge
2012-01-14
1
-1/+1
|
\
\
|
|
/
|
*
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Meador Inge
2012-01-14
1
-1/+1
*
|
Issue #13725: regrtest does not recognize -d flag.
Meador Inge
2012-01-14
1
-1/+1
|
\
\
|
|
/
|
*
Issue #13725: regrtest does not recognize -d flag.
Meador Inge
2012-01-14
1
-1/+1
*
|
make YieldFrom its own distinct from Yield (closes #13780)
Benjamin Peterson
2012-01-14
1
-2/+2
*
|
merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.
Senthil Kumaran
2012-01-14
1
-1/+1
|
\
\
|
|
/
|
*
Fix issue13726: -S accepts an argument just as --start.
Senthil Kumaran
2012-01-14
1
-1/+1
*
|
merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d...
Senthil Kumaran
2012-01-14
1
-2/+31
|
\
\
|
|
/
|
*
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...
Senthil Kumaran
2012-01-14
1
-2/+31
*
|
merge from 3.2
Senthil Kumaran
2012-01-14
1
-1/+1
|
\
\
|
|
/
|
*
Adding the -o option for Issue13726
Senthil Kumaran
2012-01-14
1
-1/+1
*
|
merge from 3.2
Senthil Kumaran
2012-01-14
1
-2/+2
|
\
\
|
|
/
[next]