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
*
Branch merge
Éric Araujo
2011-06-10
7
-9/+35
|
\
|
*
Don’t try to install something when running from uninstalled source (#12246).
Éric Araujo
2011-06-10
4
-5/+31
|
*
Clean up extra environment variable after packaging tests.
Éric Araujo
2011-06-10
1
-1/+1
|
*
Fix omission in test for packaging install_distinfo command.
Éric Araujo
2011-06-10
1
-1/+1
|
*
Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218)
Éric Araujo
2011-06-10
1
-1/+1
|
*
Packaging: use repr to display projects name (3ebabfbf6fe3 followup)
Éric Araujo
2011-06-10
1
-1/+1
*
|
null merge 3.2 (patch already applied to 3.3)
Victor Stinner
2011-06-10
0
-0/+0
|
\
\
|
*
\
null merge 3.1 (patch already applied to 3.2)
Victor Stinner
2011-06-10
0
-0/+0
|
|
\
\
|
|
*
|
Issue #10801: Fix test_unicode_filenames() of test_zipfile
Victor Stinner
2011-06-10
1
-1/+2
*
|
|
|
Issue #8407: skip sigwait() tests if pthread_sigmask() is missing
Victor Stinner
2011-06-10
1
-0/+2
*
|
|
|
test_platform: ignore DeprecationWarning on popen() test
Victor Stinner
2011-06-10
1
-15/+20
*
|
|
|
Issue #8407: write error message on sigwait test failure
Victor Stinner
2011-06-10
1
-3/+4
*
|
|
|
Issue #8407: Make signal.sigwait() tests more reliable
Victor Stinner
2011-06-10
1
-14/+53
*
|
|
|
Issue #9344: Add os.getgrouplist().
Ross Lagerwall
2011-06-10
6
-252/+368
*
|
|
|
Issue #8407: signal.sigwait() releases the GIL
Victor Stinner
2011-06-09
2
-0/+21
*
|
|
|
Removed a Windows 9x trick used before LoadLibraryExW.
Brian Curtin
2011-06-09
1
-17/+8
*
|
|
|
Merge #10694: zipfile now ignores garbage at the end of a zipfile.
R David Murray
2011-06-09
3
-10/+28
|
\
\
\
\
|
|
/
/
/
|
*
|
|
#10694: zipfile now ignores garbage at the end of a zipfile.
R David Murray
2011-06-09
3
-10/+28
*
|
|
|
merge #12283: Fixed regression in smtplib quoting of leading dots in DATA.
R David Murray
2011-06-09
3
-1/+18
|
\
\
\
\
|
|
/
/
/
|
*
|
|
#12283: Fixed regression in smtplib quoting of leading dots in DATA.
R David Murray
2011-06-09
3
-1/+18
*
|
|
|
Merged upstream changes.
Vinay Sajip
2011-06-09
3
-10/+69
|
\
\
\
\
|
*
|
|
|
#10424: argument names are now included in the missing argument message
R David Murray
2011-06-09
3
-10/+69
*
|
|
|
|
Made time formats in Formatter more configurable.
Vinay Sajip
2011-06-09
1
-2/+5
|
/
/
/
/
*
|
|
|
Merged fix for issue #12168 from 3.2.
Vinay Sajip
2011-06-09
3
-3/+14
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #12168: SysLogHandler now allows NUL termination to be controlled using...
Vinay Sajip
2011-06-09
2
-1/+8
*
|
|
|
Merge 3.2
Brian Curtin
2011-06-09
2
-6/+7
|
\
\
\
\
|
|
/
/
/
|
|
|
/
|
|
_
|
/
|
/
|
|
|
*
|
Correction to 88e318166eaf - Issue #11583
Brian Curtin
2011-06-09
2
-6/+7
*
|
|
Merge doc fixes from 3.2
Éric Araujo
2011-06-09
8
-19/+33
|
\
\
\
|
|
/
/
|
*
|
Branch merge
Éric Araujo
2011-06-09
8
-19/+33
|
|
\
\
|
|
*
|
Fix a few misuses of :option: I missed in r86521.
Éric Araujo
2011-06-08
3
-5/+5
|
|
*
|
Add links from builtins module docs to built-in functions and constants docs
Éric Araujo
2011-06-08
2
-1/+5
|
|
*
|
Add examples that work on Windows to distutils docs (#1626300)
Éric Araujo
2011-06-07
2
-8/+17
|
|
*
|
Remove outdated bit of advice (584f9c213a6d follow-up)
Éric Araujo
2011-06-07
1
-5/+6
*
|
|
|
The change done for #10645 deserves a NEWS entry
Éric Araujo
2011-06-09
1
-0/+3
*
|
|
|
Branch merge
Éric Araujo
2011-06-09
17
-83/+108
|
\
\
\
\
|
*
|
|
|
Stop creating a Python-X.Y.Z-pyX.Y.egg-info file on install (#10645)
Éric Araujo
2011-06-09
1
-0/+7
|
*
|
|
|
Document how to define extension modules in setup.cfg
Éric Araujo
2011-06-09
2
-2/+36
|
*
|
|
|
Fix incorrect nesting of sections in setup.cfg specification
Éric Araujo
2011-06-09
1
-18/+18
|
*
|
|
|
Fix example in packaging test_config.
Éric Araujo
2011-06-09
1
-2/+2
|
*
|
|
|
Style change in packaging: use “not in” over “not x in”.
Éric Araujo
2011-06-08
5
-16/+16
|
*
|
|
|
Packaging: always use repr to display project names.
Éric Araujo
2011-06-08
1
-7/+8
|
*
|
|
|
Fix misunderstanding of how booleans work
Éric Araujo
2011-06-08
1
-1/+2
|
*
|
|
|
Packaging cleanup: normalize print calls.
Éric Araujo
2011-06-08
4
-17/+19
|
*
|
|
|
Packaging cleanup: remove use of script_name where obsolete
Éric Araujo
2011-06-08
6
-20/+0
*
|
|
|
|
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
Brian Curtin
2011-06-08
3
-0/+53
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
Brian Curtin
2011-06-08
3
-0/+53
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Issue #12021: Make mmap's read() method argument optional. Patch by Petri
Charles-François Natali
2011-06-08
5
-6/+65
*
|
|
|
Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
Antoine Pitrou
2011-06-08
8
-107/+587
*
|
|
|
Revert a reversed comparison order introduced in r70695.
Brett Cannon
2011-06-08
1
-1/+1
|
|
/
/
|
/
|
|
*
|
|
Kill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon)
Éric Araujo
2011-06-07
1
-6/+1
[next]