Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
86a93fddf72a2711aca99afa0c5374c8d6b4a321
86a93fd
bpo-37986: Improve perfomance of PyLong_FromDouble() (GH-15611)
by Sergey Fedoseev
· 5 years ago
1c2fa78
bpo-40549: Convert posixmodule.c to multiphase init (GH-19982)
by Victor Stinner
· 5 years ago
fcb2856
bpo-40397: Remove __args__ and __parameters__ from _SpecialGenericAlias (GH-19984)
by Serhiy Storchaka
· 5 years ago
85bdec1
Add link to Enum class (GH-19884)
by Andre Delfino
· 5 years ago
ac7a92c
bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987)
by Pablo Galindo
· 5 years ago
2c3d508
bpo-40570: Improve compatibility of uname_result with late-bound .platform (#20015)
by Jason R. Coombs
· 5 years ago
77c6146
bpo-40566: Apply PEP 573 to abc module (GH-20005)
by Dong-hee Na
· 5 years ago
7f7e706
bpo-39791: Add files() to importlib.resources (GH-19722)
by Jason R. Coombs
· 5 years ago
d10091a
bpo-40502: Initialize n->n_col_offset (GH-19988)
by Joannah Nanjekye
· 5 years ago
81a5fc3
bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970)
by Raymond Hettinger
· 5 years ago
2effef7
Make the first dataclass example more useful (GH-19994)
by Ned Batchelder
· 5 years ago
d2c349b
bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
by Chris Jerdonek
· 5 years ago
02fa0ea
bpo-40273: Reversible mappingproxy (FH-19513)
by Zackery Spytz
· 5 years ago
db9163c
bpo-40555: Check for p->error_indicator in loop rules after the main loop is done (GH-19986)
by Pablo Galindo
· 5 years ago
b7a78ca
bpo-40517: Implement syntax highlighting support for ASDL (GH-19967)
by Batuhan Taskaya
· 5 years ago
4e36376
bpo-40548: Always run GitHub action, even on doc PRs (GH-19981)
by Victor Stinner
· 5 years ago
c068b53
bpo-38787: Update structures.rst docs (PEP 573) (GH-19980)
by Hai Shi
· 5 years ago
a1d9e0a
bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)
by Eric Snow
· 5 years ago
8963a7f
bpo-40545: Export _PyErr_GetTopmostException() function (GH-19978)
by Victor Stinner
· 5 years ago
e1becf4
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
by Petr Viktorin
· 5 years ago
4638c64
bpo-40334: Error message for invalid default args in function call (GH-19973)
by Lysandros Nikolaou
· 5 years ago
2f37c35
bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)
by Lysandros Nikolaou
· 5 years ago
3466922
bpo-1635741: Port errno module to multiphase initialization (GH-19923)
by Dong-hee Na
· 5 years ago
c1c7d8e
bpo-40397: Refactor typing._GenericAlias (GH-19719)
by Serhiy Storchaka
· 5 years ago
470aac4
bpo-40334: Generate comments in the parser code to improve debugging (GH-19966)
by Pablo Galindo
· 5 years ago
99db2a1
bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964)
by Pablo Galindo
· 5 years ago
441416c
Fix typo in sqlite3 documentation (GH-19965)
by Naglis
· 5 years ago
999ec9a
bpo-40334: Add type to the assignment rule in the grammar file (GH-19963)
by Lysandros Nikolaou
· 5 years ago
b7aa23d
bpo-40521: Disable list free list in subinterpreters (GH-19959)
by Victor Stinner
· 5 years ago
d8135e9
bpo-40533: Disable GC in subinterpreters (GH-19961)
by Victor Stinner
· 5 years ago
89fc4a3
bpo-40521: Disable method cache in subinterpreters (GH-19960)
by Victor Stinner
· 5 years ago
091951a
bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
by Batuhan Taskaya
· 5 years ago
2668a9a
bpo-40527: Fix command line argument parsing (GH-19955)
by Victor Stinner
· 5 years ago
eff870b
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (#19950)
by Raymond Hettinger
· 5 years ago
d60040b
bpo-40517: Implement syntax highlighting support for ASDL (#19928)
by Batuhan Taskaya
· 5 years ago
b9c46a2
bpo-40480 "fnmatch" exponential execution time (GH-19908)
by Tim Peters
· 5 years ago
96074de
bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objects (GH-19946)
by Pablo Galindo
· 5 years ago
1253c3e
bpo-40504: Allow weakrefs to lru_cache objects (GH-19938)
by Dennis Sweeney
· 5 years ago
c21c512
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes (GH-19868)
by Curtis Bucher
· 5 years ago
fb2c7c4
bpo-40513: _xxsubinterpreters.run_string() releases the GIL (GH-19944)
by Victor Stinner
· 5 years ago
7be4e35
bpo-40513: Per-interpreter GIL (GH-19943)
by Victor Stinner
· 5 years ago
0dd5e7a
bpo-40513: new_interpreter() init GIL earlier (GH-19942)
by Victor Stinner
· 5 years ago
e838a93
bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939)
by Victor Stinner
· 5 years ago
b4b5386
bpo-40521: Disable free lists in subinterpreters (GH-19937)
by Victor Stinner
· 5 years ago
ac4bf42
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows (GH-19845)
by Steve Dower
· 5 years ago
607b102
bpo-40521: Disable Unicode caches in isolated subinterpreters (GH-19933)
by Victor Stinner
· 5 years ago
299b8c6
Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932)
by Victor Stinner
· 5 years ago
6351d9e
bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
by Hai Shi
· 5 years ago
b0be6b3
bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902)
by Victor Stinner
· 5 years ago
4e30ed3
bpo-40513: Per-interpreter recursion_limit (GH-19929)
by Victor Stinner
· 5 years ago
627f701
bpo-32117: Updated Simpsons names in docs (GH-19737)
by Javier Buzzi
· 5 years ago
c5fa364
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
by Victor Stinner
· 5 years ago
0b1e330
bpo-40513: Per-interpreter gil_drop_request (GH-19927)
by Victor Stinner
· 5 years ago
4e01946
bpo-40513: Per-interpreter signals pending (GH-19924)
by Victor Stinner
· 5 years ago
f01d1be
bpo-40286: Put methods in correct sections. Add security notice to use secrets for session tokens. (GH-19870)
by Raymond Hettinger
· 5 years ago
1e7e451
bpo-40459: Fix NameError in platform.py (GH-19855)
by Dennis Sweeney
· 5 years ago
92a98ed
bpo-1635741: Port syslog module to multiphase initialization (GH-19907)
by Dong-hee Na
· 5 years ago
9d74658
bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)
by Joel Rosdahl
· 5 years ago
f25fb6e
bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-18216)
by Joannah Nanjekye
· 5 years ago
18f1c60
bpo-40360: Add a What's New entry for lib2to3 pending deprecation (GH-19898)
by Miro Hrončok
· 5 years ago
975408c
bpo-40275: test.support imports lazily locale import (GH-19761)
by Hai Shi
· 5 years ago
785f5e6
bpo-40489: Add test case for dict contain use after free (GH-19906)
by Dong-hee Na
· 5 years ago
caa3ef2
bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)
by Hai Shi
· 5 years ago
b88cd58
bpo-40455: Remove gcc10 warning about x_digits (#19852)
by Dong-hee Na
· 5 years ago
5e8ffe1
bpo-39573: Use Py_IS_TYPE to check for types (GH-19882)
by Hai Shi
· 5 years ago
846d8b2
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
by Lysandros Nikolaou
· 5 years ago
e10e7c7
bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865)
by Lysandros Nikolaou
· 5 years ago
c3f0014
bpo-40491: Fix typo in syntax error for numeric literals (GH-19893)
by Shantanu
· 5 years ago
41a6458
bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836)
by Serhiy Storchaka
· 5 years ago
603d354
bpo-40493: fix function type comment parsing (GH-19894)
by Shantanu
· 5 years ago
c95e691
Clean up unused imports for the peg generator module (GH-19891)
by Anthony Shaw
· 5 years ago
7f06af6
bpo-40334: Set error_indicator in _PyPegen_raise_error (GH-19887)
by Lysandros Nikolaou
· 5 years ago
ad9eaea
Remove outdated and confusing advice about setting maxsize (GH-19889)
by Raymond Hettinger
· 5 years ago
d699d5e
Remove out-of-date comment (GH-19886)
by Raymond Hettinger
· 5 years ago
493bf1c
bpo-38870: Don't start generated output with newlines in ast.unparse (GH-19636)
by Batuhan Taskaya
· 5 years ago
3dd2157
Simplify set entry insertion logic. (GH-19881)
by Raymond Hettinger
· 5 years ago
21893fb
bpo-29587: allow chaining NULL exceptions in _gen_throw() (GH-19877)
by Chris Jerdonek
· 5 years ago
0400a7f
Minor code cleanups for statistics (GH-19873)
by Raymond Hettinger
· 5 years ago
8aab843
Fix missing space in docs(GH-19866)
by Mathieu Dupuy
· 5 years ago
190fac9
bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)
by Raymond Hettinger
· 5 years ago
7663523
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752)
by Sander
· 5 years ago
b7226eb
Call $(MKDIR_P) before regenerating the PEG meta-parser (GH-19861)
by Pablo Galindo
· 5 years ago
531d1e5
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
by Serhiy Storchaka
· 5 years ago
d2baff4
bpo-40334: regenerate metaparser as part of regen-all (GH-19854)
by Pablo Galindo
· 5 years ago
9dbaa8d
Fix some scripts in the peg generator folder (GH-19853)
by Pablo Galindo
· 5 years ago
0204726
bpo-29587: Update gen.throw() to chain exceptions (#19823)
by Chris Jerdonek
· 5 years ago
f40bd46
bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750)
by Robert Rouhani
· 5 years ago
7ba08ff
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
by Pablo Galindo
· 5 years ago
6bd99d5
Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848)
by Pablo Galindo
· 5 years ago
289842a
bpo-39435: Fix docs for pickle.loads (GH-18160)
by Shantanu
· 5 years ago
64224a4
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
by Gregory Szorc
· 5 years ago
831d58d
bpo-39691: Clarify io.open_code behavior (GH-19824)
by Shantanu
· 5 years ago
4168f1e
Simplify choice()'s interaction with the private _randbelow() method (GH-19831)
by Raymond Hettinger
· 5 years ago
03b7642
bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839)
by Lysandros Nikolaou
· 5 years ago
d9d6ead
Ensure that tok->type_comments is set on every path (GH-19828)
by Guido van Rossum
· 5 years ago
3941d97
bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830)
by Guido van Rossum
· 5 years ago
d955241
bpo-40334: Correct return value of func_type_comment (GH-19833)
by Pablo Galindo
· 5 years ago
ea7297c
bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-19837)
by Pablo Galindo
· 5 years ago
76c1b4d
bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782)
by Batuhan Taskaya
· 5 years ago
719e14d
bpo-40462: fix variable and function names (GH-19832)
by Furkan Önder
· 5 years ago
Next »