Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.5
/
Python
tag
264b2ab24e429142908455ae61e92bd1fbf66e4f
tagger
Larry Hastings <larry@hastings.org>
Sun Feb 04 23:42:10 2018
object
27657e7cea26548958518144d63200d7a2333d1c
Python 3.5.5
2740fcc
Bump version and copyright year for 3.5.5rc1.
by Larry Hastings
· 8 years ago
0fcc033
bpo-31095: fix potential crash during GC (GH-2974) (#3196)
by INADA Naoki
· 8 years ago
c824cc8
[3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)
by Serhiy Storchaka
· 8 years ago
54ba940
[3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2463)
by Serhiy Storchaka
· 8 years ago
85b34ed
[3.5] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2419)
by Antoine Pitrou
· 8 years ago
263dcc3
[3.5] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2222)
by Serhiy Storchaka
· 8 years ago
86f8f1f
[3.5] bpo-30567: Fix refleak in sys.getwindowsversion (GH-1940) (#1971)
by Serhiy Storchaka
· 8 years ago
639e295
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1530) (#1480)
by Xiang Zhang
· 8 years ago
8a1c710
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) (#1450)
by Victor Stinner
· 8 years ago
8b8bde4
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907) (#909)
by Serhiy Storchaka
· 8 years ago
a16894e
[3.5] bpo-8256: Fixed possible failing or crashing input() (#642)
by Serhiy Storchaka
· 8 years ago
f12f820
bpo-29746: Update marshal docs to Python 3. (#547) (#630)
by Serhiy Storchaka
· 8 years ago
ce222c8
bpo-29770: remove outdated PYO related info (GH-590) (GH-613)
by Xiang Zhang
· 8 years ago
93602e3
[3.5] bpo-29537: Tolerate legacy invalid bytecode (#169)
by Nick Coghlan
· 8 years ago
a2edd3a
[3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455)
by Ned Deily
· 8 years ago
0dadf56
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#349)
by Berker Peksag
· 8 years ago
bc144f0
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#94)
by Martijn Pieters
· 8 years ago
3a10425
Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch.
by Serhiy Storchaka
· 9 years ago
035ba5d
Issue #29157: Prefer getrandom() over getentropy()
by Victor Stinner
· 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
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
fb2ae15
add a specific configure check for sys/random.h (closes #28932)
by Benjamin Peterson
· 9 years ago
ca3263c
Issue #25677: Correct syntax error caret for indented blocks.
by Martin Panter
· 9 years ago
8b58339
Issue #28512: Fixed setting the offset attribute of SyntaxError by
by Serhiy Storchaka
· 9 years ago
144f77a
Issue #28715: Added error checks for PyUnicode_AsUTF8().
by Serhiy Storchaka
· 9 years ago
f5894dd
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
by Serhiy Storchaka
· 9 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 9 years ago
7ae4112
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
by Ned Deily
· 9 years ago
70b72f0
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
by Serhiy Storchaka
· 9 years ago
da4887a
Issue #28616: Correct help for sys.version_info releaselevel component.
by Ned Deily
· 9 years ago
9e373be
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
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
cf38060
Issue #24098: Fixed possible crash when AST is changed in process of
by Serhiy Storchaka
· 9 years ago
00a0fc1
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 9 years ago
208bbd2
Silence GCC warning.
by Serhiy Storchaka
· 9 years ago
6d8bc46
Catch EPERM error in py_getrandom()
by Victor Stinner
· 9 years ago
af59732
Cleanup random.c
by Victor Stinner
· 9 years ago
1ec262b
Issue #27932: Prevent memory leak in win32_ver().
by Steve Dower
· 9 years ago
59e5e0d
improve type-safe of and prevent double-frees in get_locale_info (#28119)
by Benjamin Peterson
· 9 years ago
262b679
Issue #26020: Fix evaluation order for set literals
by Raymond Hettinger
· 9 years ago
0be894b
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 9 years ago
32d3742
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
by Senthil Kumaran
· 9 years ago
f0f1c23
Issue 27936: Fix inconsistent round() behavior between float and int
by Raymond Hettinger
· 9 years ago
f0afe77
Issue #27909: Fix INCREF for possible NULL value
by Raymond Hettinger
· 9 years ago
7ea386e
Issue 19504: Change "customise" to "customize" American spelling.
by Raymond Hettinger
· 9 years ago
4b7b565
Issue #27587: Move null pointer check earlier in _PyState_AddModule()
by Berker Peksag
· 9 years ago
eec9331
Fix SystemError in "raise" statement
by Victor Stinner
· 9 years ago
69332c1
Fix spelling and grammar in documentation and code comments
by Martin Panter
· 9 years ago
95f53c1
Issue #16191: Fix up references to renamed variables
by Martin Panter
· 9 years ago
80ab069
Issue #27419: Added temporary workaround for subinterpreters.
by Serhiy Storchaka
· 9 years ago
b3b65e6
Issue #27419: Standard __import__() no longer look up "__import__" in globals
by Serhiy Storchaka
· 9 years ago
7ca63cb
Fix regressions introduced by fixes for issue #27083.
by Brett Cannon
· 9 years ago
e09ed54
make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514)
by Benjamin Peterson
· 9 years ago
1a2b24f
Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 9 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
· 10 years ago
e8c2a95
merge 3.3
by Benjamin Peterson
· 10 years ago
eeb896c
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
by Martin Panter
· 10 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
c9a6ab5
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
by Martin Panter
· 10 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 10 years ago
f731bc0
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
by Serhiy Storchaka
· 10 years ago
78cc2e8
Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
by Victor Stinner
· 10 years ago
6fb5bae
Fix race condition in create_stdio()
by Victor Stinner
· 10 years ago
0bd5fb0
Issue #24728: Fix building without threads.
by Berker Peksag
· 10 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
Next »