Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2eea952b1b9ebbc2d94fd3faca1536c6b4963725
/
Python
2eea952
bpo-31095: fix potential crash during GC (GH-3195)
by INADA Naoki
· 8 years ago
f3b8917
[3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-3033). (#3038)
by Serhiy Storchaka
· 8 years ago
a0cb7db
Fix a shadow-compatible-local warning (#2181)
by Yuan Chao Chou
· 8 years ago
946a0b6
[3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (GH-2957) (#2991)
by Serhiy Storchaka
· 8 years ago
bb323b2
bpo-30891: Fix again importlib _find_and_load() (#2665) (#2801)
by Victor Stinner
· 8 years ago
28343e3
[3.6] bpo-30876: Relative import from unloaded package now reimports the package (GH-2639) (#2676)
by Serhiy Storchaka
· 8 years ago
fe6e686
bpo-30891: Fix importlib _find_and_load() race condition (#2646) (#2651)
by Victor Stinner
· 8 years ago
03b0e83
[3.6] bpo-30814: Fixed a race condition when import a submodule from a package. (GH-2580). (#2598)
by Serhiy Storchaka
· 8 years ago
e3a0ff0
[3.6] bpo-30854: Fix compile error when --without-threads (GH-2581) (#2583)
by Masayuki Yamamoto
· 8 years ago
3024c05
[3.6] bpo-30703: Improve signal delivery (GH-2415) (#2527)
by Antoine Pitrou
· 8 years ago
0834905
[3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2462)
by Serhiy Storchaka
· 8 years ago
55ab604
[3.6] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2418)
by Antoine Pitrou
· 8 years ago
2eca5b4
[3.6] bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (GH-2232) (#2242)
by Serhiy Storchaka
· 8 years ago
fab05de
[3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2221)
by Serhiy Storchaka
· 8 years ago
932946c
bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152)
by Victor Stinner
· 8 years ago
2997fec
[3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads (#2015)
by Dino Viehland
· 8 years ago
e89f95b
[3.6] bpo-30039: Don't run signal handlers while resuming a yield from stack (GH-1081) (#1640)
by Yury Selivanov
· 8 years ago
570b1c9
[3.6] bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (GH-1888) (#2013)
by Serhiy Storchaka
· 8 years ago
68e5af8
[3.6] bpo-30567: Fix refleak in sys.getwindowsversion (GH-1940) (#1970)
by Serhiy Storchaka
· 8 years ago
89a3102
[3.6] bpo-29104: Fixed parsing backslashes in f-strings. (GH-490) (#1812)
by Serhiy Storchaka
· 8 years ago
d29fecc
[3.6] bpo-30395 _PyGILState_Reinit deadlock fix (GH-1734) (#1740)
by Łukasz Langa
· 8 years ago
98b49a0
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) (#1529)
by Xiang Zhang
· 8 years ago
31906b4
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) (#1449)
by Victor Stinner
· 8 years ago
bf4bb2e
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907)
by Serhiy Storchaka
· 8 years ago
fe30339
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-753)
by INADA Naoki
· 8 years ago
aac875f
[3.6] bpo-8256: Fixed possible failing or crashing input() (#641)
by Serhiy Storchaka
· 8 years ago
4652d82
bpo-29746: Update marshal docs to Python 3. (#547) (#631)
by Serhiy Storchaka
· 8 years ago
16416c2
bpo-29770: remove outdated PYO related info (GH-590) (GH-612)
by Xiang Zhang
· 8 years ago
68d2980
bpo-29619: Convert st_ino using unsigned integer (#557) (#584)
by Victor Stinner
· 8 years ago
5976b9a
Refresh Python/importlib.h and Python/importlib_external.h (#464)
by Ned Deily
· 8 years ago
95c50e5
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
by Ned Deily
· 8 years ago
dea5101
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
by Yury Selivanov
· 8 years ago
023532e
bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378)
by INADA Naoki
· 8 years ago
7accf20
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348)
by Berker Peksag
· 8 years ago
53039ad
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#95)
by Martijn Pieters
· 8 years ago
3ab24bd
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219)
by INADA Naoki
· 8 years ago
ad94225
Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch.
by Serhiy Storchaka
· 9 years ago
3a10425
Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch.
by Serhiy Storchaka
· 9 years ago
398ef5c
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
by Serhiy Storchaka
· 9 years ago
035ba5d
Issue #29157: Prefer getrandom() over getentropy()
by Victor Stinner
· 9 years ago
ff558f5
Issue #29157: Prefer getrandom() over getentropy()
by Victor Stinner
· 9 years ago
4632258
merge 3.5 (#29057)
by Benjamin Peterson
· 9 years ago
493ac1b
only include sys/random.h if it seems like it might have something useful (#29057)
by Benjamin Peterson
· 9 years ago
5848e72
merge 3.5
by Benjamin Peterson
· 9 years ago
4365833
merge 3.4
by Benjamin Peterson
· 9 years ago
b6e2142
merge 3.3
by Benjamin Peterson
· 9 years ago
e527dd3
ring in 2017 for Python
by Benjamin Peterson
· 9 years ago
b0eb986
merge 3.5 (#28932)
by Benjamin Peterson
· 9 years ago
fb2ae15
add a specific configure check for sys/random.h (closes #28932)
by Benjamin Peterson
· 9 years ago
619555d
Issue #25677: Merge SyntaxError caret positioning from 3.5
by Martin Panter
· 9 years ago
76febd0
Issue #26919: On Android, operating system data is now always encoded/decoded
by Xavier de Gaye
· 9 years ago
10beb3c
Issue #28896: Disable WindowsRegistryFinder by default.
by Steve Dower
· 9 years ago
4cc30ae
Issue #28739: f-string expressions no longer accepted as docstrings and
by Serhiy Storchaka
· 9 years ago
8114f21
Issue #28512: Fixed setting the offset attribute of SyntaxError by
by Serhiy Storchaka
· 9 years ago
8b58339
Issue #28512: Fixed setting the offset attribute of SyntaxError by
by Serhiy Storchaka
· 9 years ago
ca3263c
Issue #25677: Correct syntax error caret for indented blocks.
by Martin Panter
· 9 years ago
19d2467
Issue #23722: improve __classcell__ compatibility
by Nick Coghlan
· 9 years ago
f7d199f
Fix _PyGen_yf()
by Victor Stinner
· 9 years ago
64e2f9a
Issue #27100: Fix ref leak
by Raymond Hettinger
· 9 years ago
a3fec15
Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.)
by Raymond Hettinger
· 9 years ago
0651583
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
by Serhiy Storchaka
· 9 years ago
e209739
Issue #28715: Added error checks for PyUnicode_AsUTF8().
by Serhiy Storchaka
· 9 years ago
144f77a
Issue #28715: Added error checks for PyUnicode_AsUTF8().
by Serhiy Storchaka
· 9 years ago
ec5d3cd
Issue #28746: Fix the set_inheritable() file descriptor method on platforms
by Xavier de Gaye
· 9 years ago
fab6acd
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
by Serhiy Storchaka
· 9 years ago
f5894dd
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
by Serhiy Storchaka
· 9 years ago
3b73ea1
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 9 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 9 years ago
b445ad7
Issue #26920: Fix not getting the locale's charset upon initializing the interpreter,
by Xavier de Gaye
· 9 years ago
f9cca36
Fix warn_invalid_escape_sequence()
by Victor Stinner
· 9 years ago
7d895d3
Issue #28676: merge from 3.5
by Ned Deily
· 9 years ago
7ae4112
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
by Ned Deily
· 9 years ago
1352712
Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup.
by Raymond Hettinger
· 9 years ago
1a9d687
Issue #26182: Fix ia refleak in code that raises DeprecationWarning.
by Yury Selivanov
· 9 years ago
4678b2f
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
by Serhiy Storchaka
· 9 years ago
70b72f0
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
by Serhiy Storchaka
· 9 years ago
2edd8a1
Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.
by Yury Selivanov
· 9 years ago
9b88fdf
Fixed issue #28633: segfault when concatenating bytes literal and f-string.
by Eric V. Smith
· 9 years ago
7d76c90
Issue #28616: merge from 3.5
by Ned Deily
· 9 years ago
da4887a
Issue #28616: Correct help for sys.version_info releaselevel component.
by Ned Deily
· 9 years ago
5646648
Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6.
by Eric V. Smith
· 9 years ago
7db3c48
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
by Serhiy Storchaka
· 9 years ago
467ab19
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
by Serhiy Storchaka
· 9 years ago
b0426cd
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
by Serhiy Storchaka
· 9 years ago
9e373be
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
by Serhiy Storchaka
· 9 years ago
4510e6d
mark dtrace stubs as static inline; remove stubs
by Benjamin Peterson
· 9 years ago
df0fd74
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
by Serhiy Storchaka
· 9 years ago
04eb777
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
by Serhiy Storchaka
· 9 years ago
5665301
Issue #28257: Improved error message when pass a non-mapping as a var-keyword
by Serhiy Storchaka
· 9 years ago
5e80855
Issue #24098: Fixed possible crash when AST is changed in process of
by Serhiy Storchaka
· 9 years ago
cf38060
Issue #24098: Fixed possible crash when AST is changed in process of
by Serhiy Storchaka
· 9 years ago
8e9045d
Issue #27358: Fix typo in error message
by Berker Peksag
· 9 years ago
e036ef8
Issue #27358: Optimized merging var-keyword arguments and improved error
by Serhiy Storchaka
· 9 years ago
7344285
Issue #28257: Improved error message when pass a non-iterable as
by Serhiy Storchaka
· 9 years ago
3738c2d
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 9 years ago
00a0fc1
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 9 years ago
3e7a3cb
Issue #28148: Stop using localtime() and gmtime() in the time module.
by Alexander Belopolsky
· 9 years ago
517507c
Issue #28100: Refactor error messages, patch by Ivan Levkivskyi
by Christian Heimes
· 9 years ago
208bbd2
Silence GCC warning.
by Serhiy Storchaka
· 9 years ago
63dc548
Issue #28086: Single var-positional argument of tuple subtype was passed
by Serhiy Storchaka
· 9 years ago
Next »