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
*
bpo-33906: Rename idlelib.windows as window (GH-7833)
Miss Islington (bot)
2018-06-21
1
-0/+2
*
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
Miss Islington (bot)
2018-06-20
1
-0/+3
*
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
Miss Islington (bot)
2018-06-20
1
-0/+1
*
bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)
Miss Islington (bot)
2018-06-20
1
-0/+1
*
bpo-33907: Rename an IDLE module and classes. (GH-7810)
Miss Islington (bot)
2018-06-20
1
-3/+3
*
[3.6] bpo-33907: Rename an IDLE module and class. (GH-7807) (GH-7809)
Terry Jan Reedy
2018-06-20
1
-0/+3
*
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)
Miss Islington (bot)
2018-06-19
1
-0/+2
*
bpo-33365: print the header values beside the keys (GH-6611)
Miss Islington (bot)
2018-06-19
1
-0/+1
*
bpo-33663: Convert content length to string before putting to header (GH-7754)
Miss Islington (bot)
2018-06-18
1
-0/+1
*
bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)
Miss Islington (bot)
2018-06-16
1
-0/+1
*
[3.6] bpo-33855: Minimally test all IDLE modules. (GH-7689) (GH-7734)
Terry Jan Reedy
2018-06-16
1
-0/+2
*
Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protec...
Victor Stinner
2018-06-15
1
-1/+0
*
bpo-33847: Add '@' operator entry to index (GH-7669)
Miss Islington (bot)
2018-06-15
1
-0/+1
*
bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) (GH-7...
Victor Stinner
2018-06-15
3
-0/+5
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Miss Islington (bot)
2018-06-15
1
-0/+1
*
[3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629)
Victor Stinner
2018-06-13
1
-0/+1
*
bpo-27397: Make email module properly handle invalid-length base64 strings (G...
Miss Islington (bot)
2018-06-12
1
-0/+1
*
3.6.6rc1
v3.6.6rc1
Ned Deily
2018-06-12
91
-168/+885
*
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7652)
Ned Deily
2018-06-12
1
-0/+2
*
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
Miss Islington (bot)
2018-06-11
1
-0/+4
*
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (...
Miss Islington (bot)
2018-06-11
1
-0/+1
*
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7601)
Miss Islington (bot)
2018-06-10
1
-0/+2
*
[3.6] Fix spaces added after hyphens in news entries. (GH-7579) (GH-7584)
Serhiy Storchaka
2018-06-10
5
-7/+7
*
bpo-30805: Avoid race condition with debug logging (GH-7545)
Miss Islington (bot)
2018-06-08
1
-0/+1
*
bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)
Miss Islington (bot)
2018-06-08
1
-0/+2
*
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...
Miss Islington (bot)
2018-06-08
1
-0/+1
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Yury Selivanov
2018-06-08
1
-0/+1
*
bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500)
Miss Islington (bot)
2018-06-07
2
-21/+5
*
bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)
INADA Naoki
2018-06-06
1
-0/+3
*
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
Miss Islington (bot)
2018-06-05
1
-0/+3
*
Enable the verbose build for extension modules with GNU make (GH-6659)
Miss Islington (bot)
2018-06-04
1
-0/+2
*
bpo-31849: Fix warning in pyhash.c (GH-6799)
Miss Islington (bot)
2018-06-04
1
-0/+1
*
bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
Miss Islington (bot)
2018-06-04
1
-0/+1
*
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
Miss Islington (bot)
2018-06-04
1
-0/+5
*
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
Miss Islington (bot)
2018-06-02
1
-0/+12
*
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
Miss Islington (bot)
2018-06-02
1
-0/+9
*
bpo-31238: pydoc ServerThread.stop() now joins itself (GH-3151) (GH-7324)
Victor Stinner
2018-06-01
1
-0/+3
*
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH...
Miss Islington (bot)
2018-06-01
1
-0/+2
*
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...
Yury Selivanov
2018-05-29
1
-0/+1
*
bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (#...
Miss Islington (bot)
2018-05-29
1
-0/+2
*
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7180)
Yury Selivanov
2018-05-29
1
-0/+1
*
bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (GH-7188)
Victor Stinner
2018-05-29
1
-0/+4
*
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
Miss Islington (bot)
2018-05-29
1
-0/+1
*
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149...
Miss Islington (bot)
2018-05-28
1
-0/+2
*
bpo-33614: Ensures module definition files for the stable ABI on Windows are ...
Miss Islington (bot)
2018-05-28
1
-0/+2
*
bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134)
Miss Islington (bot)
2018-05-26
1
-0/+2
*
bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757)
Miss Islington (bot)
2018-05-25
1
-0/+2
*
[3.6] bpo-26819: Prevent proactor double read on resume (GH-6921) (#7110)
CtrlZvi
2018-05-25
1
-0/+2
*
[3.6] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (GH-7095)
Serhiy Storchaka
2018-05-24
1
-0/+4
*
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
Miss Islington (bot)
2018-05-24
1
-0/+2
[next]