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
Commit message (
Expand
)
Author
Age
Files
Lines
*
3.7.5
v3.7.5
Ned Deily
2019-10-14
6
-10/+26
*
Fix some news entries for 3.7.5 final.
Ned Deily
2019-10-14
2
-1/+2
*
[3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...
Abhilash Raj
2019-10-14
1
-0/+2
*
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
Miss Islington (bot)
2019-10-14
1
-0/+5
*
[3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentati...
Ricardo Bánffy
2019-10-14
1
-0/+1
*
bpo-38344: Fix syntax in activate.bat (GH-16533)
Miss Islington (bot)
2019-10-14
1
-0/+1
*
3.7.5rc1
v3.7.5rc1
Ned Deily
2019-10-01
133
-258/+1325
*
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...
Miss Islington (bot)
2019-09-29
1
-0/+1
*
[3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...
Jason R. Coombs
2019-09-28
1
-0/+4
*
bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446...
Miss Islington (bot)
2019-09-28
1
-0/+2
*
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
Miss Islington (bot)
2019-09-27
1
-0/+3
*
[3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427)
Christian Heimes
2019-09-26
1
-0/+4
*
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426)
Victor Stinner
2019-09-26
1
-0/+1
*
[3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407)
Benjamin Peterson
2019-09-26
1
-0/+2
*
bpo-38271: encrypt private key test files with AES256 (GH-16385)
Miss Islington (bot)
2019-09-25
1
-0/+4
*
[3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374)
Gregory P. Smith
2019-09-25
1
-0/+3
*
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)
Miss Islington (bot)
2019-09-24
1
-0/+4
*
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)
Miss Islington (bot)
2019-09-24
1
-0/+2
*
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)
Miss Islington (bot)
2019-09-20
1
-0/+1
*
[3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (...
Serhiy Storchaka
2019-09-17
1
-0/+2
*
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...
Miss Islington (bot)
2019-09-17
1
-0/+3
*
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...
Miss Islington (bot)
2019-09-17
1
-0/+1
*
bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)
Miss Islington (bot)
2019-09-17
1
-0/+3
*
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
Miss Islington (bot)
2019-09-17
1
-0/+1
*
bpo-38183: Test_idle ignores user config directory GH-16198)
Miss Islington (bot)
2019-09-17
1
-0/+3
*
[3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-161...
Miss Islington (bot)
2019-09-16
1
-0/+2
*
bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)
Steve Dower
2019-09-16
1
-0/+1
*
bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
Miss Islington (bot)
2019-09-16
1
-0/+1
*
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)...
Miss Islington (bot)
2019-09-13
1
-0/+1
*
closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)
Miss Islington (bot)
2019-09-13
1
-0/+2
*
[3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_coo...
Xtreak
2019-09-13
1
-0/+2
*
Revert "bpo-37785: Fix xgettext warning in argparse (GH-15161)" (GH-16082)
Julien Palard
2019-09-13
1
-1/+0
*
bpo-37785: Fix xgettext warning in argparse (GH-15161)
Miss Islington (bot)
2019-09-13
1
-0/+1
*
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
Miss Islington (bot)
2019-09-12
1
-0/+1
*
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
Miss Islington (bot)
2019-09-12
1
-0/+3
*
bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
Miss Islington (bot)
2019-09-12
1
-0/+1
*
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
Miss Islington (bot)
2019-09-12
1
-0/+2
*
Improve clarity of try-return-finally-return (GH-15677) (GH-15982)
Miss Islington (bot)
2019-09-11
1
-0/+1
*
[3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) (GH-15994)
Stéphane Wirtel
2019-09-11
1
-0/+1
*
bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15974)
Miss Islington (bot)
2019-09-11
1
-0/+1
*
bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...
Miss Islington (bot)
2019-09-11
1
-0/+2
*
bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...
Miss Islington (bot)
2019-09-11
1
-0/+2
*
[3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)
Miss Islington (bot)
2019-09-11
2
-0/+3
*
[3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926)
Vinay Sajip
2019-09-11
1
-0/+1
*
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-...
Miss Islington (bot)
2019-09-11
1
-0/+2
*
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
Miss Islington (bot)
2019-09-11
1
-0/+5
*
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests op...
Steve Dower
2019-09-10
1
-0/+1
*
[3.7] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15874)
Victor Stinner
2019-09-10
1
-0/+3
*
bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolse...
Steve Dower
2019-09-10
1
-0/+2
*
bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
Steve Dower
2019-09-10
1
-0/+1
[next]