Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.3
/
Misc
51ba5b7
Version bump for Python 3.5.3.
by Larry Hastings
· 9 years ago
v3.5.3
e744804
Post-release fixups for Python 3.5.3rc1.
by Larry Hastings
· 9 years ago
ff0e3b7
Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context
by Berker Peksag
· 9 years ago
34cba33
Issue #29094: Offsets in a ZIP file created with extern file object and modes
by Serhiy Storchaka
· 9 years ago
b46ea90
Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.
by Raymond Hettinger
· 9 years ago
440d703
Issue #29109: Enhance tracemalloc documentation
by Victor Stinner
· 9 years ago
74b1bcc
Issue #29080: Fixes Misc/NEWS entry
by Steve Dower
· 9 years ago
7ec8a18
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
by Steve Dower
· 9 years ago
bdf9e0e
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
by Serhiy Storchaka
· 9 years ago
283de2b
Issue #9770: curses.ascii predicates now work correctly with negative integers.
by Serhiy Storchaka
· 9 years ago
c9ad8b7
Issue #29073: bytearray formatting no longer truncates on first null byte.
by Serhiy Storchaka
· 9 years ago
e10ca3a
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 9 years ago
6664e8c
Issue #23903: Added missed names to PC/python3.def.
by Serhiy Storchaka
· 9 years ago
6721c7c
Issue #29078: Add the missing import in datetime.time doc example.
by Xiang Zhang
· 9 years ago
c67983b
Issue 28923: Remove editor artifacts from Tix.py.
by Terry Jan Reedy
· 9 years ago
18f018c
Issue #28871: Fixed a crash when deallocate deep ElementTree.
by Serhiy Storchaka
· 9 years ago
fb2ae15
add a specific configure check for sys/random.h (closes #28932)
by Benjamin Peterson
· 9 years ago
6165d55
Issue #28147: Fix a memory leak in split-table dictionaries
by INADA Naoki
· 9 years ago
270a21f
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
by Xiang Zhang
· 9 years ago
c1ee488
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
by Antoine Pitrou
· 9 years ago
ca3263c
Issue #25677: Correct syntax error caret for indented blocks.
by Martin Panter
· 9 years ago
b94eef2
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
by Serhiy Storchaka
· 9 years ago
2f9171d
Fix spelling and grammar in code comments and documentation
by Martin Panter
· 9 years ago
c69fd86
#28407 Improve test coverage of make_msgid.
by R David Murray
· 9 years ago
b1a1619
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
by Serhiy Storchaka
· 9 years ago
af56e0e
Issue #28991: Fix obscure reentrancy bug in functools.lru_cache().
by Raymond Hettinger
· 9 years ago
b1461aa
Issue #28990: Fix SSL hanging if connection is closed before handshake completed.
by Yury Selivanov
· 9 years ago
49010ee
Revert changeset 1f31bf3f76f5 (issue5322) except tests.
by Serhiy Storchaka
· 9 years ago
8b58339
Issue #28512: Fixed setting the offset attribute of SyntaxError by
by Serhiy Storchaka
· 9 years ago
cd2a201
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
by Antoine Pitrou
· 9 years ago
5adfac2
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
by Serhiy Storchaka
· 9 years ago
028ace1
Issue #28847: dbm.dumb now supports reading read-only files and no longer
by Serhiy Storchaka
· 9 years ago
419967b
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 9 years ago
47a9a4b
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
by Łukasz Langa
· 9 years ago
6e723d2
Issue #25659: Change assert to TypeError in from_buffer/_copy()
by Martin Panter
· 9 years ago
395733d
Issue #10656: Fix out-of-tree building on AIX
by Martin Panter
· 9 years ago
1016b2f
Rename the new --with-optimiations flag to --enable-optimizations.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
6770f8a
Issue #28666: Now test.support.rmtree is able to remove unwritable or
by Serhiy Storchaka
· 9 years ago
11f4326
Issue #28732: Fix crash in os.spawnv() with no elements in args
by Steve Dower
· 9 years ago
0ed20cd
Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
by Yury Selivanov
· 9 years ago
c9e08d8
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
by Martin Panter
· 9 years ago
7ae4112
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
by Ned Deily
· 9 years ago
6b4b6e9
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
by Serhiy Storchaka
· 9 years ago
84293af
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
by Serhiy Storchaka
· 9 years ago
b626643
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
by Serhiy Storchaka
· 9 years ago
62e32d6
Issue #19398: Extra slash no longer added to sys.path components in case of
by Serhiy Storchaka
· 9 years ago
daeddc4
Issue #23839: Various caches now are cleared before running every test file.
by Serhiy Storchaka
· 9 years ago
46a02db
Issue #28653: Fix a refleak in functools.lru_cache.
by Yury Selivanov
· 9 years ago
a1a8b7d
Issue #28652: Make loop methods reject socket kinds they do not support.
by Yury Selivanov
· 9 years ago
d2fd359
ssue #27942: Fix memory leak in codeobject.c
by Yury Selivanov
· 9 years ago
c0215df
Issue #28639: Fix inspect.isawaitable to always return bool
by Yury Selivanov
· 9 years ago
1c3fdd9
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
by Serhiy Storchaka
· 9 years ago
07bcf05
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
by Serhiy Storchaka
· 9 years ago
88281ce
Issue #28485: Check for negative workers even without ProcessPoolExecutor
by Martin Panter
· 9 years ago
da4887a
Issue #28616: Correct help for sys.version_info releaselevel component.
by Ned Deily
· 9 years ago
600a349
Issue #28613: Fix get_event_loop() to return the current loop
by Yury Selivanov
· 9 years ago
491a912
Issue #28600: Optimize loop.call_soon().
by Yury Selivanov
· 9 years ago
a7c972e
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
by Serhiy Storchaka
· 9 years ago
92c1a90
Issue #28513: Documented command-line interface of zipfile.
by Serhiy Storchaka
· 9 years ago
38adbfa
Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
by Ned Deily
· 9 years ago
04f17f1
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
by Serhiy Storchaka
· 9 years ago
0bcd89b
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
by Serhiy Storchaka
· 9 years ago
a89d22a
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
by Serhiy Storchaka
· 9 years ago
c9b750d
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
by Serhiy Storchaka
· 9 years ago
32c0d3a
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
by Serhiy Storchaka
· 9 years ago
0438683
Backed out changeset 9f7505019767 (issue #27275).
by Serhiy Storchaka
· 9 years ago
84968b7
Issue #28444: Fix missing extensions modules when cross compiling.
by Xavier de Gaye
· 9 years ago
4afdca0
Issue #26240: Clean up the subprocess module doc string
by Martin Panter
· 9 years ago
4832580
Issue #27275: Fixed implementation of pop() and popitem() methods in
by Serhiy Storchaka
· 9 years ago
7ff51bd
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
by Serhiy Storchaka
· 9 years ago
f3ebc9f
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
by Serhiy Storchaka
· 9 years ago
42babab
Issue #28353: os.fwalk() no longer fails on broken links.
by Serhiy Storchaka
· 9 years ago
839023f
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
by Serhiy Storchaka
· 9 years ago
77eede3
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
by Serhiy Storchaka
· 9 years ago
071dec2
Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
by Serhiy Storchaka
· 9 years ago
666de77
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
by Serhiy Storchaka
· 9 years ago
1002a62
Issue #28435: Avoid no_proxy environment variable interfering with tests
by Martin Panter
· 9 years ago
e8a6045
Issue #26796: Don't configure the number of workers for default threadpool executor.
by Yury Selivanov
· 9 years ago
3d67615
Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done.
by Yury Selivanov
· 9 years ago
10a7dbd
Issue #28396: Remove any mention of .pyo files from the man page.
by Brett Cannon
· 9 years ago
04eb777
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
by Serhiy Storchaka
· 9 years ago
1f6b69b
Issue #28409: regrtest: fix the parser of command line arguments.
by Victor Stinner
· 9 years ago
b1a751b
Issue #24452: Make webbrowser support Chrome on Mac OS X.
by Guido van Rossum
· 9 years ago
10e54ae
Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.
by Xavier de Gaye
· 9 years ago
fd28cbe
Issue #28248: Merge with 3.4
by Zachary Ware
· 9 years ago
068534a
Issue #28248: Update Windows build to use OpenSSL 1.0.2j
by Zachary Ware
· 9 years ago
d2a584b
Issue #28394: Spelling and typo fixes in code comments and changelog
by Martin Panter
· 9 years ago
4145c83
Issue #27972: Prohibit Tasks to await on themselves.
by Yury Selivanov
· 9 years ago
908d55d
Issue #28399: Remove UNIX socket from FS before binding.
by Yury Selivanov
· 9 years ago
9c0e1f8
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
by Serhiy Storchaka
· 9 years ago
48b1c3f
Issue #28376: The type of long range iterator is now registered as Iterator.
by Serhiy Storchaka
· 9 years ago
44759bc
Issue #28376: The constructor of range_iterator now checks that step is not 0.
by Serhiy Storchaka
· 9 years ago
8ef3460
Issue #26906: Resolving special methods of uninitialized type now causes
by Serhiy Storchaka
· 9 years ago
de0574b
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
by Serhiy Storchaka
· 9 years ago
8793b21
Issue #26293: Fixed writing ZIP files that starts not from the start of the
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
cb9424f
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
by Yury Selivanov
· 9 years ago
cd04db0
mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow
by Benjamin Peterson
· 9 years ago
8dc3e43
Issue #28372: Fix asyncio to support formatting of non-python coroutines
by Yury Selivanov
· 9 years ago
0de3de6
Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
by Yury Selivanov
· 9 years ago
Next »