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
*
regrtest doesn't ignore -j1 anymore
Victor Stinner
2016-05-20
1
-0/+10
*
subprocess now emits a ResourceWarning warning
Victor Stinner
2016-05-20
1
-0/+3
*
Optimize pickle.load() and pickle.loads()
Victor Stinner
2016-05-20
1
-1/+4
*
Back out pathlib.Path.path attr. (Merge 3.5->3.6)
Guido van Rossum
2016-05-19
1
-6/+0
|
\
|
*
Back out pathlib.Path.path attr. (Merge 3.4->3.5)
Guido van Rossum
2016-05-19
1
-6/+0
|
|
\
|
|
*
Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
Guido van Rossum
2016-05-19
1
-6/+0
*
|
|
Issue #27053: Updates make_zip.py to correctly generate library ZIP file.
Steve Dower
2016-05-19
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #27053: Updates make_zip.py to correctly generate library ZIP file.
Steve Dower
2016-05-19
1
-0/+2
*
|
|
Merge 3.5 (issue #27057)
Victor Stinner
2016-05-19
2
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Fix os.set_inheritable() on Android
Victor Stinner
2016-05-19
2
-0/+5
*
|
|
Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.)
Guido van Rossum
2016-05-18
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Fix #27014 -- infinite recursion using typing.py.
Guido van Rossum
2016-05-18
1
-0/+2
*
|
|
Issue #23275: Don’t think this made it into alpha 1
Martin Panter
2016-05-18
1
-3/+3
*
|
|
Issue #23275: Allow () = iterable assignment syntax
Berker Peksag
2016-05-18
1
-0/+3
*
|
|
Merge 3.6.0a1 updates
Ned Deily
2016-05-17
1
-1/+13
|
\
\
\
|
*
|
|
Post-release cleanup: 3.6.0a1 -> 3.6.0a2
Ned Deily
2016-05-17
1
-0/+12
|
*
|
|
Version bump for 3.6.0a1
v3.6.0a1
Ned Deily
2016-05-16
1
-1/+1
*
|
|
|
merge 3.5 (#26991)
Benjamin Peterson
2016-05-17
1
-0/+2
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
fix possible refleak in MAKE_FUNCTION (closes #26991)
Benjamin Peterson
2016-05-17
1
-0/+2
*
|
|
|
Merge heads
Yury Selivanov
2016-05-16
1
-0/+3
|
\
\
\
\
|
*
|
|
|
Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
Serhiy Storchaka
2016-05-16
1
-0/+3
*
|
|
|
|
Merge 3.5 (Issue #27041)
Yury Selivanov
2016-05-16
1
-0/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
1
-0/+2
*
|
|
|
Merge 3.5 (issue #27040)
Yury Selivanov
2016-05-16
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #27040: Add loop.get_exception_handler method
Yury Selivanov
2016-05-16
1
-0/+2
*
|
|
|
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka
2016-05-16
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka
2016-05-16
1
-0/+3
*
|
|
Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5
Martin Panter
2016-05-16
1
-0/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #17214: Percent-encode non-ASCII bytes in redirect targets
Martin Panter
2016-05-16
1
-0/+6
|
*
|
Issue #14132: Fix redirect handling when target is just a query string
Martin Panter
2016-05-16
1
-0/+3
*
|
|
Issue #27033: The default value of the decode_data parameter for
Serhiy Storchaka
2016-05-16
1
-0/+3
*
|
|
Issue #27034: Removed deprecated class asynchat.fifo.
Serhiy Storchaka
2016-05-16
1
-0/+2
*
|
|
Issue #26807: mock_open 'files' no longer error on readline at end of file.
Robert Collins
2016-05-16
2
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #26807: mock_open 'files' no longer error on readline at end of file.
Robert Collins
2016-05-16
2
-0/+4
*
|
|
Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton
Martin Panter
2016-05-15
2
-0/+5
*
|
|
Merge 3.5 (issue #26848)
Yury Selivanov
2016-05-13
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
Yury Selivanov
2016-05-13
1
-0/+3
*
|
|
Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
Serhiy Storchaka
2016-05-13
1
-0/+3
*
|
|
merge from 3.5
Senthil Kumaran
2016-05-13
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.
Senthil Kumaran
2016-05-13
1
-0/+3
*
|
|
Issue #22274: Merge stderr=STDOUT fix from 3.5
Martin Panter
2016-05-13
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
Martin Panter
2016-05-13
1
-0/+3
*
|
|
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
Eric Snow
2016-05-10
1
-0/+2
*
|
|
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Serhiy Storchaka
2016-05-12
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Serhiy Storchaka
2016-05-12
1
-0/+2
*
|
|
Issue #27005: Optimized the float.fromhex() class method for exact float.
Serhiy Storchaka
2016-05-12
1
-0/+3
*
|
|
Merge 3.5.
Serhiy Storchaka
2016-05-11
1
-2/+0
|
\
\
\
|
|
/
/
|
*
|
Removed duplicated NEWS entity for issue #26881.
Serhiy Storchaka
2016-05-11
1
-2/+0
*
|
|
Update NEWS.
Steven D'Aprano
2016-05-11
1
-0/+8
*
|
|
Merge NEWS update from 3.5 for issue #26977.
Steven D'Aprano
2016-05-11
1
-0/+3
|
\
\
\
|
|
/
/
[next]