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
*
Merge with 3.4; Closes #22315
Jason R. Coombs
2014-08-31
2
-2/+14
|
\
|
*
#22315: Use advertised API for OSError
Jason R. Coombs
2014-08-31
1
-2/+1
|
*
#22315: Use an existent directory for 'src' to trigger appropriate behavior.
Jason R. Coombs
2014-08-31
1
-1/+2
|
*
#22315: Provide an actual directory during test invocation.
Jason R. Coombs
2014-08-31
1
-1/+1
|
*
#22315: Use technique outlined in test_file_util
Jason R. Coombs
2014-08-31
1
-22/+5
|
*
#22315: Add test to capture the failure.
Jason R. Coombs
2014-08-31
1
-0/+29
*
|
merge 3.4
Benjamin Peterson
2014-08-31
1
-2/+1
|
\
\
|
|
/
|
*
Correct indent
Jason R. Coombs
2014-08-31
1
-1/+1
|
*
Remove unused import
Jason R. Coombs
2014-08-31
1
-1/+0
*
|
(Merge 3.4) asyncio, Tulip issue 205: Fix a race condition in
Victor Stinner
2014-08-31
2
-35/+83
|
\
\
|
|
/
|
*
asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_...
Victor Stinner
2014-08-31
2
-35/+83
*
|
Merge #22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
2
-0/+19
|
\
\
|
|
/
|
*
#22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
2
-0/+19
*
|
Issue #22098: ctypes' BigEndianStructure and LittleEndianStructure now define...
Antoine Pitrou
2014-08-29
2
-0/+22
*
|
Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...
Antoine Pitrou
2014-08-29
1
-5/+6
|
\
\
|
|
/
|
*
Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...
Antoine Pitrou
2014-08-29
1
-5/+6
*
|
Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_uti...
Berker Peksag
2014-08-29
2
-2/+22
|
\
\
|
|
/
|
*
Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_uti...
Berker Peksag
2014-08-29
2
-2/+22
*
|
(Merge 3.4) asyncio, Tulip issue 201: Fix a race condition in wait_for()
Victor Stinner
2014-08-28
2
-6/+24
|
\
\
|
|
/
|
*
asyncio, Tulip issue 201: Fix a race condition in wait_for()
Victor Stinner
2014-08-28
2
-6/+24
*
|
The webbrowser module now uses subprocess's start_new_session=True rather
Gregory P. Smith
2014-08-27
1
-11/+4
|
\
\
|
|
/
|
*
The webbrowser module now uses subprocess's start_new_session=True rather
Gregory P. Smith
2014-08-27
1
-11/+4
*
|
Issue #22042: Fix test_signal on Windows
Victor Stinner
2014-08-27
1
-2/+3
*
|
Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file
Victor Stinner
2014-08-27
1
-0/+25
*
|
Merge with 3.4
Terry Jan Reedy
2014-08-27
1
-10/+8
|
\
\
|
|
/
|
*
Issue #22065: Remove the now unsed configGUI menu parameter and arguments.
Terry Jan Reedy
2014-08-27
1
-10/+8
*
|
Merge with 3.4
Terry Jan Reedy
2014-08-27
2
-8/+7
|
\
\
|
|
/
|
*
Issue #22065: Menus, unlike Menubottons, do not have a state option.
Terry Jan Reedy
2014-08-27
2
-8/+7
*
|
Merge 3.4.
Stefan Krah
2014-08-26
1
-1/+1
|
\
\
|
|
/
|
*
Introduce and check for MPD_VERSION_HEX for precise management of builds
Stefan Krah
2014-08-26
1
-1/+1
*
|
Merge 3.4.
Stefan Krah
2014-08-26
2
-0/+7
|
\
\
|
|
/
|
*
Issue #22090: Fix '%' formatting for infinities and NaNs.
Stefan Krah
2014-08-26
2
-0/+7
*
|
(Merge 3.4) asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_...
Victor Stinner
2014-08-25
2
-0/+5
|
\
\
|
|
/
|
*
asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method
Victor Stinner
2014-08-25
2
-0/+5
*
|
(Merge 3.4) asyncio: sync with Tulip
Victor Stinner
2014-08-25
10
-64/+120
|
\
\
|
|
/
|
*
asyncio: sync with Tulip
Victor Stinner
2014-08-25
10
-64/+120
*
|
merge 3.4 (#22265)
Benjamin Peterson
2014-08-24
1
-0/+1
|
\
\
|
|
/
|
*
allow test to work on implementations not using ref-counting (closes #22265)
Benjamin Peterson
2014-08-24
1
-0/+1
*
|
merge 3.4 (#22267)
Benjamin Peterson
2014-08-24
1
-0/+2
|
\
\
|
|
/
|
*
fix some test_weakref tests to not rely on ref-counting (closes #22267)
Benjamin Peterson
2014-08-24
1
-0/+2
*
|
Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.
Antoine Pitrou
2014-08-24
2
-2/+14
*
|
Issue #22034: Improve handling of wrong argument types in posixpath.join().
Serhiy Storchaka
2014-08-24
2
-21/+20
|
\
\
|
|
/
|
*
Issue #22034: Got rid of misleading error message for bytearray arguments in
Serhiy Storchaka
2014-08-24
2
-16/+10
*
|
Issue #22236: Tkinter tests now don't reuse default root window. New root
Serhiy Storchaka
2014-08-24
14
-270/+225
|
\
\
|
|
/
|
*
Issue #22236: Tkinter tests now don't reuse default root window. New root
Serhiy Storchaka
2014-08-24
14
-270/+225
|
*
Merge heads.
Terry Jan Reedy
2014-08-23
1
-1/+0
|
|
\
*
|
\
Merge heads.
Terry Jan Reedy
2014-08-23
1
-1/+0
|
\
\
\
|
*
\
\
Merge with 3.4
Terry Jan Reedy
2014-08-19
1
-1/+0
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Idle ColorDelegator: finish removing code for 'as'.
Terry Jan Reedy
2014-08-19
1
-1/+0
*
|
|
|
Issue #2527: Add a *globals* argument to timeit functions, in order to overri...
Antoine Pitrou
2014-08-23
2
-14/+32
[next]