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
*
fix issue23157 - time_hashlib hadn't been ported to Python 3.
Gregory P. Smith
2015-01-04
1
-3/+4
|
\
|
*
fix issue23157 - time_hashlib hadn't been ported to Python 3.
Gregory P. Smith
2015-01-04
1
-3/+4
*
|
Update bundled pip and setuptools to 6.0.6 and 11.0.
Donald Stufft
2015-01-03
3
-2/+2
|
\
\
|
|
/
|
*
Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 11.0
Donald Stufft
2015-01-03
3
-2/+2
*
|
Issue #23132: Improve performance and introspection support of comparison
Serhiy Storchaka
2015-01-01
2
-41/+68
*
|
merge 3.4 (#23111)
Benjamin Peterson
2014-12-30
1
-2/+2
|
\
\
|
|
/
|
*
make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111)
Benjamin Peterson
2014-12-30
1
-2/+2
*
|
whitespace
Antoine Pitrou
2014-12-30
1
-5/+5
*
|
Issue #19776: Add a expanduser() method on Path objects.
Antoine Pitrou
2014-12-30
2
-0/+166
*
|
Merge 3.4 (asyncio)
Victor Stinner
2014-12-26
12
-84/+105
|
\
\
|
|
/
|
*
Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of
Victor Stinner
2014-12-26
6
-62/+89
|
*
asyncio: sync with Tulip
Victor Stinner
2014-12-26
8
-22/+16
|
*
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
Victor Stinner
2014-12-21
1
-0/+7
*
|
merge 3.4 (#23112)
Benjamin Peterson
2014-12-26
2
-2/+12
|
\
\
|
|
/
|
*
fix behavior of trailing slash redirection when a query string is involved (c...
Benjamin Peterson
2014-12-26
2
-2/+12
*
|
#20069: Add tests for os.chown.
R David Murray
2014-12-25
1
-51/+74
*
|
Merge: #23040: Clarify treatment of encoding and errors when component is bytes.
R David Murray
2014-12-25
1
-4/+5
|
\
\
|
|
/
|
*
#23040: Clarify treatment of encoding and errors when component is bytes.
R David Murray
2014-12-25
1
-4/+5
*
|
Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,
Serhiy Storchaka
2014-12-23
3
-215/+225
*
|
Merge pip and setuptools upgrade
Donald Stufft
2014-12-23
4
-2/+2
|
\
\
|
|
/
|
*
Upgrade pip to 6.0.2 and setuptools to 8.2.1
Donald Stufft
2014-12-23
4
-2/+2
*
|
Merge 3.4 (asyncio)
Victor Stinner
2014-12-22
1
-3/+7
|
\
\
|
|
/
|
*
asyncio doc: update also Queue docstrings
Victor Stinner
2014-12-22
1
-3/+7
*
|
merge 3.4 (#23093)
Benjamin Peterson
2014-12-22
2
-3/+17
|
\
\
|
|
/
|
*
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
2
-3/+17
*
|
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
Victor Stinner
2014-12-21
1
-0/+7
*
|
Issue #19104: pprint now produces evaluable output for wrapped strings.
Serhiy Storchaka
2014-12-20
2
-36/+45
|
\
\
|
|
/
|
*
Issue #19104: pprint now produces evaluable output for wrapped strings.
Serhiy Storchaka
2014-12-20
2
-36/+45
|
*
Issue #23071: "namereplace_errors" was added only in 3.5.
Serhiy Storchaka
2014-12-20
1
-1/+0
*
|
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka
2014-12-20
2
-0/+29
|
\
\
|
|
/
|
*
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka
2014-12-20
2
-1/+30
*
|
Merge 3.4 (asyncio)
Victor Stinner
2014-12-19
2
-2/+11
|
\
\
|
|
/
|
*
asyncio: IocpProactor.wait_for_handle() test now also checks the result of the
Victor Stinner
2014-12-19
2
-2/+11
*
|
Merge 3.4 (asyncio)
Victor Stinner
2014-12-18
3
-2/+9
|
\
\
|
|
/
|
*
asyncio: sync with Tulip
Victor Stinner
2014-12-18
3
-2/+9
*
|
Merge 3.4 (asyncio)
Victor Stinner
2014-12-18
6
-16/+37
|
\
\
|
|
/
|
*
asyncio: sync with Tulip
Victor Stinner
2014-12-18
6
-16/+37
*
|
Merge 3.4 (asyncio)
Victor Stinner
2014-12-18
3
-6/+6
|
\
\
|
|
/
|
*
Issue #23074: asyncio.get_event_loop() now raises an exception if the thread
Victor Stinner
2014-12-18
3
-6/+6
*
|
Issue #23060: Suppresses a multiprocessing assert that fails incorrectly
Steve Dower
2014-12-17
1
-1/+3
*
|
Issue #23009: Skip test_selectors.test_empty_select() on Windows
Victor Stinner
2014-12-17
1
-0/+3
*
|
Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX
Serhiy Storchaka
2014-12-16
2
-29/+72
*
|
Issue #15513: Added a __sizeof__ implementation for pickle classes.
Serhiy Storchaka
2014-12-16
1
-1/+69
|
\
\
|
|
/
|
*
Issue #15513: Added a __sizeof__ implementation for pickle classes.
Serhiy Storchaka
2014-12-16
1
-1/+69
*
|
Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can
Serhiy Storchaka
2014-12-16
2
-24/+88
|
\
\
|
|
/
|
*
Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can
Serhiy Storchaka
2014-12-16
2
-24/+88
*
|
Merge with 3.4
Terry Jan Reedy
2014-12-16
4
-24/+5
|
\
\
|
|
/
|
*
Issue #20577: move configuration of FormatParagraph extension to new extension
Terry Jan Reedy
2014-12-16
4
-24/+5
*
|
#22980 Adds platform and version tags to .pyd files
Steve Dower
2014-12-16
1
-0/+24
*
|
Fixes distutils adding/expecting too many _d suffixes.
Steve Dower
2014-12-16
2
-5/+0
[next]