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.7.3
v3.7.3
Ned Deily
2019-03-25
1
-0/+8
*
Fix "catchs" typos in NEWS entries (GH-12364)
Harmon
2019-03-25
2
-4/+4
*
Remove NEWS entries duplicated from 3.7.2final. (GH-12309)
Ned Deily
2019-03-25
1
-40/+1
*
Correct minor edit to news entry. (GH-12299)
Ned Deily
2019-03-25
1
-1/+1
*
3.7.3rc1
v3.7.3rc1
Ned Deily
2019-03-12
124
-252/+1239
*
Minor edits to news entries for 3.7.3 (GH-12292)
Ned Deily
2019-03-12
3
-2/+3
*
bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) (GH-12284)
Miss Islington (bot)
2019-03-12
1
-0/+1
*
[3.7] bpo-35931: Gracefully handle any exception in pdb debug command (GH-121...
Miss Islington (bot)
2019-03-12
2
-1/+1
*
bpo-36234: Add more tests to PosixUidGidTests (GH-12234)
Miss Islington (bot)
2019-03-11
1
-0/+2
*
bpo-36176: Fix IDLE autocomplete & calltip popup colors. (GH-12262)
Miss Islington (bot)
2019-03-11
1
-0/+2
*
bpo-35647: Fix path check in cookiejar (GH-11436)
Miss Islington (bot)
2019-03-10
1
-0/+3
*
bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)
Miss Islington (bot)
2019-03-10
1
-0/+3
*
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH...
Miss Islington (bot)
2019-03-10
1
-0/+2
*
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (G...
Miss Islington (bot)
2019-03-10
1
-0/+4
*
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
Miss Islington (bot)
2019-03-08
1
-0/+1
*
bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)
Miss Islington (bot)
2019-03-08
1
-0/+1
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
1
-0/+3
*
[3.7] bpo-29571: Fix test_re.test_locale_flag() (GH-12178)
Victor Stinner
2019-03-05
1
-0/+6
*
bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
Miss Islington (bot)
2019-03-04
1
-0/+2
*
bpo-35198 Fix C++ extension compilation on AIX (GH-10437)
Miss Islington (bot)
2019-03-04
1
-0/+1
*
Autospec functions should propagate mock calls to parent GH-11273 (#12039)
Miss Islington (bot)
2019-03-03
1
-0/+2
*
bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996)
Miss Islington (bot)
2019-03-03
1
-0/+1
*
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031)
Miss Islington (bot)
2019-03-01
1
-0/+2
*
bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)
Miss Islington (bot)
2019-03-01
1
-0/+2
*
bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)
Miss Islington (bot)
2019-03-01
1
-0/+3
*
bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) (GH-12075)
Miss Islington (bot)
2019-02-27
1
-0/+1
*
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4...
Miss Islington (bot)
2019-02-27
1
-0/+3
*
bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...
Miss Islington (bot)
2019-02-26
1
-0/+1
*
bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)
Miss Islington (bot)
2019-02-26
1
-0/+1
*
bpo-24643: Fix "GH-define timezone _timezone" clashes on Windows (GH-12019)
Miss Islington (bot)
2019-02-26
1
-0/+1
*
bpo-35512: Resolve string target to patch.dict decorator during function call...
Miss Islington (bot)
2019-02-25
1
-0/+3
*
closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)
Miss Islington (bot)
2019-02-25
1
-0/+1
*
bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...
Miss Islington (bot)
2019-02-24
1
-0/+1
*
bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)
Miss Islington (bot)
2019-02-24
1
-0/+1
*
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
Miss Islington (bot)
2019-02-22
1
-0/+2
*
bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl...
Miss Islington (bot)
2019-02-21
1
-0/+2
*
bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940)
Miss Islington (bot)
2019-02-19
1
-0/+3
*
bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-...
Miss Islington (bot)
2019-02-19
1
-0/+3
*
bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472)
Miss Islington (bot)
2019-02-19
1
-0/+1
*
bpo-34572: change _pickle unpickling to use import rather than retrieving fro...
Miss Islington (bot)
2019-02-18
1
-0/+3
*
bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)
Miss Islington (bot)
2019-02-18
1
-0/+4
*
bpo-35942: Improve the error message if __fspath__ returns invalid types in p...
Miss Islington (bot)
2019-02-18
1
-0/+3
*
bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)
Miss Islington (bot)
2019-02-17
1
-0/+2
*
bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782)
Miss Islington (bot)
2019-02-15
1
-0/+1
*
bpo-35746: Credit Colin Read and Nicolas Edet (GH-11864)
Victor Stinner
2019-02-15
1
-1/+2
*
closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH...
Miss Islington (bot)
2019-02-14
1
-0/+1
*
bpo-35961: Fix a crash in slice_richcompare() (GH-11830)
Miss Islington (bot)
2019-02-13
1
-0/+2
*
bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...
Miss Islington (bot)
2019-02-12
1
-0/+2
*
bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815) (G...
Miss Islington (bot)
2019-02-12
1
-0/+2
*
bpo-35918: Remove broken has_key method and add test (GH-11819) (#11824)
Miss Islington (bot)
2019-02-12
1
-0/+2
[next]