Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1def7754b7a41fe57efafaf5eff24cfa15353444
1def775
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
by Victor Stinner
· 5 years ago
a25f3c4
bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667)
by Pablo Galindo
· 5 years ago
ce0eacb
Add @pablogsal as code owner for pegen-related files (GH-19665)
by Pablo Galindo
· 5 years ago
458004b
bpo-40334: Fix errors in parse_string.c with old compilers (GH-19666)
by Pablo Galindo
· 5 years ago
3f8a58b
PEP 617: Only run the CI with the new parser (GH-19664)
by Pablo Galindo
· 5 years ago
c5fc156
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
by Pablo Galindo
· 5 years ago
a81849b
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
by sweeneyde
· 5 years ago
39652cd
bpo-40260: Remove unnecessary newline in compile() call (GH-19641)
by Anthony Sottile
· 5 years ago
4454057
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
by Batuhan Taşkaya
· 5 years ago
9b49893
bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652)
by Steve Dower
· 5 years ago
9bee32b
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
by Victor Stinner
· 5 years ago
bcc136b
bpo-38329: python.org macOS installers now update Current symlink (GH-19650)
by Ned Deily
· 5 years ago
b310700
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
by Joshua Root
· 5 years ago
3a69f3c
bpo-38439: Add 256px IDLE icon (GH-17473)
by Miro Hrončok
· 5 years ago
783a673
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
by Ned Deily
· 5 years ago
75bedbe
bpo-40327: Improve atomicity, speed, and memory efficiency of the items() loop (GH-19628)
by Raymond Hettinger
· 5 years ago
d3a8d61
Small improvements to the recipes and examples. (GH-19635)
by Raymond Hettinger
· 5 years ago
9c82ea7
bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634)
by Kyle Stanley
· 5 years ago
11a7f15
bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (GH-19619)
by Pablo Galindo
· 5 years ago
6a9e80a
bpo-40313: speed up bytes.hex() (GH-19594)
by sweeneyde
· 5 years ago
bba760e
Fix uninitialized struct member (GH-19589)
by Raymond Hettinger
· 5 years ago
a25a04f
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
by HongWeipeng
· 5 years ago
eba9f61
bpo-40330: Fix utf-8 size check in ShareableList (GH-19606)
by Antoine Pitrou
· 5 years ago
5dd21f5
bpo-39849: Enable assertions in _testcapimodule.c and _testinternalcapi.c (GH-19623)
by Hai Shi
· 5 years ago
9b0b5d2
bpo-40260: Revert breaking changes made in modulefinder (GH-19595)
by Barry
· 5 years ago
df8913f
Fix typo in Lib/tracepack.py (GH-19605)
by Galden
· 5 years ago
3955da8
ignore Modules/python.exp on AIX (autogenerated) (GH-19607)
by Batuhan Taşkaya
· 5 years ago
8aea4b3
bpo-40148: Add PurePath.with_stem() (GH-19295)
by Tim Hoffmann
· 5 years ago
c8f1715
bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996)
by Thomas Krennwallner
· 5 years ago
1ac6e37
bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453)
by Kyle Stanley
· 5 years ago
c12375a
bpo-39285: Clarify example for PurePath.match (GH-19458)
by Tim Lo
· 5 years ago
4fe0020
bpo-40325: Deprecate set object support in random.sample() (GH-19591)
by Raymond Hettinger
· 5 years ago
482259d
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
by Furkan Önder
· 5 years ago
696136b
bpo-35113: Fix inspect.getsource to return correct source for inner classes (#10307)
by Karthikeyan Singaravelan
· 5 years ago
ce57883
Add spaces around the ":=" operator in ast_unparse.c (GH-19568)
by Hakan Çelik
· 5 years ago
2b56031
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
by Serhiy Storchaka
· 5 years ago
12446e6
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
by Serhiy Storchaka
· 5 years ago
fb94040
bpo-35967: Skip test with `uname -p` on Android (GH-19577)
by Chih-Hsuan Yen
· 5 years ago
7e64414
bpo-40257: Improve help for the typing module (GH-19546)
by Serhiy Storchaka
· 5 years ago
c606624
Fix two typos in multiprocessing (GH-19571)
by Galden
· 5 years ago
87502dd
bpo-40286: Use random.randbytes() in tests (GH-19575)
by Victor Stinner
· 5 years ago
223221b
bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (GH-19574)
by Serhiy Storchaka
· 5 years ago
5b1d918
bpo-39894: Route calls from pathlib.Path.samefile() to os.stat() via the path accessor (GH-18836)
by Barney Gale
· 5 years ago
c746c4f
bpo-39897: Remove needless `Path(self.parent)` call, which makes `is_mount()` misbehave in `Path` subclasses. (GH-18839)
by Barney Gale
· 5 years ago
75a3378
bpo-40282: Allow random.getrandbits(0) (GH-19539)
by Antoine Pitrou
· 5 years ago
d7c657d
bpo-40302: UTF-32 encoder SWAB4() macro use a|b rather than a+b (GH-19572)
by Victor Stinner
· 5 years ago
1a1bd2e
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
by Victor Stinner
· 5 years ago
9f5fe79
bpo-40286: Add randbytes() method to random.Random (GH-19527)
by Victor Stinner
· 5 years ago
22386bb
bpo-39901: Move `pathlib.Path.owner()` and `group()` implementations into the path accessor. (GH-18844)
by Barney Gale
· 5 years ago
06a3554
bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551)
by Mariusz Felisiak
· 5 years ago
1ae035b
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
by Victor Stinner
· 5 years ago
485e715
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
by Inada Naoki
· 5 years ago
bf1a812
Minor modernization and readability improvement to the tokenizer example (GH-19558)
by Raymond Hettinger
· 5 years ago
a75e730
bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)
by Jeffrey Quesnelle
· 5 years ago
a388bbd
Fix parameter names in assertIn() docs (GH-18829)
by Christoph Zwerschke
· 5 years ago
5565c30
bpo-39793: use the same domain on make_msgid tests (#18698)
by Batuhan Taşkaya
· 5 years ago
70f027d
bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547)
by Raymond Hettinger
· 5 years ago
518835f
bpo-35967 resolve platform.processor late (GH-12239)
by Jason R. Coombs
· 5 years ago
6a5bf15
bpo-40209: Use tokenize.open in test_unparse (GH-19399)
by Hakan Çelik
· 5 years ago
01508dc
Fix typo in exception thrown by ast.unparse (GH-19534)
by Shantanu
· 5 years ago
e72cbcb
bpo-35967: Make test_platform.test_uname_processor more lenient to satisfy build bots. (GH-19544)
by Jason R. Coombs
· 5 years ago
58d6f2e
bpo-40270: Enable json extension in Windows sqlite extension (GH-19528)
by Ammar Askar
· 5 years ago
fbf2786
bpo-40257: Output object's own docstring in pydoc (GH-19479)
by Serhiy Storchaka
· 5 years ago
ba1bcff
bpo-29255: Wait in KqueueSelector.select when no fds are registered (GH-19508)
by Russell Davis
· 5 years ago
4b4e90a
bpo-35967: Baseline values for uname -p (GH-12824)
by Jason R. Coombs
· 5 years ago
9a4b38f
bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521)
by Lysandros Nikolaou
· 5 years ago
574547a
Clean up compatibility code in importlib fixtures (#19156)
by Jason R. Coombs
· 5 years ago
5eca75d
bpo-40268: Reformat posixmodule.c includes (GH-19536)
by Victor Stinner
· 5 years ago
455df97
Optimize _Py_strhex_impl() (GH-19535)
by Victor Stinner
· 5 years ago
a86b522
bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspection (GH-19537)
by Ammar Askar
· 5 years ago
4f98f46
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
by Victor Stinner
· 5 years ago
361dcdc
bpo-40268: Remove unused osdefs.h includes (GH-19532)
by Victor Stinner
· 5 years ago
d9ea5ca
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
by Victor Stinner
· 5 years ago
4a21e57
bpo-40268: Remove unused structmember.h includes (GH-19530)
by Victor Stinner
· 5 years ago
62183b8
bpo-40268: Remove explicit pythread.h includes (#19529)
by Victor Stinner
· 5 years ago
d01628e
bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)
by Ethan Smith
· 5 years ago
3398646
bpo-39522: Always initialise kind attribute in constant ast nodes (GH-19525)
by Pablo Galindo
· 5 years ago
43aeefa
bpo-39522: Use _PyUnicodeWriter_WriteStr instead of PyUnicode_AS_DATA (GH-19523)
by Batuhan Taşkaya
· 5 years ago
4c0a31f
bpo-9216: Nobody expects the geohashing FIPS inquisition (GH-19520)
by Miro Hrončok
· 5 years ago
d42e582
bpo-40260: Update modulefinder to use io.open_code() and respect coding comments (GH-19488)
by Barry
· 5 years ago
aade1cc
bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512)
by Batuhan Taşkaya
· 5 years ago
96515e9
bpo-32033: Fix test_pwd failures on Android (GH-19502)
by Zackery Spytz
· 5 years ago
675d9a3
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
by Hai Shi
· 5 years ago
a5900ec
bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511)
by Dong-hee Na
· 5 years ago
e560f90
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
by Victor Stinner
· 5 years ago
4cf65a6
regrtest: log timeout at startup (GH-19514)
by Victor Stinner
· 5 years ago
62f75fe
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450)
by Dong-hee Na
· 5 years ago
e5014be
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
by Victor Stinner
· 5 years ago
e194530
bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19477)
by Dong-hee Na
· 5 years ago
81a7be3
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
by Victor Stinner
· 5 years ago
4a3fe08
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
by Victor Stinner
· 5 years ago
8ef8750
bpo-39481: Make weakref and WeakSet generic (GH-19497)
by Ethan Smith
· 5 years ago
cecf049
bpo-39481: Make functools.cached_property, partial, partialmethod generic (#19427)
by Ethan Smith
· 5 years ago
584a3cf
closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506)
by Benjamin Peterson
· 5 years ago
02152b7
Fix typo from Lib/asyncio/events.py (GH-19410)
by Galden
· 5 years ago
990ea42
bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396)
by Batuhan Taşkaya
· 5 years ago
a1a0eb4
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)
by Sebastian Pedersen
· 5 years ago
258f517
bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426)
by Batuhan Taşkaya
· 5 years ago
4c3da78
bpo-40091: Fix a hang at fork in the logging module (GH-19416)
by Victor Stinner
· 5 years ago
25a6833
bpo-39481: fix test_genericalias on Android (GH-19469)
by Chih-Hsuan Yen
· 5 years ago
Next »