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 #22043: time.monotonic() is now always available
Victor Stinner
2014-09-02
1
-0/+5
*
Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ...
Guido van Rossum
2014-09-02
1
-0/+3
*
(Merge 3.4) Closes #22258: Fix the the internal function set_inheritable() on
Victor Stinner
2014-09-02
1
-0/+5
|
\
|
*
Closes #22258: Fix the the internal function set_inheritable() on Illumos.
Victor Stinner
2014-09-02
1
-0/+5
*
|
Merge #22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
1
-0/+4
|
\
\
|
|
/
|
*
#22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
1
-0/+4
*
|
Issue #22098: ctypes' BigEndianStructure and LittleEndianStructure now define...
Antoine Pitrou
2014-08-29
1
-0/+4
*
|
Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...
Antoine Pitrou
2014-08-29
2
-0/+5
|
\
\
|
|
/
|
*
Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...
Antoine Pitrou
2014-08-29
2
-0/+5
*
|
Issue #22287: On UNIX, _PyTime_gettimeofday() now uses
Victor Stinner
2014-08-29
1
-0/+5
*
|
Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_uti...
Berker Peksag
2014-08-29
1
-0/+3
|
\
\
|
|
/
|
*
Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_uti...
Berker Peksag
2014-08-29
1
-0/+3
*
|
The webbrowser module now uses subprocess's start_new_session=True rather
Gregory P. Smith
2014-08-27
1
-0/+3
|
\
\
|
|
/
|
*
The webbrowser module now uses subprocess's start_new_session=True rather
Gregory P. Smith
2014-08-27
1
-0/+3
*
|
Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file
Victor Stinner
2014-08-27
1
-0/+3
*
|
Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.
Antoine Pitrou
2014-08-24
1
-0/+3
*
|
Issue #22236: Tkinter tests now don't reuse default root window. New root
Serhiy Storchaka
2014-08-24
1
-0/+5
|
\
\
|
|
/
|
*
Issue #22236: Tkinter tests now don't reuse default root window. New root
Serhiy Storchaka
2014-08-24
1
-1/+6
*
|
Issue #2527: Add a *globals* argument to timeit functions, in order to overri...
Antoine Pitrou
2014-08-23
2
-0/+5
*
|
Issue #21166: merge from 3.4
Ned Deily
2014-08-22
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21166: Prevent possible segfaults and other random failures of
Ned Deily
2014-08-22
1
-0/+3
*
|
Merge for issue #22191 fix
Brett Cannon
2014-08-22
1
-0/+1
|
\
\
|
|
/
|
*
Issue #22191: Fix warnings.__all__.
Brett Cannon
2014-08-22
2
-0/+3
*
|
Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolutio...
Antoine Pitrou
2014-08-21
1
-0/+4
*
|
Issue #21549: Added the "members" parameter to TarFile.list().
Serhiy Storchaka
2014-08-21
1
-0/+2
*
|
use __qualname__ to compute bound method repr (closes #21389)
Benjamin Peterson
2014-08-20
1
-0/+3
*
|
merge from 3.4
Senthil Kumaran
2014-08-20
1
-0/+3
|
\
\
|
|
/
|
*
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...
Senthil Kumaran
2014-08-20
1
-0/+3
*
|
allow recursion depth to be specified (closes #19628)
Benjamin Peterson
2014-08-19
1
-0/+3
*
|
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
Serhiy Storchaka
2014-08-19
1
-0/+2
|
\
\
|
|
/
|
*
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
Serhiy Storchaka
2014-08-19
1
-0/+2
*
|
Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and
Victor Stinner
2014-08-17
1
-0/+3
*
|
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
Serhiy Storchaka
2014-08-17
1
-0/+2
|
\
\
|
|
/
|
*
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
Serhiy Storchaka
2014-08-17
1
-0/+2
*
|
Issue #22201: Command-line interface of the zipfile module now correctly
Serhiy Storchaka
2014-08-17
1
-0/+3
|
\
\
|
|
/
|
*
Issue #22201: Command-line interface of the zipfile module now correctly
Serhiy Storchaka
2014-08-17
1
-0/+3
*
|
Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.
Serhiy Storchaka
2014-08-17
1
-0/+2
|
\
\
|
|
/
|
*
Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.
Serhiy Storchaka
2014-08-17
1
-0/+2
*
|
Issue #20184: Add signature introspection for 30 of the builtins
Nick Coghlan
2014-08-17
1
-0/+3
*
|
merge 3.4; backout changeset 3435c5865cfc due to buildbot failures. Ref #8797
Senthil Kumaran
2014-08-16
1
-3/+0
|
\
\
|
|
/
|
*
backout changeset 3435c5865cfc due to buildbot failures. Ref #8797
Senthil Kumaran
2014-08-16
1
-3/+0
*
|
merge from 3.4
Senthil Kumaran
2014-08-16
1
-0/+3
|
\
\
|
|
/
|
*
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...
Senthil Kumaran
2014-08-16
1
-0/+3
*
|
Issue #15381: Optimized line reading in io.BytesIO.
Serhiy Storchaka
2014-08-14
1
-0/+2
*
|
Issue #21445: Pass exception messages correctly to assertTrue in
Berker Peksag
2014-08-14
1
-0/+1
|
\
\
|
|
/
|
*
Issue #21445: Pass exception messages correctly to assertTrue in
Berker Peksag
2014-08-14
1
-0/+1
*
|
Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()
Serhiy Storchaka
2014-08-13
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()
Serhiy Storchaka
2014-08-13
1
-0/+3
*
|
merge
Raymond Hettinger
2014-08-12
1
-0/+3
|
\
\
|
|
/
|
*
Issue 22184: Early detection and reporting of missing lru_cache parameters
Raymond Hettinger
2014-08-12
1
-0/+3
[next]