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
*
bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)
Miss Islington (bot)
2017-09-22
6
-9/+46
*
[3.6] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (#3686)
Terry Jan Reedy
2017-09-21
4
-0/+20
*
[3.6] closes bpo-31532: Fix memory corruption due to allocator mix (GH-3679) ...
Miss Islington (bot)
2017-09-21
2
-1/+3
*
bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675)
Miss Islington (bot)
2017-09-20
1
-2/+2
*
[3.6] bpo-31500: Removed fixed size of IDLE config dialog. (GH-3664) (#3665)
Miss Islington (bot)
2017-09-19
1
-1/+1
*
bpo-31501: Operator precedence description for arithmetic operators (GH-3633)...
Miss Islington (bot)
2017-09-19
1
-2/+2
*
Fix build issues in Doc/make.bat (#3663)
Steve Dower
2017-09-19
1
-8/+10
*
[3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614)...
Miss Islington (bot)
2017-09-19
3
-2/+31
*
[3.6] pythoninfo: ignore OSError(ENOSYS) on getrandom() (GH-3655) (#3657)
Miss Islington (bot)
2017-09-19
1
-5/+12
*
[3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float wit...
Miss Islington (bot)
2017-09-19
3
-4/+55
*
[3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec....
Miss Islington (bot)
2017-09-19
3
-0/+18
*
post 3.6.3rc1 development
Ned Deily
2017-09-19
1
-1/+1
*
Merge tag 'v3.6.3rc1' into 3.6
Ned Deily
2017-09-19
125
-314/+1280
|
\
|
*
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
[next]