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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner
2020-04-17
10
-12/+177
*
bpo-39901: Move `pathlib.Path.owner()` and `group()` implementations into the...
Barney Gale
2020-04-17
1
-10/+16
*
bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551)
Mariusz Felisiak
2020-04-17
3
-2/+19
*
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner
2020-04-17
13
-112/+219
*
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
Inada Naoki
2020-04-17
3
-3/+6
*
Minor modernization and readability improvement to the tokenizer example (GH-...
Raymond Hettinger
2020-04-17
1
-2/+6
*
bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)
Jeffrey Quesnelle
2020-04-17
1
-0/+2
*
Fix parameter names in assertIn() docs (GH-18829)
Christoph Zwerschke
2020-04-17
1
-3/+3
*
bpo-39793: use the same domain on make_msgid tests (#18698)
Batuhan Taşkaya
2020-04-16
2
-4/+7
*
bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547)
Raymond Hettinger
2020-04-16
4
-0/+37
*
bpo-35967 resolve platform.processor late (GH-12239)
Jason R. Coombs
2020-04-16
3
-86/+96
*
bpo-40209: Use tokenize.open in test_unparse (GH-19399)
Hakan Çelik
2020-04-16
1
-5/+2
*
Fix typo in exception thrown by ast.unparse (GH-19534)
Shantanu
2020-04-16
1
-1/+1
*
bpo-35967: Make test_platform.test_uname_processor more lenient to satisfy bu...
Jason R. Coombs
2020-04-15
1
-4/+6
*
bpo-40270: Enable json extension in Windows sqlite extension (GH-19528)
Ammar Askar
2020-04-15
2
-1/+3
*
bpo-40257: Output object's own docstring in pydoc (GH-19479)
Serhiy Storchaka
2020-04-15
7
-32/+61
*
bpo-29255: Wait in KqueueSelector.select when no fds are registered (GH-19508)
Russell Davis
2020-04-15
3
-1/+18
*
bpo-35967: Baseline values for uname -p (GH-12824)
Jason R. Coombs
2020-04-15
1
-0/+14
*
bpo-40267: Fix message when last input character produces a SyntaxError (GH-1...
Lysandros Nikolaou
2020-04-15
5
-1/+13
*
Clean up compatibility code in importlib fixtures (#19156)
Jason R. Coombs
2020-04-15
1
-16/+2
*
bpo-40268: Reformat posixmodule.c includes (GH-19536)
Victor Stinner
2020-04-15
1
-172/+166
*
Optimize _Py_strhex_impl() (GH-19535)
Victor Stinner
2020-04-15
1
-24/+26
*
bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspectio...
Ammar Askar
2020-04-15
3
-1/+23
*
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Victor Stinner
2020-04-15
6
-71/+59
*
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner
2020-04-15
13
-20/+18
*
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner
2020-04-15
21
-26/+13
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
78
-111/+99
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
28
-46/+7
*
bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)
Ethan Smith
2020-04-14
5
-14/+24
*
bpo-39522: Always initialise kind attribute in constant ast nodes (GH-19525)
Pablo Galindo
2020-04-14
1
-0/+1
*
bpo-39522: Use _PyUnicodeWriter_WriteStr instead of PyUnicode_AS_DATA (GH-19523)
Batuhan Taşkaya
2020-04-14
1
-2/+4
*
bpo-9216: Nobody expects the geohashing FIPS inquisition (GH-19520)
Miro Hrončok
2020-04-14
1
-1/+1
*
bpo-40260: Update modulefinder to use io.open_code() and respect coding comme...
Barry
2020-04-14
3
-21/+75
*
bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512)
Batuhan Taşkaya
2020-04-14
3
-0/+5
*
bpo-32033: Fix test_pwd failures on Android (GH-19502)
Zackery Spytz
2020-04-14
1
-1/+1
*
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
Hai Shi
2020-04-14
7
-15/+41
*
bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511)
Dong-hee Na
2020-04-14
2
-9/+10
*
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
Victor Stinner
2020-04-14
6
-105/+107
*
regrtest: log timeout at startup (GH-19514)
Victor Stinner
2020-04-14
2
-4/+15
*
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (G...
Dong-hee Na
2020-04-14
6
-13/+21
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
56
-86/+78
*
bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19477)
Dong-hee Na
2020-04-14
1
-4/+4
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
23
-52/+53
*
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner
2020-04-14
19
-13/+31
*
bpo-39481: Make weakref and WeakSet generic (GH-19497)
Ethan Smith
2020-04-14
3
-1/+12
*
bpo-39481: Make functools.cached_property, partial, partialmethod generic (#1...
Ethan Smith
2020-04-14
3
-0/+10
*
closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against...
Benjamin Peterson
2020-04-14
2
-1252/+1256
*
Fix typo from Lib/asyncio/events.py (GH-19410)
Galden
2020-04-14
1
-1/+1
*
bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396)
Batuhan Taşkaya
2020-04-13
5
-9/+5
*
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)
Sebastian Pedersen
2020-04-13
5
-54/+101
[next]