Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.0b3
/
Misc
0ef256c
Version bump for 3.6.0b3
by Ned Deily
· 9 years ago
v3.6.0b3
1194234
Issue #28248: merge from 3.5
by Ned Deily
· 9 years ago
38adbfa
Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
by Ned Deily
· 9 years ago
473ce1d
Issue #28028: Update OS X installers to use SQLite 3.14.2.
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
88b2219
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
by Serhiy Storchaka
· 9 years ago
04f17f1
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
by Serhiy Storchaka
· 9 years ago
a0d9c68
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
by Serhiy Storchaka
· 9 years ago
0bcd89b
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
by Serhiy Storchaka
· 9 years ago
2f4453e
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
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
a1fd5e4
- Issue #23262: The webbrowser module now supports Firefox 36+ and derived
by Serhiy Storchaka
· 9 years ago
c9b750d
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
by Serhiy Storchaka
· 9 years ago
016a9ac
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
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
b7d14a0
Merge from 3.5.
by Serhiy Storchaka
· 9 years ago
0438683
Backed out changeset 9f7505019767 (issue #27275).
by Serhiy Storchaka
· 9 years ago
30d00e5
Issue #18844: Make the various ways for specifing weights produce the same results.
by Raymond Hettinger
· 9 years ago
0eacef3
Issue #28444: Merge with 3.5.
by Xavier de Gaye
· 9 years ago
84968b7
Issue #28444: Fix missing extensions modules when cross compiling.
by Xavier de Gaye
· 9 years ago
a0c1ba6
Issue #28544: Implement asyncio.Task in C.
by Yury Selivanov
· 9 years ago
c6dd415
Issue #28522: Fixes mishandled buffer reallocation in getpathp.c
by Steve Dower
· 9 years ago
0093907
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
by Serhiy Storchaka
· 9 years ago
b1152be
Issue #28509: dict.update() no longer allocate unnecessary large memory
by INADA Naoki
· 9 years ago
3dca624
Issue #26240: Merge subprocess doc string from 3.5 into 3.6
by Martin Panter
· 9 years ago
4afdca0
Issue #26240: Clean up the subprocess module doc string
by Martin Panter
· 9 years ago
1faf902
Issue #27275: Fixed implementation of pop() and popitem() methods in
by Serhiy Storchaka
· 9 years ago
4832580
Issue #27275: Fixed implementation of pop() and popitem() methods in
by Serhiy Storchaka
· 9 years ago
ecb9018
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
by Serhiy Storchaka
· 9 years ago
7ff51bd
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
by Serhiy Storchaka
· 9 years ago
a6eba11
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
by Serhiy Storchaka
· 9 years ago
f3ebc9f
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
by Serhiy Storchaka
· 9 years ago
af4e474
Issue #28353: os.fwalk() no longer fails on broken links.
by Serhiy Storchaka
· 9 years ago
42babab
Issue #28353: os.fwalk() no longer fails on broken links.
by Serhiy Storchaka
· 9 years ago
74c1753
Issue #28430: Fix iterator of C implemented asyncio.Future doesn't
by INADA Naoki
· 9 years ago
c4a3e90
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
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
b1f5287
Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix
by Serhiy Storchaka
· 9 years ago
7db3c48
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
by Serhiy Storchaka
· 9 years ago
407c8ac
Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
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
7fc92bb
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
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
662cef6
Issue #25953: re.sub() now raises an error for invalid numerical group
by Serhiy Storchaka
· 9 years ago
85e81cf
Issue #28435: Merge urllib test fixes from 3.5 into 3.6
by Martin Panter
· 9 years ago
1002a62
Issue #28435: Avoid no_proxy environment variable interfering with tests
by Martin Panter
· 9 years ago
6330f2a
Merge 3.5 (issue #26796)
by Yury Selivanov
· 9 years ago
e8a6045
Issue #26796: Don't configure the number of workers for default threadpool executor.
by Yury Selivanov
· 9 years ago
e145efc
Merge 3.5 (issue #26923)
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
ed05406
Issue #28500: Fix asyncio to handle async gens GC from another thread.
by Yury Selivanov
· 9 years ago
eb7ebd3
Merge (issue #28396)
by Brett Cannon
· 9 years ago
10a7dbd
Issue #28396: Remove any mention of .pyo files from the man page.
by Brett Cannon
· 9 years ago
d5d32d2
Issue #28214: Improved exception reporting for problematic __set_name__
by Serhiy Storchaka
· 9 years ago
0a421a2
Issue #18219: Optimize csv.DictWriter for large number of columns.
by INADA Naoki
· 9 years ago
a836362
Issue #28448: Fix C implemented asyncio.Future didn't work on Windows
by INADA Naoki
· 9 years ago
a4b884f
Issue #28492: Fix how StopIteration is raised in _asyncio.Future
by Yury Selivanov
· 9 years ago
fa27d5f
Issue #28480: Avoid label at end of compound statement --without-threads
by Martin Panter
· 9 years ago
24c3b49
Issue #26944: Fix test_posix for Android where 'id -G' is entirely wrong
by Xavier de Gaye
· 9 years ago
fa22b29
Issue #28471: Fix crash (GIL state related) in socket.setblocking
by Yury Selivanov
· 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
a506a93
Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments.
by Victor Stinner
· 9 years ago
1f6b69b
Issue #28409: regrtest: fix the parser of command line arguments.
by Victor Stinner
· 9 years ago
2ccdb5a
Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
b1a751b
Issue #24452: Make webbrowser support Chrome on Mac OS X.
by Guido van Rossum
· 9 years ago
291417d
Issue #20766: Merge with 3.5.
by Xavier de Gaye
· 9 years ago
10e54ae
Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.
by Xavier de Gaye
· 9 years ago
547d156
Issue #28208: Update Windows build to use SQLite 3.14.2.0
by Zachary Ware
· 9 years ago
c08bb6c
Issue #28248: Merge with 3.5
by Zachary Ware
· 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
a4f45bb
Start 3.6.0b3
by Ned Deily
· 9 years ago
7e16af4
Version bump for 3.6.0b2
by Ned Deily
· 9 years ago
v3.6.0b2
425ec15
Issue #28402: Adds signed catalog files for stdlib on Windows.
by Steve Dower
· 9 years ago
fd1df3f
Issue #28394: Merge typo fixes from 3.5 into 3.6
by Martin Panter
· 9 years ago
d2a584b
Issue #28394: Spelling and typo fixes in code comments and changelog
by Martin Panter
· 9 years ago
49f5cdd
Issue #28183: Optimize and cleanup dict iteration.
by Serhiy Storchaka
· 9 years ago
917c1c3
Merge 3.5 (issue #27972)
by Yury Selivanov
· 9 years ago
4145c83
Issue #27972: Prohibit Tasks to await on themselves.
by Yury Selivanov
· 9 years ago
88e8aca
Merge 3.5 (issue #28399)
by Yury Selivanov
· 9 years ago
908d55d
Issue #28399: Remove UNIX socket from FS before binding.
by Yury Selivanov
· 9 years ago
3b8c547
Fixed wrong issue number in NEWS
by INADA Naoki
· 9 years ago
9e4e38e
Issue #26801: Added C implementation of asyncio.Future.
by INADA Naoki
· 9 years ago
21d9f10
Merge from 3.5.
by Serhiy Storchaka
· 9 years ago
9c0e1f8
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
by Serhiy Storchaka
· 9 years ago
ea200db
Add proper credit to NEWS file.
by Steve Dower
· 9 years ago
3cd187b
Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun)
by Steve Dower
· 9 years ago
c3215f5
Merge from 3.5.
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
c7f490c
Issue #28376: Creating instances of range_iterator by calling range_iterator
by Serhiy Storchaka
· 9 years ago
639098c
Merge from 3.5.
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
2674bc7
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
by Serhiy Storchaka
· 9 years ago
dd102f7
Issue #28317: The disassembler now decodes FORMAT_VALUE argument.
by Serhiy Storchaka
· 9 years ago
56588b7
Issue #26906: Resolving special methods of uninitialized type now causes
by Serhiy Storchaka
· 9 years ago
8ef3460
Issue #26906: Resolving special methods of uninitialized type now causes
by Serhiy Storchaka
· 9 years ago
e45b7c0
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
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
Next »