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 #12392: fix thread initialization on FreeBSD 6
Victor Stinner
2011-06-24
1
-0/+25
*
Merge #10206: add test for previously fixed bug.
R David Murray
2011-06-24
1
-0/+7
|
\
|
*
#10206: add test for previously fixed bug.
R David Murray
2011-06-24
1
-0/+7
|
*
Issue #11223: skip also test_rlock_acquire_interruption() on FreeBSD6
Victor Stinner
2011-06-23
1
-4/+7
|
*
Issue #11223: skip test_lock_acquire_interruption() on FreeBSD6
Victor Stinner
2011-06-23
1
-0/+5
*
|
give the names of missing positional or keyword-only arguments (closes #12356)
Benjamin Peterson
2011-06-24
2
-71/+77
*
|
#10354: remove last public mentions of 'template' and comment as private.
R David Murray
2011-06-23
1
-2/+2
*
|
(merge 3.2) Issue #12383: skip test_empty_env() of subprocess on Windows
Victor Stinner
2011-06-22
1
-0/+4
|
\
\
|
|
/
|
*
Issue #12383: skip test_empty_env() of subprocess on Windows
Victor Stinner
2011-06-22
1
-0/+4
*
|
Issue #12363: improve siginterrupt() tests
Victor Stinner
2011-06-22
1
-0/+7
*
|
(merge 3.2) Issue #12383: fix test_empty_env() of subprocess on Mac OS X
Victor Stinner
2011-06-22
1
-2/+6
|
\
\
|
|
/
|
*
Issue #12383: fix test_empty_env() of subprocess on Mac OS X
Victor Stinner
2011-06-22
1
-2/+6
*
|
#1874: detect invalid multipart CTE and report it as a defect.
R David Murray
2011-06-22
3
-0/+53
*
|
(merge 3.2) Issue #12383: skip test_empty_env() if compiled is compiled in
Victor Stinner
2011-06-21
1
-2/+5
|
\
\
|
|
/
|
*
Issue #12383: skip test_empty_env() if compiled is compiled in shared mode
Victor Stinner
2011-06-21
1
-2/+5
*
|
(merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the
Victor Stinner
2011-06-21
2
-8/+17
|
\
\
|
|
/
|
*
Close #12383: Fix subprocess module with env={}: don't copy the environment
Victor Stinner
2011-06-21
2
-8/+17
*
|
Close #12363: fix a race condition in siginterrupt() tests
Victor Stinner
2011-06-20
1
-74/+50
*
|
(merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if the
Victor Stinner
2011-06-20
2
-0/+5
|
\
\
|
|
/
|
*
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
Victor Stinner
2011-06-20
2
-0/+5
*
|
Close #12289: Fix "is executable?" test in the CGI server
Victor Stinner
2011-06-20
1
-6/+2
*
|
use a invalid name for the __class__ closure for super() (closes #12370)
Benjamin Peterson
2011-06-20
1
-0/+10
*
|
merge 3.2
Benjamin Peterson
2011-06-19
1
-7/+7
|
\
\
|
|
/
|
*
fix uglyNamingConvention
Benjamin Peterson
2011-06-19
1
-7/+7
*
|
packaging: Add the project directory to sys.path to support local setup hooks.
Éric Araujo
2011-06-19
2
-10/+35
*
|
Fix typo
Éric Araujo
2011-06-19
2
-2/+2
*
|
#6771: Move wrapper function into __init__ and eliminate wrapper module
R David Murray
2011-06-19
2
-51/+45
*
|
merge #11584: make Header and make_header handle binary unknown-8bit input
R David Murray
2011-06-18
2
-1/+19
|
\
\
|
|
/
|
*
#11584: make Header and make_header handle binary unknown-8bit input
R David Murray
2011-06-18
2
-1/+19
*
|
merge #11584: make decode_header handle Header objects correctly
R David Murray
2011-06-18
2
-4/+5
|
\
\
|
|
/
|
*
#11584: make decode_header handle Header objects correctly
R David Murray
2011-06-18
2
-4/+5
*
|
merge #11700: proxy object close methods can now be called multiple times
R David Murray
2011-06-18
2
-5/+22
|
\
\
|
|
/
|
*
#11700: proxy object close methods can now be called multiple times
R David Murray
2011-06-18
2
-5/+22
*
|
Make decorators used in packaging preserve docstrings
Éric Araujo
2011-06-17
1
-5/+7
*
|
Brange merge
Éric Araujo
2011-06-17
2
-2/+35
|
\
\
|
*
\
merge #11767: use context manager to close file in __getitem__ to prevent FD ...
R David Murray
2011-06-17
2
-2/+35
|
|
\
\
|
|
|
/
|
|
*
#11767: use context manager to close file in __getitem__ to prevent FD leak
R David Murray
2011-06-17
2
-2/+35
*
|
|
Brange merge
Éric Araujo
2011-06-17
16
-147/+123
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Minor tweaks to packaging tests.
Éric Araujo
2011-06-17
3
-34/+28
|
*
|
Packaging tests: don’t let an internal cache grow indefinitely.
Éric Araujo
2011-06-17
2
-0/+4
|
*
|
Minor tweaks in packaging’s test_dist.
Éric Araujo
2011-06-17
1
-21/+15
|
*
|
Remove unused code in packaging.pypi.dist
Éric Araujo
2011-06-16
1
-4/+1
|
*
|
Stop binding sys.path as default parameter value in packaging.
Éric Araujo
2011-06-16
4
-27/+20
|
*
|
Packaging: remove last mentions and uses of setup.py in the code.
Éric Araujo
2011-06-16
7
-32/+15
|
*
|
Clean up packaging.tests.test_mixin2to3
Éric Araujo
2011-06-16
1
-34/+43
*
|
|
(Merge 3.2) Issue #10883: test_urllib2net closes socket explicitly
Victor Stinner
2011-06-17
1
-0/+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #10883: test_urllib2net closes socket explicitly
Victor Stinner
2011-06-17
1
-0/+8
*
|
|
(Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request
Victor Stinner
2011-06-17
2
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #12133: fix a ResourceWarning in urllib.request
Victor Stinner
2011-06-17
2
-0/+5
*
|
|
Issue #12333: run tests on the new module in a subprocess
Victor Stinner
2011-06-17
1
-24/+16
[next]