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 #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
|
*
add 2.7.2 header
Benjamin Peterson
2011-05-31
1
-0/+7
*
|
Close #12085: Fix an attribute error in subprocess.Popen destructor if the
Victor Stinner
2011-05-31
2
-0/+5
*
|
Issue #12057: Add tests for ISO 2022 codecs
Victor Stinner
2011-05-30
1
-0/+6
*
|
Issue #1195: fix the issue number of the NEWS entry
Victor Stinner
2011-05-30
1
-1/+1
*
|
Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
Victor Stinner
2011-05-30
1
-0/+16
|
/
*
bump to 2.7.2rc1
v2.7.2rc1
Benjamin Peterson
2011-05-29
2
-2/+2
*
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
Ned Deily
2011-05-29
1
-0/+2
*
Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
Ned Deily
2011-05-28
1
-0/+4
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+5
*
raise an ValueError in getvalue() on closed StringIO (closes #12161)
Benjamin Peterson
2011-05-26
2
-0/+4
*
Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)
Victor Stinner
2011-05-26
2
-0/+4
*
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
Victor Stinner
2011-05-25
1
-0/+2
*
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
Victor Stinner
2011-05-25
1
-0/+3
*
Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid
Charles-François Natali
2011-05-24
1
-0/+3
*
Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
Victor Stinner
2011-05-24
1
-0/+4
*
correctly lookup __dir__
Benjamin Peterson
2011-05-23
1
-0/+3
*
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
Victor Stinner
2011-05-21
1
-1/+4
*
merge heads
Benjamin Peterson
2011-05-17
1
-0/+6
|
\
|
*
(backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX wi...
Ronald Oussoren
2011-05-17
1
-0/+3
|
*
(backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF...
Ronald Oussoren
2011-05-17
1
-0/+3
*
|
stop using the old brain-dead interface for providing attributes/methods
Benjamin Peterson
2011-05-17
1
-0/+4
|
/
*
NEWS entry for fix of issue #9516
Ronald Oussoren
2011-05-15
1
-0/+3
*
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-0/+3
[next]