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
path:
root
/
Misc
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.6] bpo-31536: Avoid wholesale rebuild after `make regen-all` (GH-3678) (#3...
Miss Islington (bot)
2017-09-28
1
-0/+1
*
[3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has...
Serhiy Storchaka
2017-09-28
1
-0/+2
*
[3.6] closes bpo-22140: Prevent double substitution of prefix in python-confi...
Benjamin Peterson
2017-09-28
1
-0/+1
*
[3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790)
Miss Islington (bot)
2017-09-27
1
-0/+2
*
[3.6] bpo-25532: Protect against infinite loops in inspect.unwrap() (GH-1717)...
Serhiy Storchaka
2017-09-27
1
-0/+3
*
[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder...
Miss Islington (bot)
2017-09-27
1
-0/+2
*
[3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_...
Serhiy Storchaka
2017-09-27
1
-0/+3
*
[3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...
Miss Islington (bot)
2017-09-27
1
-0/+3
*
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...
Serhiy Storchaka
2017-09-27
1
-0/+3
*
[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...
Miss Islington (bot)
2017-09-26
1
-0/+1
*
[3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...
Miss Islington (bot)
2017-09-25
1
-0/+2
*
[3.6] bpo-30085: Improve documentation for operator (GH-1171) (#3736)
Miss Islington (bot)
2017-09-24
1
-0/+2
*
[3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a ba...
Miss Islington (bot)
2017-09-24
1
-0/+2
*
[3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Br...
Miss Islington (bot)
2017-09-23
1
-0/+7
*
[3.6] bpo-31559: Remove test order dependence in idle_test.test_browser. (GH-...
Miss Islington (bot)
2017-09-23
1
-0/+1
*
[3.6] bpo-1612262: IDLE: Class Browser shows nested functions, classes (GH-2...
Terry Jan Reedy
2017-09-22
1
-0/+3
*
bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)
Miss Islington (bot)
2017-09-22
1
-0/+2
*
[3.6] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (#3686)
Terry Jan Reedy
2017-09-21
1
-0/+1
*
[3.6] closes bpo-31532: Fix memory corruption due to allocator mix (GH-3679) ...
Miss Islington (bot)
2017-09-21
1
-0/+2
*
[3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614)...
Miss Islington (bot)
2017-09-19
1
-0/+1
*
[3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float wit...
Miss Islington (bot)
2017-09-19
1
-0/+2
*
[3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec....
Miss Islington (bot)
2017-09-19
1
-0/+2
*
Update pydoc topics and NEWS blurbs for 3.6.3rc1
Ned Deily
2017-09-19
122
-288/+1259
*
[3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)
Miss Islington (bot)
2017-09-18
1
-0/+1
*
[3.6] bpo-31493: Fix code context update and font update timers. (GH-3622) (#...
Miss Islington (bot)
2017-09-17
1
-0/+3
*
[3.6] bpo-31488: IDLE - update former extensions when options change. (GH-361...
Miss Islington (bot)
2017-09-16
1
-0/+4
*
[3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)
Terry Jan Reedy
2017-09-15
1
-0/+2
*
[3.6] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (G...
Miss Islington (bot)
2017-09-15
1
-0/+1
*
[3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-354...
Miss Islington (bot)
2017-09-14
1
-0/+2
*
[3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modul...
Miss Islington (bot)
2017-09-14
1
-0/+2
*
[3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in c...
Miss Islington (bot)
2017-09-14
1
-0/+2
*
[3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576)
Miss Islington (bot)
2017-09-14
1
-0/+1
*
[3.6] bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case ...
Miss Islington (bot)
2017-09-14
1
-0/+2
*
[3.6] bpo-28556: Minor updates to typing module (GH-3550) (#3558)
Miss Islington (bot)
2017-09-14
1
-0/+2
*
[3.6] bpo-31234, socket.create_connection(): Fix ref cycle (GH-3546) (#3552)
Miss Islington (bot)
2017-09-13
1
-0/+2
*
[3.6] bpo-31421: Document how IDLE runs tkinter programs. (GH-3513) (#3514)
Miss Islington (bot)
2017-09-12
1
-0/+4
*
[3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or ...
Serhiy Storchaka
2017-09-12
1
-0/+2
*
[3.6] bpo-31414: IDLE -- fix tk entry box tests by deleting first. (GH-3501) ...
Miss Islington (bot)
2017-09-11
1
-0/+2
*
[3.6] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...
Serhiy Storchaka
2017-09-11
1
-0/+2
*
[3.6] bpo-27099: IDLE - Convert built-in extensions to regular features (GH-2...
Terry Jan Reedy
2017-09-11
1
-0/+20
*
[3.6] bpo-31400: Improve SSL error handling on Windows (GH-3463) (#3466)
Christian Heimes
2017-09-09
1
-0/+1
*
[3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444)
Christian Heimes
2017-09-08
1
-0/+1
*
[3.6] bpo-27340: Use memoryview in SSLSocket.sendall() (GH-3384) (#3434)
Christian Heimes
2017-09-07
1
-0/+3
*
[3.6] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3432)
Christian Heimes
2017-09-07
1
-0/+2
*
[3.6] bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (G...
Miss Islington (bot)
2017-09-07
1
-0/+2
*
[3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 ...
Steve Dower
2017-09-07
1
-0/+1
*
[3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)
Miss Islington (bot)
2017-09-07
1
-0/+2
*
bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409)
Miss Islington (bot)
2017-09-07
1
-0/+3
*
[3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)
Miss Islington (bot)
2017-09-07
1
-0/+1
*
[3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Stud...
Steve Dower
2017-09-06
1
-0/+1
[next]