Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
382a5635bd10c237c3e23e346b21cde27e48d7fa
382a563
bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054)
by romasku
· 5 years ago
c087a26
bpo-40515: Require OPENSSL_THREADS (GH-19953)
by Christian Heimes
· 5 years ago
62d618c
bpo-40479: Test with latest OpenSSL versions (GH-20108)
by Christian Heimes
· 5 years ago
16d4e6f
bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107)
by Christian Heimes
· 5 years ago
6e57237
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
by Victor Stinner
· 5 years ago
003708b
Trivial typo fix in _tkinter.c (GH-19622)
by Andrew York
· 5 years ago
4a12d12
Fix typo in code comment in main_loop label. (GH-20068)
by Chris Jerdonek
· 5 years ago
15bc9ab
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
by Guido van Rossum
· 5 years ago
1aa8767
Update code comment re: location of struct _is. (GH-20067)
by Chris Jerdonek
· 5 years ago
6a78589
bpo-40548: github actions: pass the changes check on no source changes (GH-20097)
by Filipe Laíns
· 5 years ago
16ab070
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
by Pablo Galindo
· 5 years ago
7ba1f75
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
by Joannah Nanjekye
· 5 years ago
4b972fa
bpo-40462: Fix typo in test_json (GH-20094)
by Victor Stinner
· 5 years ago
edf2643
bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093)
by Victor Stinner
· 5 years ago
75d7257
bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-19983)
by Filipe Laíns
· 5 years ago
d2dc827
bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077)
by Victor Stinner
· 5 years ago
ce21cfc
bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083)
by Lysandros Nikolaou
· 5 years ago
bcc3036
bpo-40619: Correctly handle error lines in programs without file mode (GH-20090)
by Pablo Galindo
· 5 years ago
a482dc5
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
by Victor Stinner
· 5 years ago
f2c3b68
Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH-20089)
by Victor Stinner
· 5 years ago
97f33c3
bpo-40549: posixmodule.c uses defining_class (GH-20075)
by Victor Stinner
· 5 years ago
e77d428
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)
by Lumír 'Frenzy' Balhar
· 5 years ago
7443d42
bpo-40275: Import locale module lazily in gettext (GH-19905)
by Hai Shi
· 5 years ago
6f2f475
bpo-40597: email: Use CTE if lines are longer than max_line_length consistently (gh-20038)
by Arkadiusz Hiler
· 5 years ago
3d17c04
bpo-40521: Add PyInterpreterState.unicode (GH-20081)
by Victor Stinner
· 5 years ago
75cd8e4
bpo-29587: Make gen.throw() chain exceptions with yield from (GH-19858)
by Chris Jerdonek
· 5 years ago
d6fb53f
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
by Victor Stinner
· 5 years ago
d72ea60
issue-25872: Fix KeyError using linecache from multiple threads (GH-18007)
by Michael Graczyk
· 5 years ago
97e1568
bpo-38787: Fix Argument Clinic defining_class_converter (GH-20074)
by Victor Stinner
· 5 years ago
a15c9b3
bpo-40334: Always show the caret on SyntaxErrors (GH-20050)
by Lysandros Nikolaou
· 5 years ago
de92769
bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008)
by jack1142
· 5 years ago
fa0a66e
bpo-40613: Remove compiler warning from _xxsubinterpretersmodule (GH-20069)
by Dong-hee Na
· 5 years ago
b809717
bpo-40331: Increase test coverage for the statistics module (GH-19608)
by Tzanetos Balitsaris
· 5 years ago
42bae3a
bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066)
by Victor Stinner
· 5 years ago
5b0a303
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
by Victor Stinner
· 5 years ago
d95bd42
bpo-40609: _tracemalloc allocates traces (GH-20064)
by Victor Stinner
· 5 years ago
2d0a3d6
bpo-40609: Add destroy functions to _Py_hashtable (GH-20062)
by Victor Stinner
· 5 years ago
f9b3b58
bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060)
by Victor Stinner
· 5 years ago
9e2ca17
bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059)
by Victor Stinner
· 5 years ago
3d54211
Fix Wikipedia link (GH-20031)
by Allen Guo
· 5 years ago
d6b727e
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
by Steve Dower
· 5 years ago
f453221
bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
by Victor Stinner
· 5 years ago
4c9ea09
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
by scoder
· 5 years ago
5650e76
bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. (GH-20053)
by Serhiy Storchaka
· 5 years ago
7c6e970
bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051)
by Victor Stinner
· 5 years ago
74ea6b5
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
by Serhiy Storchaka
· 5 years ago
f3a5b7a
bpo-39481: remove generic classes from ipaddress/mmap (GH-20045)
by Batuhan Taskaya
· 5 years ago
b1b4c79
bpo-40480: restore ability to join fnmatch.translate() results (GH-20049)
by Tim Peters
· 5 years ago
d0919f0
bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() (GH-20046)
by Victor Stinner
· 5 years ago
b617993
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
by Victor Stinner
· 5 years ago
21cdb71
bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019)
by Raymond Hettinger
· 5 years ago
4804b5b
bpo-39465: Don't access directly _Py_Identifier members (GH-20043)
by Victor Stinner
· 5 years ago
27c0d9b
bpo-40334: produce specialized errors for invalid del targets (GH-19911)
by Shantanu
· 5 years ago
86d6944
bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH-20026)
by Hai Shi
· 5 years ago
ef7973a
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
by Brad Solomon
· 5 years ago
d5d9a71
bpo-36346: array: Don't use deprecated APIs (GH-19653)
by Inada Naoki
· 5 years ago
6067d4b
bpo-40575: Avoid unnecessary overhead in _PyDict_GetItemIdWithError() (GH-20018)
by scoder
· 5 years ago
5b956ca
bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030)
by Pablo Galindo
· 5 years ago
2cc9b84
Improve code clarity for the set lookup logic (GH-20028)
by Raymond Hettinger
· 5 years ago
2fbc57a
bpo-40257: Tweak docstrings for special generic aliases. (GH-20022)
by Serhiy Storchaka
· 5 years ago
0122d48
bpo-40397: Fix subscription of nested generic alias without parameters. (GH-20021)
by Serhiy Storchaka
· 5 years ago
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
Next »