Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9572132ab3c2edddb8087a0112116da866373f79
/
Python
f5e7b19
bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)
by Serhiy Storchaka
· 7 years ago
64fddc4
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
by Serhiy Storchaka
· 7 years ago
6d2cd90
bpo-32604: Improve subinterpreter tests. (#6914)
by Eric Snow
· 7 years ago
b056562
bpo-33509: Fix _warnings for module_globals=None (#6833)
by Victor Stinner
· 7 years ago
5e6312c
bpo-33443 Fix typo in Python/import.c (GH-6722)
by ukwksk
· 7 years ago
898ff92
fix error message in ast.c (#6776)
by Jelle Zijlstra
· 7 years ago
1e2ec8a
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
by Rolf Eike Beer
· 7 years ago
fb7e799
bpo-30465: Fix C downcast warning on Windows in ast.c (#6593)
by Victor Stinner
· 7 years ago
c1a6832
bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606)
by Serhiy Storchaka
· 7 years ago
55edd0c
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
by Siddhesh Poyarekar
· 7 years ago
e239650
bpo-33363: raise SyntaxError for async for/with outside async functions (#6616)
by Zsolt Dollenstein
· 7 years ago
57faf34
bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)
by Serhiy Storchaka
· 7 years ago
e9d9494
bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564)
by Serhiy Storchaka
· 7 years ago
0977091
bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273)
by Pablo Galindo
· 7 years ago
61f82e0
Spelling fixes to docs, docstrings, and comments (GH-6374)
by Ville Skyttä
· 7 years ago
d70c2a6
bpo-33298: Wrap only constants with _PyCode_ConstantKey() in the compiler. (GH-6512)
by Serhiy Storchaka
· 7 years ago
b7e1eff
bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (GH-6513)
by Serhiy Storchaka
· 7 years ago
f303639
bpo-33270: Intern names for all anonymous code objects (#6472)
by Zackery Spytz
· 7 years ago
9e2be60
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402)
by Brett Cannon
· 7 years ago
3a9ccee
bpo-29673: fix gdb scripts pystack and pystackv (GH-6126)
by Marcel Plch
· 7 years ago
0c1c456
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
by INADA Naoki
· 7 years ago
a68f2f0
bpo-29922: Improve error messages in 'async with' (GH-6352)
by Serhiy Storchaka
· 7 years ago
aa8e51f
bpo-33132: Fix more reference counting issues in the compiler. (GH-6323)
by Serhiy Storchaka
· 7 years ago
d5d9e02
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
by Nick Coghlan
· 7 years ago
bc77eff
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
by Nick Coghlan
· 7 years ago
a95d986
bpo-33132: Fix reference counting issues in the compiler. (GH-6209)
by Serhiy Storchaka
· 7 years ago
d8b291a
bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848)
by Xiang Zhang
· 7 years ago
702f8f3
bpo-33041: Rework compiling an "async for" loop. (#6142)
by Serhiy Storchaka
· 7 years ago
fe2bbb1
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
by Serhiy Storchaka
· 7 years ago
4484f9d
bpo-33021: Release the GIL during fstat() calls (GH-6019)
by Nir Soffer
· 7 years ago
9fb8415
Drop confusing commented out code in pystrtod.c (GH-6072)
by Siddhesh Poyarekar
· 7 years ago
3f7e9aa
bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)
by Serhiy Storchaka
· 7 years ago
4e24425
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
by Serhiy Storchaka
· 7 years ago
67ee077
bpo-33041: Add missed error checks when compile "async for" (#6053)
by Serhiy Storchaka
· 7 years ago
24d3201
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (#6052)
by Serhiy Storchaka
· 7 years ago
3c7ac7e
Add two missing error checks in hamt.c (GH-5851)
by Xiang Zhang
· 7 years ago
5d92647
bpo-33005: Fix _PyGILState_Reinit() (#6001)
by Victor Stinner
· 7 years ago
efd2bac
Fix strncpy warning with gcc 8 (#5840)
by Siddhesh Poyarekar
· 7 years ago
7023644
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
by Thomas Nyberg
· 7 years ago
3a087be
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
by Nitish Chandra
· 7 years ago
520b7ae
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
by Serhiy Storchaka
· 7 years ago
4af8fd5
bpo-32838: Fix Python versions in the table of magic numbers. (#5658)
by Serhiy Storchaka
· 7 years ago
f53d9f2
bpo-32604: Swap threads only if the interpreter is different. (gh-5778)
by Eric Snow
· 7 years ago
b3b4a9d
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739)
by Alexey Izbyshev
· 7 years ago
4c6955e
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709)
by Eric Snow
· 7 years ago
bfe4fd5
Fix some warnings produced by different compilers. (#5593)
by Serhiy Storchaka
· 8 years ago
c1e46e9
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
by Alexey Izbyshev
· 8 years ago
07ca9af
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564)
by Serhiy Storchaka
· 8 years ago
c3d9508
bpo-32746: Fix multiple typos (GH-5144)
by Leo Arias
· 8 years ago
4e9da0d
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507)
by Eric Snow
· 8 years ago
bbbcf86
bpo-32303 - Consistency fixes for namespace loaders (#5481)
by Barry Warsaw
· 8 years ago
aa0735f
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
by oldk
· 8 years ago
461d225
bpo-32674: Improve the docstring for __import__ (GH-5339)
by oldk
· 8 years ago
55e0839
bpo-32436: Fix compiler warning (#5483)
by Yury Selivanov
· 8 years ago
01a0cb8
Fix typo in hamt.c comments (#5478)
by Dmitry Alimov
· 8 years ago
83ab995
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
by Stéphane Wirtel
· 8 years ago
7f8bfc9
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748)
by Eric Snow
· 8 years ago
332cd5e
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
by Mark Shannon
· 8 years ago
c65ef77
rename _imp initialization function to follow conventions (#5432)
by Benjamin Peterson
· 8 years ago
b647d70
bpo-32707: Fix warnings in hamt.c (#5430)
by Yury Selivanov
· 8 years ago
2914bb3
bpo-20891: Py_Initialize() now creates the GIL (#4700)
by Victor Stinner
· 8 years ago
997478e
bpo-32688: Make why the line is commented out clear (GH-5405)
by Xiang Zhang
· 8 years ago
bc4123b
bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363)
by Yury Selivanov
· 8 years ago
226e500
bpo-32436: Make PyContextVar_Get a little bit faster (#5350)
by Yury Selivanov
· 8 years ago
43c47fe
bpo-32670: Enforce PEP 479. (#5327)
by Yury Selivanov
· 8 years ago
dba976b
bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337)
by Nathaniel J. Smith
· 8 years ago
95e4d58
String annotations [PEP 563] (#4390)
by Guido van Rossum
· 8 years ago
6ab6292
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
by Yury Selivanov
· 8 years ago
93a6119
Fix 3rd level node's binary representation in HAMT algorithm description (#5319)
by Dmitry Alimov
· 8 years ago
f320be7
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
by Serhiy Storchaka
· 8 years ago
b7a80d5
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)
by Yury Selivanov
· 8 years ago
0bad4d6
bpo-32436: Fix potential NULL dereference (#5286)
by Yury Selivanov
· 8 years ago
83c8675
bpo-32436: Remove a redundant assert (#5275)
by Yury Selivanov
· 8 years ago
f23746a
bpo-32436: Implement PEP 567 (#5027)
by Yury Selivanov
· 8 years ago
9089a26
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)
by Victor Stinner
· 8 years ago
13ff245
bpo-32593: Drop FreeBSD 9 and older support (#5232)
by Victor Stinner
· 8 years ago
3510334
bpo-32591: Fix PyExc_WarnFormat call (follow-up commit) (#5263)
by Yury Selivanov
· 8 years ago
fc2f407
bpo-32591: Add native coroutine origin tracking (#5250)
by Nathaniel J. Smith
· 8 years ago
05d68a8
bpo-9566: Fix size_t=>int downcast warnings (#5230)
by Victor Stinner
· 8 years ago
6027802
Fix typo in thread_nt.h code comment (GH-5211)
by hui shang
· 8 years ago
378edee
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
by INADA Naoki
· 8 years ago
5ec0fee
Implement the get_resource_reader() API for file system imports (#5168)
by Barry Warsaw
· 8 years ago
cb064fc
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
by Victor Stinner
· 8 years ago
7ed7aea
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
by Victor Stinner
· 8 years ago
782d6fe
bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)
by Serhiy Storchaka
· 8 years ago
2cba6b8
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
by Victor Stinner
· 8 years ago
d4864c6
bpo-24340: Fix estimation of the code stack size. (#5076)
by Serhiy Storchaka
· 8 years ago
9b99747
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
by Nick Coghlan
· 8 years ago
e46a8af
bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793)
by Nathaniel J. Smith
· 8 years ago
735ae8d
bpo-29137: Remove fpectl module (#4789)
by Nathaniel J. Smith
· 8 years ago
65f2a6d
advance copyright years to 2018 (#5094)
by Benjamin Peterson
· 8 years ago
0a37a30
closes bpo-32460: ensure all non-static globals have initializers (#5061)
by Benjamin Peterson
· 8 years ago
02b9ef2
bpo-32439: Clean up the code for compiling comparison expressions. (#5029)
by Serhiy Storchaka
· 8 years ago
13a6c09
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903)
by Serhiy Storchaka
· 8 years ago
3dfbaf5
bpo-32372: Move __debug__ optimization to the AST level. (#4925)
by Serhiy Storchaka
· 8 years ago
62ed6be
remove the dynload_next.c file (closes bpo-32386) (#4957)
by Benjamin Peterson
· 8 years ago
9bee329
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
by Victor Stinner
· 8 years ago
9dd7620
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
by Victor Stinner
· 8 years ago
e47e698
bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
by Victor Stinner
· 8 years ago
31e9908
bpo-32030: Fix usage of memory allocators (#4953)
by Victor Stinner
· 8 years ago
Next »