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
*
Fix test to really run behind a NNTP virus checker
Antoine Pitrou
2012-06-24
1
-2/+5
*
Remove debug output from test_shutil
Hynek Schlawack
2012-06-24
1
-2/+0
*
Issue #15061: Re-implemented hmac.compare_digest() in C
Christian Heimes
2012-06-24
1
-5/+76
*
Issue #15118: Change return value of os.uname() and os.times() from
Larry Hastings
2012-06-24
3
-5/+4
*
Closes #15161: add support for giving path as a fd for truncate() and pathcon...
Georg Brandl
2012-06-24
1
-0/+2
*
In random's test_seedargs: Make sure to include at least one seed object with...
Mark Dickinson
2012-06-24
1
-1/+5
*
#15160: Extend the new email parser to handle MIME headers.
R David Murray
2012-06-24
3
-15/+905
*
Fix whitespace
Hynek Schlawack
2012-06-24
1
-3/+3
*
Packaging removal: also revert introduction of sysconfig.cfg.
Éric Araujo
2012-06-24
2
-17/+16
*
merge heads
Gregory P. Smith
2012-06-24
1
-2/+2
|
\
|
*
Issue #4489: Rename the feature marker for the symlink resistant rmtree and s...
Nick Coghlan
2012-06-24
1
-2/+2
*
|
Fixes issue #12268: File readline, readlines and read() or readall() methods
Gregory P. Smith
2012-06-24
2
-5/+241
|
\
\
|
|
/
|
/
|
|
*
Fixes issue #12268: File readline, readlines and read() or readall() methods
Gregory P. Smith
2012-06-24
1
-0/+236
|
*
Speed up test_io by >2x by reducing the sleep time using setitimer instead of
Gregory P. Smith
2012-06-24
1
-5/+5
*
|
Remove packaging from the standard library.
Éric Araujo
2012-06-24
3
-50/+0
*
|
Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir"
Larry Hastings
2012-06-23
1
-1/+4
*
|
Errors in "client" methods in test_socket were ignored because of a bogus exc...
Antoine Pitrou
2012-06-23
1
-1/+2
*
|
Lower test-skipping threshold in test_reprlib
Antoine Pitrou
2012-06-23
1
-1/+1
*
|
Avoid depending on directory iteration order in test_shutil
Antoine Pitrou
2012-06-23
1
-6/+5
*
|
Add debug output to test_shutil
Antoine Pitrou
2012-06-23
1
-0/+2
*
|
Proper cleanup in test_shutil, even in case of error.
Antoine Pitrou
2012-06-23
1
-8/+6
*
|
#4489: Fix usage of fd-based functions to new api introduced earlier today
Hynek Schlawack
2012-06-23
1
-2/+21
*
|
Properly test the various builtins lookup cases in inspect.getclosurevars
Nick Coghlan
2012-06-23
1
-0/+24
*
|
#4489: Add a shutil.rmtree that isn't suspectible to symlink attacks
Hynek Schlawack
2012-06-23
1
-18/+45
*
|
Use non-deprecated speling.
Antoine Pitrou
2012-06-23
1
-44/+44
*
|
Properly cleanup pep3147 modules in test_import
Antoine Pitrou
2012-06-23
1
-4/+4
*
|
Try to further debug occasional buildbot failure
Antoine Pitrou
2012-06-23
1
-0/+6
*
|
#15114: the strict mode of HTMLParser and the HTMLParseError exception are de...
Ezio Melotti
2012-06-23
1
-2/+4
*
|
Issue #3665: \u and \U escapes are now supported in unicode regular expressions.
Antoine Pitrou
2012-06-23
1
-15/+83
*
|
Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...
Nick Coghlan
2012-06-23
1
-0/+46
*
|
Close #13062: Add inspect.getclosurevars to simplify testing stateful closures
Nick Coghlan
2012-06-23
1
-1/+100
*
|
Issue #14742: test_unparse now only checks a limited number of files unless t...
Mark Dickinson
2012-06-23
1
-0/+1
*
|
fixed whitespace
Alexander Belopolsky
2012-06-23
1
-1/+1
*
|
Issues #11024: Fixes and additional tests for Time2Internaldate.
Alexander Belopolsky
2012-06-23
1
-9/+25
*
|
Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support fo...
Jesus Cea
2012-06-23
1
-2/+2
*
|
Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA
Jesus Cea
2012-06-23
1
-0/+3
*
|
Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.)
Larry Hastings
2012-06-23
2
-2/+7
*
|
Issue #14626: Large refactoring of functions / parameters in the os module.
Larry Hastings
2012-06-22
4
-208/+200
*
|
Fix silly mistake in debugging code
Antoine Pitrou
2012-06-22
1
-1/+1
*
|
Issue #15008: Implement PEP 362 "Signature Objects".
Larry Hastings
2012-06-22
1
-1/+922
*
|
Add debug output for temporary buildbot failures
Antoine Pitrou
2012-06-22
1
-1/+3
*
|
Issue #444582: shutil.which() respects relative paths.
Antoine Pitrou
2012-06-22
1
-0/+10
*
|
Fix #444582. Add shutil.which function for finding programs on the system path.
Brian Curtin
2012-06-22
1
-1/+44
*
|
merge
Alexander Belopolsky
2012-06-22
1
-19/+21
|
\
\
|
*
|
Issue #14769: Incorporated mildly pedantic feedback from python-dev.
Larry Hastings
2012-06-22
1
-19/+21
*
|
|
Issue #9527: tm_gmtoff has 'correct' sign.
Alexander Belopolsky
2012-06-22
1
-2/+4
|
/
/
*
|
Merge
Antoine Pitrou
2012-06-22
1
-0/+6
|
\
\
|
*
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...
David Malcolm
2012-06-22
1
-0/+6
*
|
|
Issue #14837: SSL errors now have `library` and `reason` attributes describin...
Antoine Pitrou
2012-06-22
1
-2/+43
|
/
/
*
|
Closes #10142: Support for SEEK_HOLE/SEEK_DATA
Jesus Cea
2012-06-22
2
-1/+21
[next]