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
*
search in the alternative location for VCExpress
Tarek Ziadé
2010-03-06
1
-1/+11
*
fixed various failures and environment alterations in distutils.test_build_ext
Tarek Ziadé
2010-03-06
1
-27/+35
*
files used by win32 tests
Tarek Ziadé
2010-03-06
2
-0/+338
*
simplified the fallback case
Tarek Ziadé
2010-03-06
1
-4/+3
*
provide a fallback for xxmodule.c in case the buildir is not present
Tarek Ziadé
2010-03-06
2
-1/+384
*
copied back the build_ext tests from 2.6
Tarek Ziadé
2010-03-06
1
-115/+83
*
#2777: Apply same recipe for test_terminate and test_kill, i.e. close or redi...
Florent Xicluna
2010-03-06
1
-2/+4
*
Factored out time usage determination into a method, to facilitate alternativ...
Vinay Sajip
2010-03-05
1
-5/+11
*
#2777: Handle fds more carefully to try to fix some x86-Linux failures (namel...
Florent Xicluna
2010-03-05
1
-3/+6
*
Fix incorrect stacklevel for DeprecationWarnings originating from the struct ...
Mark Dickinson
2010-03-05
1
-36/+15
*
Merged code from pysqlite 2.6.0.
Gerhard Häring
2010-03-05
4
-17/+252
*
Merged revisions 78679,78681 via svnmerge from
Benjamin Peterson
2010-03-05
2
-0/+0
*
remove the svn:executable property from files that don't have shebang lines
Benjamin Peterson
2010-03-05
46
-0/+0
*
These line should not be there.
Florent Xicluna
2010-03-05
1
-1/+0
*
Let's use assertIsNone / assertIsNotNone. It's hype.
Florent Xicluna
2010-03-05
1
-5/+5
*
Workaround #3137: Retry SIGINT if it is not received the first time.
Florent Xicluna
2010-03-05
1
-2/+13
*
reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the...
Tarek Ziadé
2010-03-05
14
-1234/+1157
*
#2777: Enable test_send_signal, test_kill and test_terminate on all platforms.
Florent Xicluna
2010-03-04
1
-6/+20
*
Cleanup.
Florent Xicluna
2010-03-04
1
-5/+5
*
Try to fix buildbot breakage from r78384.
Dirkjan Ochtman
2010-03-04
1
-1/+2
*
#7805: wait until all workers are started before collecting their PIDs
Florent Xicluna
2010-03-04
2
-2/+10
*
Fix transient refleak in test_popen2.
Florent Xicluna
2010-03-04
1
-1/+7
*
Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review
Victor Stinner
2010-03-04
1
-0/+5
*
set svn:executable on all regen scripts
Benjamin Peterson
2010-03-04
7
-0/+0
*
Issue #7232: Add support for the context manager protocol
Lars Gustäbel
2010-03-03
2
-0/+74
*
Fix wording.
Florent Xicluna
2010-03-02
1
-2/+2
*
plug ref leaks
Benjamin Peterson
2010-03-02
1
-0/+4
*
Issue #7820: The parser tokenizer restores all bytes in the right if the BOM
Victor Stinner
2010-03-02
1
-0/+11
*
remove cross-version compatibility code
Benjamin Peterson
2010-03-02
2
-50/+9
*
remove code to avoid BaseException.message bug
Benjamin Peterson
2010-03-02
2
-15/+0
*
Test test_pep277 is only relevant for Unicode-friendly filesystems.
Florent Xicluna
2010-03-02
1
-4/+6
*
convert deprecated fail* methods to assert* variants
Benjamin Peterson
2010-03-02
1
-16/+16
*
use test_main() in __main__ section
Benjamin Peterson
2010-03-02
1
-1/+1
*
prevent warning filter adjustment from altering other tests
Benjamin Peterson
2010-03-02
1
-24/+23
*
enable running of argparse tests and fix two that failed in the new environment
Benjamin Peterson
2010-03-02
1
-4/+11
*
remove another coding cookie
Benjamin Peterson
2010-03-02
1
-3/+1
*
set svn:eol-style
Benjamin Peterson
2010-03-02
2
-6557/+6557
*
remove coding cookie as mandated by PEP 8
Benjamin Peterson
2010-03-02
1
-3/+1
*
Tentatively enable test_pep277 on all platforms.
Florent Xicluna
2010-03-02
1
-3/+7
*
Refactor test_dict using assertRaises.
Florent Xicluna
2010-03-02
1
-68/+47
*
Initial commit of the argparse library, based on argparse 1.1.
Steven Bethard
2010-03-02
2
-0/+6559
*
Manually copy patch for bug 7250 from the release26-maint branch. I suck
Barry Warsaw
2010-03-01
1
-0/+4
*
#7808: Fix reference leaks in _bsddb and related tests.
Florent Xicluna
2010-03-01
2
-0/+13
*
Issue 3892 again. The bsddb3 replication test still fails randomly.
R. David Murray
2010-03-01
1
-18/+20
*
Fix test to be skipped on windows.
Gregory P. Smith
2010-03-01
1
-4/+2
*
Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept
Gregory P. Smith
2010-03-01
1
-0/+2
*
Adds c_ssize_t to ctypes. issue 6729.
Gregory P. Smith
2010-03-01
2
-1/+11
*
Cleanup the test added in r78517 based on Ezio Melotti's feedback.
Gregory P. Smith
2010-03-01
1
-8/+4
*
Fix the new test on windows (skip it, its posix only)
Gregory P. Smith
2010-03-01
1
-0/+1
*
Adds the hashlib.algorithms attribute. See issue7418.
Gregory P. Smith
2010-03-01
2
-1/+8
[next]