index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump to 3.6.3
v3.6.3
Ned Deily
2017-10-03
3
-7/+8
*
Update NEWS blurbs for 3.6.3 final
Ned Deily
2017-10-03
4
-5/+27
*
Improve/fix some Misc/NEWS entries
Ned Deily
2017-10-03
3
-3/+3
*
Add NEWS entries for 3.6.3 final cherrypicks.
Ned Deily
2017-10-03
4
-0/+5
*
[3.6] bpo-31662: Fix typos in uploadrelease.bat script (#3858)
Miss Islington (bot)
2017-10-03
1
-3/+3
*
[3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_complete...
Miss Islington (bot)
2017-10-03
2
-3/+6
*
[3.6] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3699)
Zachary Ware
2017-10-03
1
-4/+8
*
Fix build issues in Doc/make.bat (#3663)
Steve Dower
2017-10-03
1
-8/+10
*
Bump to 3.6.3rc1
v3.6.3rc1
Ned Deily
2017-09-19
2
-6/+6
*
Update pydoc topics and NEWS blurbs for 3.6.3rc1
Ned Deily
2017-09-19
123
-308/+1274
*
[3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)
Miss Islington (bot)
2017-09-18
3
-1/+26
*
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (GH-3635) (#3637)
Miss Islington (bot)
2017-09-18
1
-0/+19
*
[3.6] bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (...
Miss Islington (bot)
2017-09-18
1
-2/+2
*
bpo-31487: Update F-strings doc example (GH-3627) (GH-3628)
Miss Islington (bot)
2017-09-17
1
-1/+1
*
[3.6] bpo-31493: Fix code context update and font update timers. (GH-3622) (#...
Miss Islington (bot)
2017-09-17
2
-26/+29
*
bpo-31487: Improve f-strings documentation (GH-3604) (GH-3619)
Miss Islington (bot)
2017-09-16
1
-0/+6
*
bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-361...
Miss Islington (bot)
2017-09-16
1
-2/+4
*
bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3607)
Michael Seifert
2017-09-16
2
-15/+40
*
[3.6] bpo-31488: IDLE - update former extensions when options change. (GH-361...
Miss Islington (bot)
2017-09-16
4
-25/+32
*
[3.6] bpo-31234: Join threads in tests (#3589)
Victor Stinner
2017-09-15
7
-37/+59
*
[3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)
Terry Jan Reedy
2017-09-15
3
-3/+9
*
[3.6] bpo-31462: IDLE - remove trailing whitespaces (GH-3564) (#3594)
Terry Jan Reedy
2017-09-15
3
-31/+31
*
[3.6] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (G...
Miss Islington (bot)
2017-09-15
4
-45/+41
*
[3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-354...
Miss Islington (bot)
2017-09-14
3
-2/+60
*
[3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modul...
Miss Islington (bot)
2017-09-14
4
-22/+96
*
[3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in c...
Miss Islington (bot)
2017-09-14
3
-1/+16
*
[3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576)
Miss Islington (bot)
2017-09-14
3
-0/+33
*
Improve code examples in hashlib cookie signing (GH-3562) (GH-3566)
Miss Islington (bot)
2017-09-14
1
-3/+4
*
[3.6] _ssl_: Fix compiler warning (GH-3559) (#3569)
Christian Heimes
2017-09-14
1
-0/+6
*
[3.6] bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case ...
Miss Islington (bot)
2017-09-14
2
-1/+3
*
[3.6] bpo-30246: fix several error messages which only mention bytes in struc...
Xiang Zhang
2017-09-14
1
-4/+5
*
[3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) (GH-3560)
Mariatta
2017-09-14
2
-2/+2
*
[3.6] bpo-28556: Minor updates to typing module (GH-3550) (#3558)
Miss Islington (bot)
2017-09-14
3
-50/+38
*
[3.6] bpo-31234: Fix dangling thread in test_ftp/poplib (#3554)
Victor Stinner
2017-09-13
2
-1/+17
*
[3.6] bpo-31234, socket.create_connection(): Fix ref cycle (GH-3546) (#3552)
Miss Islington (bot)
2017-09-13
2
-0/+4
*
[3.6] bpo-31448, test_poplib: Fix ResourceWarning (GH-3542) (#3543)
Miss Islington (bot)
2017-09-13
1
-3/+3
*
[3.6] bpo-31234: test_httpservers joins the server thread (GH-3188) (#3536)
Miss Islington (bot)
2017-09-13
1
-0/+1
*
[3.6] bpo-31234: test_threaded_import: fix test_side_effect_import() (GH-3189...
Miss Islington (bot)
2017-09-13
1
-1/+3
*
[3.6] bpo-31323: Fix reference leak in test_ssl (GH-3263) (#3538)
Miss Islington (bot)
2017-09-13
1
-2/+6
*
[3.6] Mention enum as a potential use for metaclasses (GH-2982) (GH-3527)
Miss Islington (bot)
2017-09-13
1
-2/+2
*
[3.6] bpo-31394: Clarify documentation about token type attribute (GH-3469) (...
Mariatta
2017-09-13
1
-2/+3
*
[3.6] bpo-31249: Fix test_concurrent_futures dangling thread (GH-3521) (#3522)
Miss Islington (bot)
2017-09-13
1
-0/+3
*
[3.6] bpo-31234: Enhance test_thread.test_forkinthread() (GH-3516) (#3519)
Miss Islington (bot)
2017-09-12
1
-12/+19
*
[3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-...
Victor Stinner
2017-09-12
14
-27/+41
*
[3.6] bpo-31250: test_asyncio: fix dangling threads (#3517)
Victor Stinner
2017-09-12
4
-4/+12
*
[3.6] bpo-31421: Document how IDLE runs tkinter programs. (GH-3513) (#3514)
Miss Islington (bot)
2017-09-12
3
-16/+63
*
[3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) (#3511)
Miss Islington (bot)
2017-09-12
2
-20/+11
*
[3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or ...
Serhiy Storchaka
2017-09-12
3
-3/+33
*
[3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495)
Benjamin Peterson
2017-09-12
4
-6/+14
*
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (GH-3503) (#3504)
Miss Islington (bot)
2017-09-11
1
-0/+46
[next]