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
*
Clean up packaging.util: add __all__, remove some unused functions.
Éric Araujo
2011-09-01
8
-144/+42
*
Merge fix for #10086 from 3.2
Éric Araujo
2011-08-31
1
-2/+2
|
\
|
*
Fix test_sysconfig when run from a Python installed under /site (#10086).
Éric Araujo
2011-08-31
1
-2/+2
*
|
Fix packaging command registry to let Windows machines find bdist_msi
Éric Araujo
2011-08-31
1
-2/+7
*
|
Branch merge
Éric Araujo
2011-08-31
3
-122/+109
|
\
\
|
*
|
Move help texts near to the function they’re related to
Éric Araujo
2011-08-30
1
-121/+101
|
*
|
Fix typo I introduced in f93acf8844ec
Éric Araujo
2011-08-30
1
-1/+1
|
*
|
Update list of trove classifiers to match PyPI
Éric Araujo
2011-08-30
1
-0/+7
*
|
|
Remove unused variable
Amaury Forgeot d'Arc
2011-08-30
1
-1/+0
*
|
|
Try to fix one of the bigmem tests in test_pickle
Antoine Pitrou
2011-08-30
1
-0/+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Try to fix one of the bigmem tests in test_pickle
Antoine Pitrou
2011-08-30
1
-0/+5
*
|
|
Merge from 3.2:
Amaury Forgeot d'Arc
2011-08-30
2
-0/+56
|
\
\
\
|
|
/
/
|
*
|
Issue #11241: subclasses of ctypes.Array can now be subclassed.
Amaury Forgeot d'Arc
2011-08-30
1
-0/+52
|
*
|
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
Amaury Forgeot d'Arc
2011-08-30
1
-0/+4
|
*
|
Branch merge
Éric Araujo
2011-08-30
4
-25/+40
|
|
\
\
*
|
|
|
Remove misleading comment and code.
Antoine Pitrou
2011-08-30
1
-2/+1
|
|
_
|
/
|
/
|
|
*
|
|
Branch merge
Éric Araujo
2011-08-30
17
-194/+140
|
\
\
\
|
*
|
|
Make bdist_* commands respect --skip-build passed to bdist (#10946).
Éric Araujo
2011-08-29
4
-33/+26
|
*
|
|
Remove obsolete mentions of the compress program and .Z archives.
Éric Araujo
2011-08-29
3
-25/+22
|
*
|
|
Merge fix for #10946 from 3.2
Éric Araujo
2011-08-29
4
-25/+40
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Make bdist_* commands respect --skip-build passed to bdist (#10946)
Éric Araujo
2011-08-29
4
-25/+40
|
*
|
|
Remove display options (--name, etc.) from the Distribution class.
Éric Araujo
2011-08-29
5
-87/+35
|
*
|
|
Cleanup: move code out of a try block
Éric Araujo
2011-08-29
1
-4/+6
|
*
|
|
Print all fields when calling “pysetup metadata” without options.
Éric Araujo
2011-08-29
1
-11/+7
|
*
|
|
Cleanup: use sys.version_info instead of convoluted hexversion lshifts
Éric Araujo
2011-08-29
1
-11/+6
*
|
|
|
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
Antoine Pitrou
2011-08-29
2
-0/+18
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
Antoine Pitrou
2011-08-29
2
-0/+18
*
|
|
|
Issue #11564: Avoid crashes when trying to pickle huge objects or containers
Antoine Pitrou
2011-08-29
3
-9/+110
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Issue #11564: Avoid crashes when trying to pickle huge objects or containers
Antoine Pitrou
2011-08-29
3
-9/+111
|
|
/
*
|
Make tests faster by reaping threads only at the end
Antoine Pitrou
2011-08-27
1
-4/+1
|
\
\
|
|
/
|
*
Make tests faster by reaping threads only at the end
Antoine Pitrou
2011-08-27
1
-4/+1
*
|
Provide a better diagnosis on socket errors
Antoine Pitrou
2011-08-27
1
-2/+4
|
\
\
|
|
/
|
*
Provide a better diagnosis on socket errors
Antoine Pitrou
2011-08-27
1
-2/+4
*
|
Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not...
Nick Coghlan
2011-08-27
1
-3/+3
*
|
Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrappe...
Nick Coghlan
2011-08-27
2
-0/+22
*
|
Merge: Make regrtest complain when -M and -j are used together.
Nadeem Vawda
2011-08-27
1
-0/+2
|
\
\
|
|
/
|
*
Make regrtest complain when -M and -j are used together.
Nadeem Vawda
2011-08-27
1
-0/+2
|
*
Branch merge
Éric Araujo
2011-08-26
1
-0/+4
|
|
\
*
|
\
Branch merge
Éric Araujo
2011-08-26
2
-6/+4
|
\
\
\
|
*
\
\
Merge from 3.2 (#9302 fix and other changes)
Éric Araujo
2011-08-25
1
-3/+2
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Turn two ifs into one in the code I commited a few days ago
Éric Araujo
2011-08-25
1
-3/+2
|
*
|
|
Minor code simplification
Éric Araujo
2011-08-25
1
-3/+2
*
|
|
|
Issue #12333: fix test_distutils failures under Solaris and derivatives
Antoine Pitrou
2011-08-25
1
-0/+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #12333: fix test_distutils failures under Solaris and derivatives
Antoine Pitrou
2011-08-25
1
-0/+4
|
|
/
*
|
Another (hopefully last) fix for test_packaging on Windws (#12678)
Éric Araujo
2011-08-25
1
-3/+13
*
|
Followup to cdc6c1b072a5: I forgot to "hg add" the test files
Antoine Pitrou
2011-08-25
2
-0/+51
*
|
Issue #12803: SSLContext.load_cert_chain() now accepts a password argument
Antoine Pitrou
2011-08-25
1
-0/+57
*
|
Issue #12656: Really fix test_asyncore failures on Windows buildbots...
Charles-François Natali
2011-08-24
1
-1/+2
*
|
Issue #12656: Fix test_asyncore failures on Windows buildbots.
Charles-François Natali
2011-08-24
1
-5/+7
*
|
Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore.
Charles-François Natali
2011-08-24
1
-46/+85
[next]