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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Issue #12841: Fix tarfile extraction of non-existent uids/gids.
Lars Gustäbel
2011-09-05
1
-0/+5
*
|
|
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/+3
|
/
/
*
|
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
Amaury Forgeot d'Arc
2011-08-30
1
-0/+3
*
|
Make bdist_* commands respect --skip-build passed to bdist (#10946)
Éric Araujo
2011-08-29
1
-0/+3
*
|
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
1
-0/+3
*
|
Issue #12839: Fix crash in zlib module due to version mismatch.
Nadeem Vawda
2011-08-28
2
-0/+4
*
|
Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid
Charles-François Natali
2011-08-25
1
-0/+3
*
|
Issue #4106: Fix occasional exceptions printed out by multiprocessing on inte...
Antoine Pitrou
2011-08-24
1
-0/+3
*
|
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
1
-0/+3
*
|
Issue #12821: Fix test_fcntl failures on OpenBSD 5.
Charles-François Natali
2011-08-23
1
-0/+2
*
|
Issue #12678: Fix distutils sdist test on Windows.
Nadeem Vawda
2011-08-21
1
-0/+1
*
|
Issue #12213: Fix a buffering bug with interleaved reads and writes that
Antoine Pitrou
2011-08-20
1
-0/+3
*
|
Issue #12326: sys.platform is now always 'linux2' on Linux
Victor Stinner
2011-08-20
1
-0/+3
*
|
Guard shutil._make_archive against a logger=None argument.
Éric Araujo
2011-08-19
1
-0/+2
*
|
Issue #12650: Fix a race condition where a subprocess.Popen could leak
Charles-François Natali
2011-08-18
1
-0/+3
*
|
NEWS entry.
Barry Warsaw
2011-08-15
1
-0/+3
*
|
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...
Ezio Melotti
2011-08-15
1
-0/+3
*
|
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
Senthil Kumaran
2011-08-03
1
-0/+3
*
|
Fix incorrect mtime comparison in distutils (#11933).
Éric Araujo
2011-08-02
2
-0/+3
*
|
Stop trying to write into the stdlib during lib2to3 tests (#12331).
Éric Araujo
2011-07-31
1
-0/+3
*
|
Fix regression with distutils MANIFEST handing (#11104, #8688).
Éric Araujo
2011-07-31
2
-0/+5
*
|
Make “pydoc somebuiltin.somemethod” work (#8887)
Éric Araujo
2011-07-29
1
-0/+3
*
|
Issue 12514: Use try/finally to assure that timeit restores GC when done.
Raymond Hettinger
2011-07-29
2
-0/+4
*
|
Fixes #10639: reindent.py should not convert newlines
Jason R. Coombs
2011-07-27
1
-0/+6
*
|
- Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
Charles-François Natali
2011-07-27
1
-0/+2
*
|
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
Ross Lagerwall
2011-07-27
1
-0/+3
*
|
Issue #12590: IDLE editor window now always displays the first line
Ned Deily
2011-07-27
1
-0/+3
*
|
Issue #12102: Document that buffered files must be flushed before being used
Ross Lagerwall
2011-07-25
1
-0/+3
*
|
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
Charles-François Natali
2011-07-24
2
-0/+3
*
|
Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.
Antoine Pitrou
2011-07-24
1
-0/+3
*
|
Fix typo in NEWS entry for dbf1e1a27427.
Nadeem Vawda
2011-07-23
1
-1/+1
*
|
Issue #10883: Fix socket leaks in urllib.request.
Nadeem Vawda
2011-07-23
1
-0/+2
*
|
Issue #12592: Make Python build on OpenBSD 5 (and future major releases).
Charles-François Natali
2011-07-22
1
-0/+2
*
|
news note
Benjamin Peterson
2011-07-22
1
-0/+3
*
|
Issue #12372: POSIX semaphores are broken on AIX: don't use them.
Charles-François Natali
2011-07-21
1
-0/+2
*
|
Upstream merge.
Barry Warsaw
2011-07-19
1
-9/+17
|
\
\
|
*
|
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
Barry Warsaw
2011-07-19
1
-9/+17
*
|
|
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
Antoine Pitrou
2011-07-19
1
-0/+4
|
/
/
*
|
#7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
1
-0/+3
*
|
Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler
Eli Bendersky
2011-07-17
1
-0/+1
*
|
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Antoine Pitrou
2011-07-15
1
-0/+3
*
|
port 8d05f697acd4 (#11627)
Benjamin Peterson
2011-07-15
1
-0/+3
*
|
Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
Charles-François Natali
2011-07-14
1
-0/+2
*
|
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
Ned Deily
2011-07-13
1
-0/+3
*
|
Close #4376: ctypes now supports nested structures in a endian different than
Victor Stinner
2011-07-13
2
-0/+4
*
|
Issue #12149: Update the method cache after a type's dictionnary gets
Antoine Pitrou
2011-07-12
2
-0/+7
*
|
Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary
Antoine Pitrou
2011-07-09
1
-0/+3
*
|
Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and
Antoine Pitrou
2011-07-08
1
-0/+4
*
|
Avoid failing in test_urllibnet.test_bad_address when some overzealous
Antoine Pitrou
2011-07-08
1
-0/+4
*
|
Close #12501: Adjust callable() warning: callable() is only not supported in
Victor Stinner
2011-07-08
1
-0/+3
[prev]
[next]