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-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148)
Victor Stinner
2019-06-17
1
-0/+6
*
bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)
Joost Lek
2019-06-17
2
-1/+52
*
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)
Zackery Spytz
2019-06-17
1
-0/+9
*
bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)
Terry Jan Reedy
2019-06-16
1
-2/+2
*
bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or...
Rémi Lapeyre
2019-06-16
2
-14/+22
*
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...
Michael Felt
2019-06-15
2
-19/+44
*
Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
ubordignon
2019-06-15
2
-2/+2
*
Use threadpool for reading from file in sendfile fallback mode (#14076)
Andrew Svetlov
2019-06-15
1
-1/+1
*
bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback...
Andrew Svetlov
2019-06-15
2
-3/+4
*
bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721)
Victor Stinner
2019-06-14
2
-21/+32
*
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
Victor Stinner
2019-06-14
3
-29/+47
*
bpo-37261: Document sys.unraisablehook corner cases (GH-14059)
Victor Stinner
2019-06-14
2
-13/+8
*
bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows...
Zackery Spytz
2019-06-14
2
-1/+18
*
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...
Andrew Svetlov
2019-06-14
1
-18/+19
*
bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
Victor Stinner
2019-06-14
1
-7/+8
*
bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)
Pablo Galindo
2019-06-14
1
-0/+7
*
bpo-37213: Handle negative line deltas correctly in the peephole optimizer (G...
Pablo Galindo
2019-06-13
1
-1/+80
*
bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)
Victor Stinner
2019-06-13
1
-2/+20
*
bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)
Victor Stinner
2019-06-13
2
-32/+40
*
tbpo-36402: Fix threading.Thread._stop() (GH-14047)
Victor Stinner
2019-06-13
2
-1/+25
*
bpo-36402: Fix threading._shutdown() race condition (GH-13948)
Victor Stinner
2019-06-12
2
-12/+92
*
bpo-37069: regrtest uses sys.unraisablehook (GH-13759)
Victor Stinner
2019-06-12
3
-1/+50
*
bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029)
Victor Stinner
2019-06-12
1
-0/+5
*
Make asyncio stream sendfile fail on error (was hang) (GH-14025)
Andrew Svetlov
2019-06-12
1
-5/+8
*
bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)
Paul Monson
2019-06-12
4
-0/+10
*
bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-1...
Michael Felt
2019-06-12
1
-0/+2
*
bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996)
Victor Stinner
2019-06-12
1
-6/+15
*
bpo-35766: compile(): rename feature_version parameter (GH-13994)
Victor Stinner
2019-06-12
2
-3/+4
*
bpo-35766: Change format for feature_version to (major, minor) (GH-13992)
Guido van Rossum
2019-06-12
1
-1/+8
*
Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)
Benjamin Peterson
2019-06-11
1
-0/+2
*
closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977)
Benjamin Peterson
2019-06-11
1
-2/+2
*
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
Andrew Svetlov
2019-06-11
1
-6/+32
*
bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13...
Raymond Hettinger
2019-06-11
1
-0/+6
*
bpo-37223: test_io: silence destructor errors (GH-13954)
Victor Stinner
2019-06-11
1
-0/+10
*
bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952)
Victor Stinner
2019-06-11
1
-0/+10
*
bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594)
Marcin Niemira
2019-06-08
1
-4/+1
*
bpo-37178: Allow a one argument form of math.perm() (GH-13905)
Raymond Hettinger
2019-06-08
1
-2/+7
*
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
Rémi Lapeyre
2019-06-08
1
-2/+2
*
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
Philipp A
2019-06-08
2
-3/+21
*
cross port importlib-metadata PR #76 (#13903)
Anthony Sottile
2019-06-07
4
-0/+4
*
bpo-37150: Throw ValueError if FileType class object was passed in add_argume...
zygocephalus
2019-06-07
2
-0/+22
*
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
Paul Monson
2019-06-07
1
-2/+6
*
bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892)
Victor Stinner
2019-06-07
2
-115/+123
*
bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)
Victor Stinner
2019-06-07
1
-14/+15
*
bpo-37151: simplify classmethoddescr_call (GH-13340)
Jeroen Demeyer
2019-06-07
1
-2/+2
*
Use assertEqual(). (#13883)
Stefan Krah
2019-06-07
1
-2/+2
*
IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)
Cheryl Sabella
2019-06-07
1
-2/+2
*
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881)
Eric Wieser
2019-06-07
1
-0/+15
*
bpo-37177: make IDLE's search dialogs transient (GH-13869)
Tal Einat
2019-06-07
2
-5/+8
*
bpo-36520: Email header folded incorrectly (#13608)
websurfer5
2019-06-06
2
-0/+132
[next]