Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
561a821e93dc5c5aff9c5e26a3cbe482ac154a51
/
Lib
561a821
Issue #7689: Allow pickling of dynamically created classes when their
by Antoine Pitrou
· 13 years ago
ad349a1
Issue #12881: ctypes: Fix segfault with large structure field names.
by Meador Inge
· 13 years ago
c8faf9b
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
by R David Murray
· 13 years ago
f06eb46
Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported.
by Antoine Pitrou
· 13 years ago
63c22fa
Issue #7732: Fix a crash on importing a module if a directory has the same name
by Victor Stinner
· 13 years ago
51b7198
Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of
by Victor Stinner
· 13 years ago
2156594
Fix a race condition in test_socket.ThreadableTest: the client is reported
by Charles-François Natali
· 13 years ago
f8413b2
Issue #12981: test_multiprocessing: catch ImportError when importing
by Charles-François Natali
· 13 years ago
c23484b
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
by Jesus Cea
· 13 years ago
d256ca1
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
by Jesus Cea
· 13 years ago
1549bac
Issue #12935: Correct typo in findertools.
by Ned Deily
· 13 years ago
0d4c34c
Port the fix for Issue12924 (missing quote_plus) to 2.7 branch.
by Senthil Kumaran
· 13 years ago
aa3af53
Remove trailing spaces
by Amaury Forgeot d'Arc
· 13 years ago
439c25e
Issue #12483: ctypes: Fix a crash when the destruction of a callback
by Amaury Forgeot d'Arc
· 13 years ago
dcdc3ef
Branch merge
by Éric Araujo
· 13 years ago
a13cd39
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
by Éric Araujo
· 13 years ago
0c40076
Slight cleanup in distutils test_dist.
by Éric Araujo
· 13 years ago
6faf907
Fix issue #12948: multiprocessing test failures can hang the buildbots
by Jesus Cea
· 13 years ago
6f6016b
Close issue #12948: multiprocessing test failures can hang the buildbots
by Jesus Cea
· 13 years ago
c6072d8
Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou
by Jesus Cea
· 13 years ago
e3a768b
Issue #12326: Remove plat-linux3 directory
by Victor Stinner
· 13 years ago
ab08da0
Branch merge
by Éric Araujo
· 13 years ago
8babfdf
Issue #12841: Fix tarfile extraction of non-existent uids/gids.
by Lars Gustäbel
· 13 years ago
0f2dbf3
Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
by Éric Araujo
· 13 years ago
cb18d07
Enable catching WARN-level logging messages in distutils' test_sdist
by Éric Araujo
· 13 years ago
cf316a1
Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
by Amaury Forgeot d'Arc
· 13 years ago
1fc2076
Remove obsolete comment
by Éric Araujo
· 13 years ago
2532f11
Clarify compileall command-line options (#10454).
by Éric Araujo
· 13 years ago
a971df3
Fix test_sysconfig when run from a Python installed under /site (#10086).
by Éric Araujo
· 13 years ago
3d7f236
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
by Amaury Forgeot d'Arc
· 13 years ago
429b890
Make bdist_* commands respect --skip-build passed to bdist (#10946)
by Éric Araujo
· 13 years ago
66e53c7
Fix test failures when Python is compiled without thread support.
by Nadeem Vawda
· 13 years ago
0ad7358
Provide a better diagnosis on socket errors
by Antoine Pitrou
· 13 years ago
288ebb4
Add FIXME note as a reminder
by Éric Araujo
· 13 years ago
1bd3b9c
Branch merge
by Éric Araujo
· 13 years ago
e10fbb1
Backport tests for the distutils install command
by Éric Araujo
· 13 years ago
cea5fc0
Try to fix test_distutils on Windows (#12678)
by Éric Araujo
· 13 years ago
c811fb2
Add tests for build_ext --user (backport from 3.2)
by Éric Araujo
· 13 years ago
04612d6
Refactor helpers for compiling the xx module in distutils tests.
by Éric Araujo
· 13 years ago
2a34eb3
Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid
by Charles-François Natali
· 13 years ago
8a9369b
Update link to the decimal arithmetic specification.
by Raymond Hettinger
· 13 years ago
77657e4
Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown.
by Antoine Pitrou
· 13 years ago
a1a8da8
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
by Antoine Pitrou
· 13 years ago
cdaafe0
Issue #12821: Fix test_fcntl failures on OpenBSD 5.
by Charles-François Natali
· 13 years ago
12682b1
#9200: backport tests but run them on wide builds only.
by Ezio Melotti
· 13 years ago
367d4c8
Issue #12678: Fix distutils sdist test on Windows.
by Nadeem Vawda
· 13 years ago
0429500
Add missing name in shutil.__all__
by Éric Araujo
· 13 years ago
a75039a
#5301: add image/vnd.microsoft.icon (.ico) MIME type
by Sandro Tosi
· 13 years ago
808cec5
Issue #12213: Fix a buffering bug with interleaved reads and writes that
by Antoine Pitrou
· 13 years ago
410024a
Branch merge
by Éric Araujo
· 13 years ago
8605936
Fix resource leaks in test_subprocess.
by Nadeem Vawda
· 13 years ago
e7329f4
Guard shutil._make_archive against a logger=None argument.
by Éric Araujo
· 13 years ago
a8085d3
Issue #12650: fix failures on some buildbots, when a subprocess takes a long
by Charles-François Natali
· 13 years ago
100df0f
Issue #12650: only run the tests on Unix.
by Charles-François Natali
· 13 years ago
b02302c
Issue #12650: Fix a race condition where a subprocess.Popen could leak
by Charles-François Natali
· 13 years ago
edfba82
The simplest possible fix for the regression in bug 12752 by encoding unicodes
by Barry Warsaw
· 13 years ago
ea7b6f6
#12266: move the tests in test_unicode.
by Ezio Melotti
· 13 years ago
15d6b65
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
by Ezio Melotti
· 13 years ago
93e6a3d
Remove the un-exercised in-module test code.
by Senthil Kumaran
· 13 years ago
3ea5224
Issue 12717: Fix-up an earlier backport in ConfigParser.
by Raymond Hettinger
· 13 years ago
1381a31
#12677: correct turtle orientation in doc
by Sandro Tosi
· 13 years ago
ef651ac
whitespace fix.
by Senthil Kumaran
· 13 years ago
351950f
Remove the old dead test program within the module in 2.7.
by Senthil Kumaran
· 13 years ago
b5bd4c8
Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items)
by Senthil Kumaran
· 13 years ago
28696fe
add svn+ssh testcase for urljoin.
by Senthil Kumaran
· 13 years ago
0df24c9
include svn+ssh as well.
by Senthil Kumaran
· 13 years ago
f432aec
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
by Senthil Kumaran
· 13 years ago
3427839
Branch merge
by Éric Araujo
· 13 years ago
33af263
Fix incorrect mtime comparison in distutils (#11933).
by Éric Araujo
· 13 years ago
01a3ee8
Backport 68b5f87566fb
by Stefan Krah
· 13 years ago
0db7f72
Branch merge
by Éric Araujo
· 13 years ago
498da2c
Stop trying to write into the stdlib during lib2to3 tests (#12331).
by Éric Araujo
· 13 years ago
3facb8c
running tests enables us to discover that they actually work
by Benjamin Peterson
· 13 years ago
23c2104
using test_support.transient_internet helper method in the urllib2net test.
by Senthil Kumaran
· 13 years ago
560bf85
Fix regression with distutils MANIFEST handing (#11104, #8688).
by Éric Araujo
· 13 years ago
9a52830
Make “pydoc somebuiltin.somemethod” work (#8887)
by Éric Araujo
· 13 years ago
fea8ac4
Branch merge
by Éric Araujo
· 13 years ago
55e5e27
Issue 12514: Use try/finally to assure that timeit restores GC when done.
by Raymond Hettinger
· 13 years ago
4af1c6a
Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break.
by Senthil Kumaran
· 13 years ago
0cf7e25
- Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
by Charles-François Natali
· 13 years ago
d8e3901
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
by Ross Lagerwall
· 13 years ago
7d7702b
merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
by Senthil Kumaran
· 13 years ago
d8b1723
Issue #12590: IDLE editor window now always displays the first line
by Ned Deily
· 13 years ago
d88131a
Issue #8746: Use tempfile module to get tempdir and randomize the
by Ned Deily
· 13 years ago
4cfae02
Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.
by Antoine Pitrou
· 13 years ago
a620fac
Fix typo in dbf1e1a27427 that was causing some buildbots to fail.
by Nadeem Vawda
· 13 years ago
b42c53e
Issue #10883: Fix socket leaks in urllib.request.
by Nadeem Vawda
· 13 years ago
578617a
merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage (cases applicable to 2.7). Patch by Petter Haggholm.
by Senthil Kumaran
· 13 years ago
7782024
verify the types of AST strings and identifiers (closes #12609 and #12610)
by Benjamin Peterson
· 13 years ago
56b2665
#12601: fix typo.
by Ezio Melotti
· 13 years ago
495ee8f
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
by Antoine Pitrou
· 13 years ago
9522595
#7484: no more <> around addresses in VRFY or EXPN
by R David Murray
· 13 years ago
9737648
Backport 2eb8789e30e7.
by Alex Gaynor
· 13 years ago
304f0f9
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
by Antoine Pitrou
· 13 years ago
c3349cd
port 8d05f697acd4 (#11627)
by Benjamin Peterson
· 13 years ago
2659140
Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
by Charles-François Natali
· 13 years ago
b30ac94
Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20
by Victor Stinner
· 13 years ago
2e7ea50
carefully cleanup pointer cache after creating struct pointers
by Benjamin Peterson
· 13 years ago
0ab67ee
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
by Ned Deily
· 13 years ago
bf547fd
Close #4376: ctypes now supports nested structures in a endian different than
by Victor Stinner
· 13 years ago
Next »