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-40260: Remove unnecessary newline in compile() call (GH-19641)
Anthony Sottile
2020-04-22
1
-1/+1
*
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Batuhan Taşkaya
2020-04-22
6
-22/+49
*
bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652)
Steve Dower
2020-04-22
1
-5/+3
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Victor Stinner
2020-04-22
4
-40/+87
*
bpo-38329: python.org macOS installers now update Current symlink (GH-19650)
Ned Deily
2020-04-22
2
-6/+4
*
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Joshua Root
2020-04-22
5
-16/+79
*
bpo-38439: Add 256px IDLE icon (GH-17473)
Miro Hrončok
2020-04-22
6
-2/+19
*
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
Ned Deily
2020-04-22
2
-3/+4
*
bpo-40327: Improve atomicity, speed, and memory efficiency of the items() loo...
Raymond Hettinger
2020-04-21
1
-1/+1
*
Small improvements to the recipes and examples. (GH-19635)
Raymond Hettinger
2020-04-21
1
-30/+26
*
bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634)
Kyle Stanley
2020-04-21
1
-0/+5
*
bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (G...
Pablo Galindo
2020-04-21
3
-23/+37
*
bpo-40313: speed up bytes.hex() (GH-19594)
sweeneyde
2020-04-21
2
-12/+50
*
Fix uninitialized struct member (GH-19589)
Raymond Hettinger
2020-04-20
1
-0/+1
*
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
HongWeipeng
2020-04-20
3
-1/+13
*
bpo-40330: Fix utf-8 size check in ShareableList (GH-19606)
Antoine Pitrou
2020-04-20
3
-6/+22
*
bpo-39849: Enable assertions in _testcapimodule.c and _testinternalcapi.c (GH...
Hai Shi
2020-04-20
2
-0/+6
*
bpo-40260: Revert breaking changes made in modulefinder (GH-19595)
Barry
2020-04-20
2
-12/+24
*
Fix typo in Lib/tracepack.py (GH-19605)
Galden
2020-04-20
1
-1/+1
*
ignore Modules/python.exp on AIX (autogenerated) (GH-19607)
Batuhan Taşkaya
2020-04-19
1
-0/+1
*
bpo-40148: Add PurePath.with_stem() (GH-19295)
Tim Hoffmann
2020-04-19
4
-0/+60
*
bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996)
Thomas Krennwallner
2020-04-19
2
-30/+48
*
bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453)
Kyle Stanley
2020-04-19
4
-6/+63
*
bpo-39285: Clarify example for PurePath.match (GH-19458)
Tim Lo
2020-04-19
1
-1/+3
*
bpo-40325: Deprecate set object support in random.sample() (GH-19591)
Raymond Hettinger
2020-04-19
4
-2/+17
*
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
Furkan Önder
2020-04-18
2
-3/+5
*
bpo-35113: Fix inspect.getsource to return correct source for inner classes (...
Karthikeyan Singaravelan
2020-04-18
5
-23/+200
*
Add spaces around the ":=" operator in ast_unparse.c (GH-19568)
Hakan Çelik
2020-04-18
2
-3/+3
*
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
Serhiy Storchaka
2020-04-18
3
-126/+716
*
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
Serhiy Storchaka
2020-04-18
4
-24/+125
*
bpo-35967: Skip test with `uname -p` on Android (GH-19577)
Chih-Hsuan Yen
2020-04-18
1
-2/+5
*
bpo-40257: Improve help for the typing module (GH-19546)
Serhiy Storchaka
2020-04-18
5
-4/+24
*
Fix two typos in multiprocessing (GH-19571)
Galden
2020-04-18
1
-2/+2
*
bpo-40286: Use random.randbytes() in tests (GH-19575)
Victor Stinner
2020-04-17
5
-28/+9
*
bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (...
Serhiy Storchaka
2020-04-17
2
-16/+26
*
bpo-39894: Route calls from pathlib.Path.samefile() to os.stat() via the path...
Barney Gale
2020-04-17
1
-1/+1
*
bpo-39897: Remove needless `Path(self.parent)` call, which makes `is_mount()`...
Barney Gale
2020-04-17
1
-3/+2
*
bpo-40282: Allow random.getrandbits(0) (GH-19539)
Antoine Pitrou
2020-04-17
5
-44/+42
*
bpo-40302: UTF-32 encoder SWAB4() macro use a|b rather than a+b (GH-19572)
Victor Stinner
2020-04-17
1
-1/+1
*
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Victor Stinner
2020-04-17
7
-16/+16
*
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
[next]