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
Commit message (
Expand
)
Author
Age
Files
Lines
*
packaging: Add the project directory to sys.path to support local setup hooks.
Éric Araujo
2011-06-19
3
-11/+39
*
Add missing documentation for packaging.pypi.base and .simple
Éric Araujo
2011-06-19
2
-13/+95
*
Fix typo
Éric Araujo
2011-06-19
2
-2/+2
*
merge heads
Benjamin Peterson
2011-06-19
11
-96/+118
|
\
|
*
faulthandler doc: the the => the
Victor Stinner
2011-06-19
1
-1/+1
|
*
ACKS update for devguide patch (closes #12278)
Nick Coghlan
2011-06-19
1
-0/+1
|
*
#6771: Move wrapper function into __init__ and eliminate wrapper module
R David Murray
2011-06-19
3
-51/+49
|
*
merge #6771: fix docs: curses.wrapper is exposed as a function, not a module
R David Murray
2011-06-18
1
-33/+13
|
|
\
|
|
*
#6771: fix docs: curses.wrapper is exposed as a function, not a module
R David Murray
2011-06-18
1
-33/+13
|
*
|
merge #11584: make Header and make_header handle binary unknown-8bit input
R David Murray
2011-06-18
3
-2/+21
|
|
\
\
|
|
|
/
|
|
*
#11584: make Header and make_header handle binary unknown-8bit input
R David Murray
2011-06-18
3
-2/+21
|
*
|
merge #11584: make decode_header handle Header objects correctly
R David Murray
2011-06-18
3
-4/+8
|
|
\
\
|
|
|
/
|
|
*
#11584: make decode_header handle Header objects correctly
R David Murray
2011-06-18
3
-4/+8
|
*
|
#11781: update windows build script to account for move of email tests
R David Murray
2011-06-18
1
-2/+2
|
*
|
merge #11700: proxy object close methods can now be called multiple times
R David Murray
2011-06-18
3
-5/+25
|
|
\
\
|
|
|
/
|
|
*
#11700: proxy object close methods can now be called multiple times
R David Murray
2011-06-18
3
-5/+25
*
|
|
clarify
Benjamin Peterson
2011-06-19
1
-6/+6
|
/
/
*
|
edit and rewrite
Benjamin Peterson
2011-06-18
1
-40/+45
*
|
Make decorators used in packaging preserve docstrings
Éric Araujo
2011-06-17
1
-5/+7
*
|
Brange merge
Éric Araujo
2011-06-17
3
-2/+37
|
\
\
|
*
\
merge #11767: use context manager to close file in __getitem__ to prevent FD ...
R David Murray
2011-06-17
3
-2/+37
|
|
\
\
|
|
|
/
|
|
*
#11767: use context manager to close file in __getitem__ to prevent FD leak
R David Murray
2011-06-17
3
-2/+37
*
|
|
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
*
|
|
#12313: update Makefile.pre.in to account for email tests moving to 'test' dir
R David Murray
2011-06-17
1
-1/+1
*
|
|
(Merge 3.2) posixmodule.c: fix function name in argument parsing
Victor Stinner
2011-06-17
1
-9/+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
posixmodule.c: fix function name in argument parsing
Victor Stinner
2011-06-17
1
-22/+22
*
|
|
(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
3
-0/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #12133: fix a ResourceWarning in urllib.request
Victor Stinner
2011-06-17
3
-0/+9
*
|
|
Issue #12333: run tests on the new module in a subprocess
Victor Stinner
2011-06-17
1
-24/+16
*
|
|
Issue #12333: close files before removing the directory
Victor Stinner
2011-06-17
1
-3/+2
*
|
|
(Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers()
Victor Stinner
2011-06-17
1
-2/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #12310: finalize the old process after _run_after_forkers()
Victor Stinner
2011-06-17
1
-2/+8
*
|
|
Issue #12333: restore the previous dir before removing the current directory
Victor Stinner
2011-06-17
1
-8/+5
*
|
|
merge heads
Benjamin Peterson
2011-06-16
0
-0/+0
|
\
\
\
|
*
\
\
Fix typo.
Raymond Hettinger
2011-06-16
1
-1/+1
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
merge 3.2
Benjamin Peterson
2011-06-16
1
-1/+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
merge heads
Benjamin Peterson
2011-06-16
1
-1/+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Fix typo.
Raymond Hettinger
2011-06-16
1
-1/+1
*
|
|
|
merge 3.2
Benjamin Peterson
2011-06-16
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
|
|
/
|
|
_
|
/
|
/
|
|
|
*
|
update link to pycrypto (closes #12351)
Benjamin Peterson
2011-06-16
1
-1/+1
|
|
/
*
|
Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor
Victor Stinner
2011-06-15
1
-1/+3
[next]