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
*
Avoid testing stuff that's been fixed in 2.7 on older Pythons
Antoine Pitrou
2011-10-04
1
-0/+4
*
Issue #7689: Allow pickling of dynamically created classes when their
Antoine Pitrou
2011-10-04
2
-9/+30
*
Issue #12881: ctypes: Fix segfault with large structure field names.
Meador Inge
2011-10-04
1
-0/+12
*
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
R David Murray
2011-10-01
2
-2/+11
*
Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...
Antoine Pitrou
2011-10-01
2
-2/+53
*
Issue #7732: Fix a crash on importing a module if a directory has the same name
Victor Stinner
2011-09-23
1
-0/+8
*
Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of
Victor Stinner
2011-09-22
2
-0/+6
*
Fix a race condition in test_socket.ThreadableTest: the client is reported
Charles-François Natali
2011-09-21
1
-1/+1
*
Issue #12981: test_multiprocessing: catch ImportError when importing
Charles-François Natali
2011-09-21
1
-2/+13
*
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...
Jesus Cea
2011-09-21
1
-0/+17
*
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
Jesus Cea
2011-09-19
1
-1/+1
*
Issue #12935: Correct typo in findertools.
Ned Deily
2011-09-15
1
-1/+1
*
Port the fix for Issue12924 (missing quote_plus) to 2.7 branch.
Senthil Kumaran
2011-09-12
1
-0/+1
*
Remove trailing spaces
Amaury Forgeot d'Arc
2011-09-12
1
-1/+1
*
Issue #12483: ctypes: Fix a crash when the destruction of a callback
Amaury Forgeot d'Arc
2011-09-12
1
-0/+8
*
Branch merge
Éric Araujo
2011-09-12
2
-55/+65
|
\
|
*
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
Éric Araujo
2011-09-10
2
-1/+16
|
*
Slight cleanup in distutils test_dist.
Éric Araujo
2011-09-10
1
-54/+49
*
|
Fix issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-2/+0
*
|
Close issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-3/+27
|
/
*
Issue #12333: fix test_distutils failures under Solaris and derivatives. Patc...
Jesus Cea
2011-09-09
1
-0/+4
*
Issue #12326: Remove plat-linux3 directory
Victor Stinner
2011-09-05
5
-1083/+0
*
Branch merge
Éric Araujo
2011-09-05
2
-7/+35
|
\
|
*
Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
Éric Araujo
2011-09-02
2
-2/+31
|
*
Enable catching WARN-level logging messages in distutils' test_sdist
Éric Araujo
2011-09-02
1
-5/+4
*
|
Issue #12841: Fix tarfile extraction of non-existent uids/gids.
Lars Gustäbel
2011-09-05
1
-8/+2
*
|
Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
Amaury Forgeot d'Arc
2011-09-02
1
-0/+8
|
/
*
Remove obsolete comment
Éric Araujo
2011-09-01
1
-2/+0
*
Clarify compileall command-line options (#10454).
Éric Araujo
2011-09-01
1
-13/+26
*
Fix test_sysconfig when run from a Python installed under /site (#10086).
Éric Araujo
2011-08-31
1
-2/+2
*
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
Amaury Forgeot d'Arc
2011-08-30
1
-0/+4
*
Make bdist_* commands respect --skip-build passed to bdist (#10946)
Éric Araujo
2011-08-29
4
-25/+41
*
Fix test failures when Python is compiled without thread support.
Nadeem Vawda
2011-08-29
1
-9/+1
*
Provide a better diagnosis on socket errors
Antoine Pitrou
2011-08-27
1
-2/+4
*
Add FIXME note as a reminder
Éric Araujo
2011-08-26
1
-0/+2
*
Branch merge
Éric Araujo
2011-08-26
5
-62/+317
|
\
|
*
Backport tests for the distutils install command
Éric Araujo
2011-08-26
1
-2/+193
|
*
Try to fix test_distutils on Windows (#12678)
Éric Araujo
2011-08-26
1
-0/+1
|
*
Add tests for build_ext --user (backport from 3.2)
Éric Araujo
2011-08-26
1
-0/+36
|
*
Refactor helpers for compiling the xx module in distutils tests.
Éric Araujo
2011-08-25
2
-59/+85
|
*
Add missing name in shutil.__all__
Éric Araujo
2011-08-21
1
-1/+2
*
|
Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid
Charles-François Natali
2011-08-25
2
-6/+47
*
|
Update link to the decimal arithmetic specification.
Raymond Hettinger
2011-08-25
1
-1/+1
*
|
Issue #4106: Fix occasional exceptions printed out by multiprocessing on inte...
Antoine Pitrou
2011-08-24
1
-7/+1
*
|
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
1
-1/+82
*
|
Issue #12821: Fix test_fcntl failures on OpenBSD 5.
Charles-François Natali
2011-08-23
1
-6/+2
*
|
#9200: backport tests but run them on wide builds only.
Ezio Melotti
2011-08-22
1
-2/+185
*
|
Issue #12678: Fix distutils sdist test on Windows.
Nadeem Vawda
2011-08-21
1
-0/+1
|
/
*
#5301: add image/vnd.microsoft.icon (.ico) MIME type
Sandro Tosi
2011-08-20
1
-0/+1
*
Issue #12213: Fix a buffering bug with interleaved reads and writes that
Antoine Pitrou
2011-08-20
1
-2/+43
[next]