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
*
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
*
bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11...
Walter Dörwald
2019-06-06
1
-3/+5
*
bpo-35551: remove mac_centeuro encoding (GH-13856)
Inada Naoki
2019-06-06
1
-307/+0
*
bpo-35551: encodings update (GH-11446)
Ashwin Ramaswami
2019-06-05
1
-3/+1
*
bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)
Abhilash Raj
2019-06-05
3
-3/+45
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
22
-321/+36
*
bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832)
Raymond Hettinger
2019-06-05
1
-4/+4
*
bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-1...
Zackery Spytz
2019-06-05
1
-2/+7
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [str...
Emmanuel Arias
2019-06-05
1
-0/+16
*
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
Terry Jan Reedy
2019-06-05
2
-61/+67
*
bpo-34282: Remove deprecated enum _convert method (GH-13823)
Zachary Ware
2019-06-04
1
-6/+0
*
Merge tag 'v3.8.0b1'
Łukasz Langa
2019-06-04
1
-70/+84
|
\
|
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
1
-70/+84
*
|
bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)
Abhilash Raj
2019-06-04
2
-1/+10
*
|
bpo-35805: Add parser for Message-ID email header. (GH-13397)
Abhilash Raj
2019-06-04
4
-15/+235
*
|
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)
Victor Stinner
2019-06-04
1
-2/+4
|
/
*
bpo-36742: Corrects fix to handle decomposition in usernames (#13812)
Steve Dower
2019-06-04
2
-8/+9
*
Fix extraneous whitespace in QueueListener.prepare (GH-13803)
Boris Feld
2019-06-04
1
-1/+1
*
bpo-36778: Remove outdated comment from CodePageTest (GH-13807)
Victor Stinner
2019-06-04
1
-1/+0
*
bpo-37142: Make asyncio stream tests more robust again (GH-13804)
Andrew Svetlov
2019-06-04
1
-9/+16
[next]