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
*
bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132)
Brian Quinlan
2019-05-08
2
-0/+21
*
bpo-24758: Improve the error msg for unittest.mock.Mock()'s unsafe mode (#12991)
Zackery Spytz
2019-05-08
2
-3/+5
*
bpo-36816: Update the self-signed.pythontest.net cert (GH-13192)
Gregory P. Smith
2019-05-08
1
-14/+32
*
bpo-36832: add zipfile.Path (#13153)
Jason R. Coombs
2019-05-08
2
-8/+252
*
bpo-27639: Correct return type for UserList slicing operation (#13169)
Michael Blahay
2019-05-07
2
-1/+11
*
bpo-36015: Handle StreamHandler representaton of stream with an integer name ...
Riccardo Magliocchetti
2019-05-07
2
-0/+10
*
bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13...
Andrew Svetlov
2019-05-07
3
-8/+45
*
bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-...
Romain Picard
2019-05-07
2
-3/+18
*
Don't import wait from connection, it shadows a name (GH-13112)
Brian Quinlan
2019-05-07
1
-2/+2
*
bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)
Vincent Michel
2019-05-07
4
-7/+31
*
bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704)
Gregory P. Smith
2019-05-07
2
-40/+52
*
Merge tag 'v3.8.0a4'
Łukasz Langa
2019-05-07
1
-40/+53
|
\
|
*
Python 3.8.0a4
v3.8.0a4
Łukasz Langa
2019-05-06
1
-40/+53
*
|
bpo-31855: unittest.mock.mock_open() results now respects the argument of rea...
Rémi Lapeyre
2019-05-07
2
-26/+20
*
|
Forbid creating of stream objects outside of asyncio (#13101)
Andrew Svetlov
2019-05-07
4
-76/+201
*
|
bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)
Gregory P. Smith
2019-05-06
2
-12/+50
*
|
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka
2019-05-06
16
-3/+38
*
|
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka
2019-05-06
10
-26/+8
*
|
bpo-36766: Typos in docs and code comments (GH-13116)
penguindustin
2019-05-06
19
-19/+19
|
/
*
bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)
twisteroid ambassador
2019-05-05
3
-37/+238
*
simplify StartupImportTests (GH-13096)
Inada Naoki
2019-05-05
1
-7/+7
*
bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)
Joannah Nanjekye
2019-05-04
2
-0/+29
*
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...
Stefan Behnel
2019-05-03
2
-12/+134
*
bpo-24638: Improve the error message in asyncio.ensure_future() (#12848)
Zackery Spytz
2019-05-03
2
-1/+11
*
bpo-36613: call remove_done_callback if exception (GH-12800)
gescheit
2019-05-03
1
-1/+2
*
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)
xdegaye
2019-05-03
3
-5/+11
*
Add correct license for C14N test suite to license docs. (GH-13055)
Stefan Behnel
2019-05-02
1
-1/+27
*
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
Victor Stinner
2019-05-02
1
-5/+8
*
bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058)
Zackery Spytz
2019-05-02
1
-0/+1
*
Fix typo: quaatile to quantile (GH=13001)
Xtreak
2019-05-02
1
-1/+1
*
bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)
Zackery Spytz
2019-05-02
1
-0/+38
*
bpo-13611: Include C14N 2.0 test data in installation (GH-13053)
Stefan Behnel
2019-05-02
1
-0/+14
*
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
Victor Stinner
2019-05-02
1
-2/+2
*
Change bisect to bisect_cmd in docstring (#13040)
Xtreak
2019-05-02
1
-3/+3
*
Mock 100% coverage (GH-13045)
Chris Withers
2019-05-01
9
-317/+263
*
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)
Gregory P. Smith
2019-05-01
2
-5/+7
*
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)
Stefan Behnel
2019-05-01
57
-0/+854
*
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target...
Stefan Behnel
2019-05-01
2
-9/+114
*
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen...
Stefan Behnel
2019-05-01
2
-7/+150
*
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
Petter Strandmark
2019-05-01
2
-0/+22
*
MNT: set stacklevel in the getfullargspec deprecation warning to 2 (GH-13029)
Thomas A Caswell
2019-05-01
1
-1/+1
*
bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032)
Xtreak
2019-05-01
1
-0/+2
*
remove jython support from unittest.mock (GH#13033)
Chris Withers
2019-05-01
3
-25/+2
*
bpo-30458: Disallow control chars in http URLs. (GH-12755)
Gregory P. Smith
2019-05-01
3
-2/+70
*
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
Victor Stinner
2019-05-01
1
-2/+1
*
Don't report deleted attributes in __dir__ (GH#10148)
Mario Corchero
2019-04-30
2
-2/+13
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-04-30
2
-4/+13
*
bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785)
gescheit
2019-04-30
1
-2/+1
*
bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021)
Raymond Hettinger
2019-04-30
1
-0/+23
*
bpo-36751: Deprecate getfullargspec and report positional-only args as regula...
Pablo Galindo
2019-04-30
3
-61/+62
[next]