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
*
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
*
Fix test_packaging on Windows (#12678).
Éric Araujo
2011-08-24
2
-4/+16
*
Merge distutils bug fix from 3.2
Éric Araujo
2011-08-23
3
-23/+30
|
\
|
*
Fix distutils tests on Windows (#12678).
Éric Araujo
2011-08-23
3
-23/+30
|
*
Merge
Antoine Pitrou
2011-08-23
1
-6/+2
|
|
\
|
|
*
Issue #12821: Fix test_fcntl failures on OpenBSD 5.
Charles-François Natali
2011-08-23
1
-6/+2
*
|
|
Branch merge
Éric Araujo
2011-08-23
2
-19/+18
|
\
\
\
|
*
|
|
Try to fix packaging tests using build_ext on Windows (#12678)
Éric Araujo
2011-08-23
2
-19/+18
*
|
|
|
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
2
-2/+81
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
1
-1/+81
|
*
|
|
A warning doesn't equate a failed test
Antoine Pitrou
2011-08-23
1
-1/+0
|
|
|
/
|
|
/
|
*
|
|
Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests ...
Nick Coghlan
2011-08-23
2
-40/+0
|
|
/
|
/
|
*
|
#6484: refactor a bit the tests.
Ezio Melotti
2011-08-22
1
-52/+70
*
|
#12191: fix build failures, explicitly passing group argument when I want to ...
Sandro Tosi
2011-08-22
1
-2/+2
*
|
Merge indentation fix and skip decorator with 3.2.
Ezio Melotti
2011-08-22
1
-24/+28
|
\
\
|
|
/
|
*
Fix indentation and add a skip decorator.
Ezio Melotti
2011-08-22
1
-24/+28
*
|
#12191: add shutil.chown() to change user and/or group owner of a given path ...
Sandro Tosi
2011-08-22
2
-0/+90
*
|
#9200: merge with 3.2.
Ezio Melotti
2011-08-22
1
-1/+157
|
\
\
|
|
/
|
*
#9200: The str.is* methods now work with strings that contain non-BMP charact...
Ezio Melotti
2011-08-22
1
-1/+157
|
*
Issue #12678: Fix distutils sdist test on Windows.
Nadeem Vawda
2011-08-21
1
-0/+1
*
|
Fix deprecation warnings in test_socket.
Nadeem Vawda
2011-08-22
1
-14/+14
*
|
Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs.
Nick Coghlan
2011-08-22
1
-0/+3
*
|
Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484)
Nick Coghlan
2011-08-22
2
-0/+242
*
|
Add support for the send/recvmsg API to the socket module. Patch by David Wat...
Nick Coghlan
2011-08-22
3
-0/+2160
*
|
Fix test_command_install_dist in shared Python builds
Éric Araujo
2011-08-21
1
-0/+1
*
|
Factor out the build_ext fixup for shared Python builds.
Éric Araujo
2011-08-21
2
-22/+29
*
|
Remove obsolete code
Éric Araujo
2011-08-21
1
-2/+0
*
|
Merge build_ext fix from 3.2
Éric Araujo
2011-08-21
3
-25/+34
|
\
\
|
|
/
|
*
Fix distutils test_install for shared CPython builds
Éric Araujo
2011-08-21
1
-0/+1
|
*
Factor out the build_ext fixup for shared Python builds.
Éric Araujo
2011-08-21
2
-25/+33
*
|
Merge 3.2
Éric Araujo
2011-08-21
1
-1/+2
|
\
\
|
|
/
|
*
Add missing name in shutil
Éric Araujo
2011-08-21
1
-1/+1
*
|
Merge 3.2
Éric Araujo
2011-08-21
1
-1/+1
|
\
\
|
|
/
|
*
Add missing closing paren in docstring (thanks Ezio)
Éric Araujo
2011-08-21
1
-1/+1
*
|
Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to
Charles-François Natali
2011-08-21
1
-2/+8
*
|
Issue #12326: refactor usage of sys.platform
Victor Stinner
2011-08-20
7
-17/+10
*
|
#5301: merge with 3.2
Sandro Tosi
2011-08-20
1
-0/+1
|
\
\
|
|
/
|
*
#5301: add image/vnd.microsoft.icon (.ico) MIME type
Sandro Tosi
2011-08-20
1
-0/+1
*
|
Close #12326: sys.platform is now always 'linux' on Linux
Victor Stinner
2011-08-20
10
-1083/+0
*
|
Merge 3.2
Éric Araujo
2011-08-20
1
-3/+3
|
\
\
|
|
/
|
*
Branch merge
Éric Araujo
2011-08-20
3
-33/+90
|
|
\
|
|
*
Dedent example in docstring
Éric Araujo
2011-08-20
1
-3/+3
*
|
|
Branch merge
Éric Araujo
2011-08-20
9
-86/+224
|
\
\
\
|
*
|
|
Fix sdist test on Windows (#12678). Patch by Jeremy Kloth.
Éric Araujo
2011-08-20
1
-0/+1
|
*
|
|
Add a simple test for the packaging RECORD file.
Éric Araujo
2011-08-20
1
-1/+53
[next]