Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9da31f7274472903a32407a4e8227d1f295672a6
/
Python
035ba5d
Issue #29157: Prefer getrandom() over getentropy()
by Victor Stinner
· 8 years ago
493ac1b
only include sys/random.h if it seems like it might have something useful (#29057)
by Benjamin Peterson
· 8 years ago
4365833
merge 3.4
by Benjamin Peterson
· 8 years ago
b6e2142
merge 3.3
by Benjamin Peterson
· 8 years ago
e527dd3
ring in 2017 for Python
by Benjamin Peterson
· 8 years ago
fb2ae15
add a specific configure check for sys/random.h (closes #28932)
by Benjamin Peterson
· 8 years ago
ca3263c
Issue #25677: Correct syntax error caret for indented blocks.
by Martin Panter
· 8 years ago
8b58339
Issue #28512: Fixed setting the offset attribute of SyntaxError by
by Serhiy Storchaka
· 8 years ago
144f77a
Issue #28715: Added error checks for PyUnicode_AsUTF8().
by Serhiy Storchaka
· 8 years ago
f5894dd
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
by Serhiy Storchaka
· 8 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 8 years ago
7ae4112
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
by Ned Deily
· 8 years ago
70b72f0
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
by Serhiy Storchaka
· 8 years ago
da4887a
Issue #28616: Correct help for sys.version_info releaselevel component.
by Ned Deily
· 8 years ago
9e373be
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
by Serhiy Storchaka
· 8 years ago
04eb777
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
by Serhiy Storchaka
· 8 years ago
5665301
Issue #28257: Improved error message when pass a non-mapping as a var-keyword
by Serhiy Storchaka
· 8 years ago
cf38060
Issue #24098: Fixed possible crash when AST is changed in process of
by Serhiy Storchaka
· 8 years ago
00a0fc1
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 8 years ago
208bbd2
Silence GCC warning.
by Serhiy Storchaka
· 8 years ago
6d8bc46
Catch EPERM error in py_getrandom()
by Victor Stinner
· 8 years ago
af59732
Cleanup random.c
by Victor Stinner
· 8 years ago
1ec262b
Issue #27932: Prevent memory leak in win32_ver().
by Steve Dower
· 8 years ago
59e5e0d
improve type-safe of and prevent double-frees in get_locale_info (#28119)
by Benjamin Peterson
· 8 years ago
262b679
Issue #26020: Fix evaluation order for set literals
by Raymond Hettinger
· 8 years ago
0be894b
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 8 years ago
32d3742
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
by Senthil Kumaran
· 8 years ago
f0f1c23
Issue 27936: Fix inconsistent round() behavior between float and int
by Raymond Hettinger
· 8 years ago
f0afe77
Issue #27909: Fix INCREF for possible NULL value
by Raymond Hettinger
· 8 years ago
7ea386e
Issue 19504: Change "customise" to "customize" American spelling.
by Raymond Hettinger
· 8 years ago
4b7b565
Issue #27587: Move null pointer check earlier in _PyState_AddModule()
by Berker Peksag
· 8 years ago
eec9331
Fix SystemError in "raise" statement
by Victor Stinner
· 8 years ago
69332c1
Fix spelling and grammar in documentation and code comments
by Martin Panter
· 8 years ago
95f53c1
Issue #16191: Fix up references to renamed variables
by Martin Panter
· 8 years ago
80ab069
Issue #27419: Added temporary workaround for subinterpreters.
by Serhiy Storchaka
· 8 years ago
b3b65e6
Issue #27419: Standard __import__() no longer look up "__import__" in globals
by Serhiy Storchaka
· 8 years ago
7ca63cb
Fix regressions introduced by fixes for issue #27083.
by Brett Cannon
· 8 years ago
e09ed54
make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514)
by Benjamin Peterson
· 8 years ago
1a2b24f
Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
ec721f3
py_getrandom(): use long type for the syscall() result
by Victor Stinner
· 9 years ago
694de3b
Issue #27301: Fixed incorrect return codes for errors in compile.c.
by Serhiy Storchaka
· 9 years ago
c72828b
cleanup random.c
by Victor Stinner
· 9 years ago
b98a36e
Fix os.urandom() using getrandom() on Linux
by Victor Stinner
· 9 years ago
3c317e7
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
by Serhiy Storchaka
· 9 years ago
39b1025
Fix typo and move comment to appropriate condition
by Martin Panter
· 9 years ago
a6f6edb
Issue #27243: Fix __aiter__ protocol
by Yury Selivanov
· 9 years ago
dddf484
os.urandom() doesn't block on Linux anymore
by Victor Stinner
· 9 years ago
3ee6270
Fix typos in code comment and documentation
by Martin Panter
· 9 years ago
c7385f3
Issue #27138: Regenerate Python/importlib_external.h.
by Serhiy Storchaka
· 9 years ago
46f5072
Issue #27076: Doc, comment and tests spelling fixes
by Martin Panter
· 9 years ago
13e602e
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
by Serhiy Storchaka
· 9 years ago
3116cc4
Fix os.set_inheritable() on Android
by Victor Stinner
· 9 years ago
ed64d6b
regen importlib bytecode
by Benjamin Peterson
· 9 years ago
ad887cf
fix possible refleak in MAKE_FUNCTION (closes #26991)
by Benjamin Peterson
· 9 years ago
4c35964
Corrections for a/an in code comments and documentation
by Martin Panter
· 9 years ago
df07173
Regenerate Argument Clinic code for issue #26874.
by Serhiy Storchaka
· 9 years ago
ec766d3
Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError
by Berker Peksag
· 9 years ago
7f227d9
Issue #26874: Simplify the divmod docstring
by Zachary Ware
· 9 years ago
4d4160a
Issue #26874: Fix divmod docstring
by Zachary Ware
· 9 years ago
6a7b3a7
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
6245cb3
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
by Martin Panter
· 9 years ago
9d24271
Fix os.urandom() on Solaris 11.3
by Victor Stinner
· 9 years ago
57a01d3
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
by Serhiy Storchaka
· 9 years ago
fc43511
Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
by Serhiy Storchaka
· 9 years ago
4884271
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
75e3630
2016 will be another year of writing copyrighted code
by Benjamin Peterson
· 9 years ago
e8c2a95
merge 3.3
by Benjamin Peterson
· 9 years ago
eeb896c
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
by Martin Panter
· 9 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
c9a6ab5
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
by Martin Panter
· 9 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 9 years ago
f731bc0
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
by Serhiy Storchaka
· 9 years ago
78cc2e8
Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
by Victor Stinner
· 9 years ago
6fb5bae
Fix race condition in create_stdio()
by Victor Stinner
· 9 years ago
0bd5fb0
Issue #24728: Fix building without threads.
by Berker Peksag
· 9 years ago
5fa22fc
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
by Serhiy Storchaka
· 10 years ago
73c95f1
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
by Serhiy Storchaka
· 10 years ago
d741a88
Fixed indentation of Python examples in C comments.
by Serhiy Storchaka
· 10 years ago
614bfcc
Issue 24366: Indent code (thanks to li4ick for reporting).
by Yury Selivanov
· 10 years ago
deff2b7
be more robust against the filters list changing under us (closes #24096)
by Benjamin Peterson
· 10 years ago
418fd74
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
by Christian Heimes
· 10 years ago
e126857
Issue 24366: Merge 3.3
by Yury Selivanov
· 10 years ago
fa494fd
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
by Serhiy Storchaka
· 10 years ago
ca7fecb
Issue #24102: Fixed exception type checking in standard error handlers.
by Serhiy Storchaka
· 10 years ago
9e77f72
shorten capsule name macro; it doesn't need to be so long
by Benjamin Peterson
· 10 years ago
8c59816
merge 3.3 (#24096)
by Benjamin Peterson
· 10 years ago
9bdd613
remove dead *-import checking code (closes #24049)
by Benjamin Peterson
· 10 years ago
e0ac2be
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
by Christian Heimes
· 10 years ago
d6e53da
Fixed error message for the "u#" format code.
by Serhiy Storchaka
· 10 years ago
72c2a0f
merge 3.2 (closes #23165)
by Benjamin Peterson
· 10 years ago
f18bf6f
add some overflow checks before multiplying (closes #23165)
by Benjamin Peterson
· 10 years ago
7919acb
merge 3.2
by Benjamin Peterson
· 10 years ago
47e782a
update for copyright for 2015
by Benjamin Peterson
· 10 years ago
edc3cba
Copyright year update, add version to licenses.
by Georg Brandl
· 10 years ago
4b16818
Issue #22518: Fixed integer overflow issues in "backslashreplace",
by Serhiy Storchaka
· 10 years ago
f41f8f9
Issue #22977: Fixed formatting Windows error messages on Wine.
by Serhiy Storchaka
· 10 years ago
9aa1331
Issue #22585: os.urandom() now releases the GIL when the getentropy() is used
by Victor Stinner
· 10 years ago
81f241a
Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(),
by Victor Stinner
· 10 years ago
84092ac
Issue #23571: Fix reentrant call to Py_FatalError()
by Victor Stinner
· 10 years ago
ec4f959
Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr
by Victor Stinner
· 10 years ago
Next »