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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #7830: Flatten nested functools.partial.
Alexander Belopolsky
2015-03-01
2
-0/+18
*
Closes issue #22791: Improved datetime from timestamp methods documentation.
Alexander Belopolsky
2015-03-01
1
-1/+1
*
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
1
-0/+4
|
\
|
*
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
1
-0/+4
*
|
Issue #19980: Improved help() for non-recognized strings. help('') now
Serhiy Storchaka
2015-02-28
2
-5/+14
*
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
2
-3/+57
|
\
\
|
|
/
|
*
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
2
-3/+57
*
|
Fixed a test for issue #21619 on Windows.
Serhiy Storchaka
2015-02-28
1
-1/+1
|
\
\
|
|
/
|
*
Fixed a test for issue #21619 on Windows.
Serhiy Storchaka
2015-02-28
1
-1/+1
*
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
2
-4/+21
|
\
\
|
|
/
|
*
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
2
-4/+21
*
|
Issue #22834: Drop a redundant comment and use errno instead of an
Brett Cannon
2015-02-27
1
-2/+2
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-02-27
1
-6/+0
|
\
\
|
|
/
|
*
Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport
Victor Stinner
2015-02-27
1
-6/+0
*
|
Merge 3.4 (httplib)
Victor Stinner
2015-02-27
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.
Victor Stinner
2015-02-27
1
-0/+3
|
*
Merge 3.4.3 release engineering changes back into 3.4.
Larry Hastings
2015-02-26
35
-437/+792
|
|
\
|
*
|
Release bump for 3.4.3 final.
Larry Hastings
2015-02-23
2
-2/+2
|
*
|
Doc updates for 3.4.3 final.
Larry Hastings
2015-02-23
1
-1/+1
*
|
|
Bump the blocksize up from 62 to 64 to speed up the modulo calculation.
Raymond Hettinger
2015-02-27
1
-1/+1
*
|
|
Issue #15955: Add an option to limit the output size in bz2.decompress().
Antoine Pitrou
2015-02-26
1
-0/+103
*
|
|
merge 3.4
Benjamin Peterson
2015-02-25
1
-1/+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
remove unused import
Benjamin Peterson
2015-02-25
1
-1/+0
*
|
|
Issue 23314: SuppressCrashReports now disables CRT assertions
Steve Dower
2015-02-23
2
-15/+44
*
|
|
Broke reference loops in tests added in issue #5700.
Serhiy Storchaka
2015-02-22
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Broke reference loops in tests added in issue #5700.
Serhiy Storchaka
2015-02-22
1
-0/+3
*
|
|
Issue #6639: Module-level turtle functions no longer raise TclError after
Serhiy Storchaka
2015-02-22
2
-34/+37
|
\
\
\
|
|
/
/
|
*
|
Issue #6639: Module-level turtle functions no longer raise TclError after
Serhiy Storchaka
2015-02-22
2
-34/+37
|
*
|
Issues #814253, #9179: Warnings now are raised when group references and
Serhiy Storchaka
2015-02-21
2
-1/+52
*
|
|
Issues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka
2015-02-21
3
-12/+86
*
|
|
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
1
-0/+7
*
|
|
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
1
-2/+48
|
\
\
\
|
|
/
/
|
*
|
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
1
-2/+48
*
|
|
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
Serhiy Storchaka
2015-02-20
2
-9/+22
|
\
\
\
|
|
/
/
|
*
|
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
Serhiy Storchaka
2015-02-20
2
-9/+22
*
|
|
Issue #22834: Fix a failing test under Solaris due to the platform not
Brett Cannon
2015-02-20
1
-2/+8
*
|
|
Issue #23442: Rename two member names to stay backward compatible
Berker Peksag
2015-02-20
2
-4/+65
*
|
|
Issue #23439: Add missing entries to http.client.__all__.
Berker Peksag
2015-02-20
2
-1/+18
|
\
\
\
|
|
/
/
|
*
|
Issue #23439: Add missing entries to http.client.__all__.
Berker Peksag
2015-02-20
2
-1/+18
*
|
|
merge 3.4 (#23481)
Benjamin Peterson
2015-02-19
1
-4/+2
|
\
\
\
|
|
/
/
|
*
|
remove rc4 from the default client ciphers (closes #23481)
Benjamin Peterson
2015-02-19
1
-4/+2
*
|
|
Issue #23474: Enhanced locale testing.
Serhiy Storchaka
2015-02-18
2
-40/+61
|
\
\
\
|
|
/
/
|
*
|
Issue #23474: Enhanced locale testing.
Serhiy Storchaka
2015-02-18
2
-40/+61
*
|
|
merge 3.4 (#23410)
Benjamin Peterson
2015-02-18
2
-10/+49
|
\
\
\
|
|
/
/
|
*
|
document the requestline and close_connection attributes, use real booleans, ...
Benjamin Peterson
2015-02-18
2
-10/+49
*
|
|
Merge 3.4 (asyncio)
Victor Stinner
2015-02-17
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
asyncio: Fix warning in test_close_kill_running()
Victor Stinner
2015-02-17
1
-0/+1
*
|
|
Merge 3.4 (asyncio)
Victor Stinner
2015-02-17
4
-66/+60
|
\
\
\
|
|
/
/
|
*
|
Issue #23475, asyncio: Fix test_close_kill_running()
Victor Stinner
2015-02-17
1
-2/+10
[next]