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
*
allow "fake" filenames in findsource (closes #9284)
Benjamin Peterson
2011-06-11
1
-0/+3
*
merge 3.1 (#12009)
Benjamin Peterson
2011-06-10
2
-0/+3
|
\
|
*
fix regression in netrc comment handling (closes #12009)
Benjamin Peterson
2011-06-10
2
-0/+6
*
|
#10694: zipfile now ignores garbage at the end of a zipfile.
R David Murray
2011-06-09
1
-0/+2
*
|
#12283: Fixed regression in smtplib quoting of leading dots in DATA.
R David Murray
2011-06-09
1
-0/+2
*
|
Issue #12168: SysLogHandler now allows NUL termination to be controlled using...
Vinay Sajip
2011-06-09
1
-0/+3
*
|
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
Brian Curtin
2011-06-08
1
-0/+3
*
|
Fix named tuples to work with vars().
Raymond Hettinger
2011-06-03
1
-0/+2
*
|
merge 3.1 (#12221)
Benjamin Peterson
2011-06-01
1
-0/+5
|
\
\
|
|
/
|
*
simply use the Python version for pyexpat.__version__ #12221
Benjamin Peterson
2011-05-31
1
-0/+10
|
*
bump to 3.1.4rc1
Benjamin Peterson
2011-05-29
2
-4/+4
|
*
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
Ned Deily
2011-05-29
1
-0/+2
*
|
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/+4
*
|
Branch merge
Éric Araujo
2011-05-29
1
-4/+4
|
\
\
|
*
|
Fix typos in Misc/NEWS
Éric Araujo
2011-05-29
1
-4/+4
*
|
|
Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
Ned Deily
2011-05-28
1
-0/+6
*
|
|
Issue #985064: Make plistlib more resilient to faulty input plists.
Ned Deily
2011-05-28
2
-0/+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #985064: Make plistlib more resilient to faulty input plists.
Ned Deily
2011-05-28
2
-0/+4
*
|
|
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+5
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+5
*
|
(Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()
Victor Stinner
2011-05-25
1
-3/+5
|
\
\
|
|
/
|
*
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
Victor Stinner
2011-05-25
1
-0/+2
*
|
(Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of
Victor Stinner
2011-05-25
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
Victor Stinner
2011-05-25
1
-0/+3
*
|
Issue #12070: Fix the Makefile parser of the sysconfig module to handle
Victor Stinner
2011-05-24
1
-0/+3
*
|
(Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at
Victor Stinner
2011-05-24
1
-0/+4
|
\
\
|
|
/
|
*
Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
Victor Stinner
2011-05-24
1
-0/+4
*
|
Issue #5715: In socketserver, close the server socket in the child process.
Charles-François Natali
2011-05-24
1
-0/+2
|
\
\
|
|
/
|
*
Issue #5715: In socketserver, close the server socket in the child process.
Charles-François Natali
2011-05-24
1
-0/+2
*
|
merge 3.1
Benjamin Peterson
2011-05-23
1
-0/+3
|
\
\
|
|
/
|
*
correctly lookup __dir__
Benjamin Peterson
2011-05-23
1
-0/+3
*
|
Set up branch to be rc2 next.
Georg Brandl
2011-05-21
1
-2/+2
*
|
Merge release branch after 3.2.1rc1.
Georg Brandl
2011-05-21
2
-2/+2
|
\
\
|
*
|
Bump to 3.2.1rc1.
v3.2.1rc1
Georg Brandl
2011-05-15
2
-2/+2
*
|
|
(Merge 3.1) Issue #12124: zipimport doesn't keep a reference to
Victor Stinner
2011-05-19
1
-0/+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
Victor Stinner
2011-05-19
1
-0/+3
|
*
|
Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support
Victor Stinner
2011-05-18
1
-0/+3
*
|
|
Fix section title
Antoine Pitrou
2011-05-18
1
-1/+1
*
|
|
Issue #12065: connect_ex() on an SSL socket now returns the original errno
Antoine Pitrou
2011-05-18
1
-0/+15
*
|
|
Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch
Victor Stinner
2011-05-17
1
-0/+3
*
|
|
Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5
Ronald Oussoren
2011-05-17
1
-0/+3
*
|
|
(merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8...
Ronald Oussoren
2011-05-17
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instea...
Ronald Oussoren
2011-05-17
1
-0/+3
*
|
|
(Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written
Victor Stinner
2011-05-16
1
-1/+4
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas
Victor Stinner
2011-05-16
1
-0/+3
|
*
Issue #10756: atexit normalizes the exception before displaying it. Patch by
Victor Stinner
2011-05-15
1
-0/+3
*
|
NEWS entry for fix of issue #9516
Ronald Oussoren
2011-05-15
1
-0/+3
[next]