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 #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
*
Issue #12493: subprocess: communicate() handles EINTR
Victor Stinner
2011-07-05
1
-0/+3
*
Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and
Victor Stinner
2011-07-05
1
-0/+3
*
Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run
Ned Deily
2011-07-04
1
-0/+4
*
Issue #12467: warnings: fix a race condition if a warning is emitted at
Victor Stinner
2011-07-04
1
-0/+3
*
Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
Charles-François Natali
2011-07-02
1
-0/+3
*
Fixup repr for dict_proxy objects.
Raymond Hettinger
2011-06-29
1
-0/+2
*
Issue #9516: Update Misc/NEWS.
Ned Deily
2011-06-29
1
-0/+11
*
Issue #12141: Install a copy of template C module file so that
Ned Deily
2011-06-28
1
-0/+4
*
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
2
-0/+12
*
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
Ned Deily
2011-06-28
1
-0/+3
*
Issue 11802: filecmp cache was growing without bound.
Raymond Hettinger
2011-06-25
1
-0/+3
*
Issue 12404: Remove C89 incompatible code from mmap module.
Ross Lagerwall
2011-06-25
1
-0/+3
*
Revert d370d609d09b as requested by Terry Jan Reedy:
Victor Stinner
2011-06-20
1
-2/+0
*
Close #3067: locale.setlocale() accepts a Unicode locale.
Victor Stinner
2011-06-20
1
-0/+2
*
#11700: proxy object close methods can now be called multiple times
R David Murray
2011-06-18
1
-0/+3
*
Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP
Victor Stinner
2011-06-17
1
-0/+4
*
allow "fake" filenames in findsource (closes #9284)
Benjamin Peterson
2011-06-11
1
-0/+3
*
merge 2.7.2 release branch
Benjamin Peterson
2011-06-11
2
-2/+2
|
\
|
*
bump to 2.7.2 final
Benjamin Peterson
2011-06-11
2
-2/+2
*
|
merge heads
Benjamin Peterson
2011-06-10
1
-0/+5
|
\
\
|
*
|
#10694: zipfile now ignores garbage at the end of a zipfile.
R David Murray
2011-06-09
1
-0/+2
|
*
|
Merge
Brian Curtin
2011-06-09
1
-0/+3
*
|
|
merge 2.7.2 release branch with fix for #12009
Benjamin Peterson
2011-06-10
2
-0/+6
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
fix regression in netrc comment handling (closes #12009)
Benjamin Peterson
2011-06-10
2
-0/+6
*
|
Issue #12080: Fix a performance issue in Decimal._power_exact that caused som...
Mark Dickinson
2011-06-04
1
-0/+3
*
|
merge 2.7.2 release branch
Benjamin Peterson
2011-06-03
1
-2/+3
|
\
\
|
|
/
|
*
another benefit of this change
Benjamin Peterson
2011-06-03
1
-2/+3
*
|
Fix named tuples to work with vars().
Raymond Hettinger
2011-06-03
1
-0/+2
*
|
sys.checkinterval() now refreshes the current countdown ticker.
Raymond Hettinger
2011-06-02
1
-0/+7
*
|
merge 2.7.2 release branch
Benjamin Peterson
2011-06-01
1
-0/+11
|
\
\
|
|
/
|
*
simply use the Python version for pyexpat.__version__ #12221
Benjamin Peterson
2011-05-31
1
-0/+5
[next]