Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3147b0422cbeb98065666ccf95ab6845ac800fd4
/
Python
a853a8b
bpo-31373: fix undefined floating-point demotions (#3396)
by Benjamin Peterson
· 7 years ago
c988ae0
remove current_filename optimization from marshal (#3423) (closes bpo-31384)
by Benjamin Peterson
· 7 years ago
a6a4dc8
bpo-31370: Remove support for threads-less builds (#3385)
by Antoine Pitrou
· 7 years ago
e7c566c
bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800)
by Łukasz Langa
· 7 years ago
bcaac81
Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383)
by Antoine Pitrou
· 7 years ago
05351c1
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
by Eric Snow
· 7 years ago
8338606
pytime: include winsock2, so we can have a complete timeval type (#3377)
by Benjamin Peterson
· 7 years ago
b0a9a5a
correct initialization code (#3376)
by Benjamin Peterson
· 7 years ago
76d5abc
bpo-30860: Consolidate stateful runtime globals. (#2594)
by Eric Snow
· 7 years ago
86b7afd
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
by Eric Snow
· 7 years ago
265fcc5
bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)
by Serhiy Storchaka
· 7 years ago
a6296d3
bpo-31095: fix potential crash during GC (GH-2974)
by INADA Naoki
· 7 years ago
bf9075a
bpo-31229: Fixed wrong error messages when too many keyword arguments are received. (#3180)
by Oren Milman
· 7 years ago
58cf748
bpo-31236: Improved some error messages of min() and max().
by Oren Milman
· 7 years ago
f432a32
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
by Stefan Krah
· 7 years ago
9b0d1d6
bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)
by Serhiy Storchaka
· 7 years ago
2af565b
Fix a shadow-compatible-local warning (#2180)
by Yuan Chao Chou
· 7 years ago
25e4f77
bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957)
by Serhiy Storchaka
· 7 years ago
49b2734
Spelling fixes (#2902)
by Ville Skyttä
· 7 years ago
e4c06bc
bpo-31091: Remove dead code in PyErr_GivenExceptionMatches(). (#2963)
by scoder
· 7 years ago
c6ea897
bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919)
by Zackery Spytz
· 7 years ago
e7bc7aa
bpo-9566: Fix a warning in Python/getargs.c (#2890)
by Segev Finer
· 7 years ago
ccfdb60
Fix a small typo in a comment (#2863)
by Stéphane Wirtel
· 7 years ago
e72b135
bpo-30891: Fix again importlib _find_and_load() (#2665)
by Victor Stinner
· 7 years ago
8a9cd20
bpo-30876: Relative import from unloaded package now reimports the package (#2639)
by Serhiy Storchaka
· 7 years ago
4f9a446
bpo-30891: Fix importlib _find_and_load() race condition (#2646)
by Victor Stinner
· 7 years ago
7e60192
Remove _PyArg_NoStackKeywords(). (#2641)
by Serhiy Storchaka
· 7 years ago
b4baace
bpo-30814: Fixed a race condition when import a submodule from a package. (#2580)
by Serhiy Storchaka
· 7 years ago
0c31163
bpo-30854: Fix compile error when --without-threads (#2581)
by Masayuki Yamamoto
· 7 years ago
6969eaf
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
by Serhiy Storchaka
· 7 years ago
aa0aa04
bpo-30832: Remove own implementation for thread-local storage (#2537)
by Masayuki Yamamoto
· 7 years ago
18974c3
bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374)
by Nick Coghlan
· 7 years ago
6b42eb1
bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)
by INADA Naoki
· 7 years ago
c08177a
bpo-30703: Improve signal delivery (#2415)
by Antoine Pitrou
· 7 years ago
a8f8d5b
bpo-29585: optimize site.py startup time (GH-136)
by INADA Naoki
· 7 years ago
f7eae0a
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
by Serhiy Storchaka
· 7 years ago
f84ac42
bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403)
by Antoine Pitrou
· 7 years ago
50c2850
Trivial cleanup: remove redundant variable stores in ceval.c (#2012)
by Adrian Wielgosik
· 7 years ago
f3cffd2
bpo-30604: clean up co_extra support (#2144)
by Dino Viehland
· 7 years ago
c90e960
bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351)
by haney
· 7 years ago
eb81795
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
by Nick Coghlan
· 7 years ago
11e97f2
bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232)
by ericvsmith
· 7 years ago
145541c
bpo-30626: Fix error handling in PyImport_Import(). (#2103)
by Serhiy Storchaka
· 7 years ago
96c7c06
bpo-20627: Fix error message when keyword arguments are used (#2115)
by Sylvain
· 7 years ago
36ff451
bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851)
by Serhiy Storchaka
· 7 years ago
6ea4186
bpo-28180: Implementation for PEP 538 (#659)
by Nick Coghlan
· 7 years ago
7445381
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
by Sylvain
· 7 years ago
f9f1cca
Fix regression in error message introduced in bpo-29951. (#2028)
by Serhiy Storchaka
· 7 years ago
2e9cd58
bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1888)
by Serhiy Storchaka
· 7 years ago
6cca5c8
bpo-30592: Fixed error messages for some builtins. (#1996)
by Serhiy Storchaka
· 7 years ago
865de27
bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998)
by Victor Stinner
· 7 years ago
ab1cb80
bpo-30547: Fix multiple reference leaks (#1995)
by Stéphane Wirtel
· 7 years ago
5eb788b
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
by Serhiy Storchaka
· 7 years ago
48fb766
bpo-30567: Fix refleak in sys.getwindowsversion (#1940)
by Segev Finer
· 7 years ago
2e6bb44
Add reference to help('FORMATTING') in format() builtin (GH-166)
by Amit Kumar
· 7 years ago
4a8bcdf
bpo-16500: Use register_at_fork() in the threading module (#1843)
by Antoine Pitrou
· 7 years ago
f7ecfac
Doc nits for bpo-16500 (#1841)
by Antoine Pitrou
· 7 years ago
346cbd3
bpo-16500: Allow registering at-fork handlers (#1715)
by Antoine Pitrou
· 7 years ago
18c1356
Drop a duplicate line. (#1809)
by Eric Snow
· 7 years ago
7ff1e88
Delete sigcheck.c since it appears unused (#1723)
by Segev Finer
· 7 years ago
0cd7a3f
bpo-29104: Fixed parsing backslashes in f-strings. (#490)
by Serhiy Storchaka
· 7 years ago
c7ec998
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
by Eric Snow
· 7 years ago
1abcf67
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
by Eric Snow
· 7 years ago
9b33bf5
Improves test_underpth_nosite_file to reveal why it fails. (#1763)
by Steve Dower
· 7 years ago
84c6607
Update importlib.h (GH-1762)
by Zachary Ware
· 7 years ago
6b4be19
bpo-22257: Small changes for PEP 432. (#1728)
by Eric Snow
· 7 years ago
e377416
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
by Eric Snow
· 7 years ago
f82c951
bpo-30395 _PyGILState_Reinit deadlock fix (#1734)
by Jason Fried
· 7 years ago
ab4413a
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
by Nathaniel J. Smith
· 7 years ago
2ddf5a1
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
by Xiang Zhang
· 7 years ago
f93234b
bpo-30024: Circular imports involving absolute imports with binding (#1264)
by Serhiy Storchaka
· 7 years ago
fdaeea6
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
by Masayuki Yamamoto
· 8 years ago
1c4670e
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
by Victor Stinner
· 8 years ago
bf623ae
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
by Serhiy Storchaka
· 8 years ago
55fe1ae
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
by Serhiy Storchaka
· 8 years ago
813f943
bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700)
by Serhiy Storchaka
· 8 years ago
64c8f70
bpo-29951: Include function name for some error messages in `PyArg_ParseTuple*` (#916)
by Michael Seifert
· 8 years ago
d4edfc9
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887)
by Serhiy Storchaka
· 8 years ago
762bf40
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
by Serhiy Storchaka
· 8 years ago
ba85d69
bpo-29878: Add global instances of int for 0 and 1. (#852)
by Serhiy Storchaka
· 8 years ago
aefa7eb
bpo-6532: Make the thread id an unsigned integer. (#781)
by Serhiy Storchaka
· 8 years ago
d7fa6b2
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741)
by Daniel Birnstiel
· 8 years ago
fff9a31
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
by Serhiy Storchaka
· 8 years ago
4830f58
bpo-29849: fix a memory leak in import_from (GH-712)
by Xiang Zhang
· 8 years ago
80ec836
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
by Serhiy Storchaka
· 8 years ago
c2cf128
bpo-8256: Fixed possible failing or crashing input() (#517)
by Serhiy Storchaka
· 8 years ago
202fda5
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
by Serhiy Storchaka
· 8 years ago
0767ad4
bpo-20185: Convert the marshal module to Argument Clinic. (#541)
by Serhiy Storchaka
· 8 years ago
c611a5b
bpo-29746: Update marshal docs to Python 3. (#547)
by Serhiy Storchaka
· 8 years ago
0710d75
bpo-29770: remove outdated PYO related info (GH-590)
by Xiang Zhang
· 8 years ago
0f6d733
bpo-29619: Convert st_ino using unsigned integer (#557)
by Victor Stinner
· 8 years ago
370fd20
Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_FromLong(1). (#567)
by Serhiy Storchaka
· 8 years ago
93fac8d
bpo-29676: fix lsprof can't profile C method call. (GH523)
by INADA Naoki
· 8 years ago
5c4b0d0
bpo-27593: Get SCM build info from git instead of hg. (#446)
by Ned Deily
· 8 years ago
398ff91
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
by Yury Selivanov
· 8 years ago
160edb4
bpo-29655: Fixed possible reference leaks in `import *`. (#301)
by Matthias Bussonnier
· 8 years ago
4c78c52
bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249)
by INADA Naoki
· 8 years ago
d7e6433
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#51)
by Martijn Pieters
· 8 years ago
cb41b27
bpo-29463: Add docstring field to some AST nodes. (#46)
by INADA Naoki
· 8 years ago
1bc1564
bpo-29546: Improve from-import error message with location (#103)
by Matthias Bussonnier
· 8 years ago
Next »