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.4rc1
v3.7.4rc1
Ned Deily
2019-06-18
161
-331/+1632
*
Changelog fixups for 3.7.3rc1
Ned Deily
2019-06-18
2
-1/+0
*
bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14208)
Ned Deily
2019-06-18
1
-0/+3
*
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
Miss Islington (bot)
2019-06-18
1
-0/+1
*
bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)
Miss Islington (bot)
2019-06-18
1
-0/+1
*
bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)
Miss Islington (bot)
2019-06-18
1
-0/+1
*
bpo-5680: IDLE: Customize running a module (GH-13763)
Miss Islington (bot)
2019-06-18
1
-0/+3
*
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
Steve Dower
2019-06-17
1
-0/+1
*
bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)
Miss Islington (bot)
2019-06-17
1
-0/+2
*
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)
Miss Islington (bot)
2019-06-17
1
-0/+4
*
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) ...
Miss Islington (bot)
2019-06-17
1
-0/+2
*
bpo-28805: document METH_FASTCALL (GH-14079)
Miss Islington (bot)
2019-06-16
1
-0/+1
*
bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or...
Miss Islington (bot)
2019-06-16
1
-0/+4
*
[3.7] bpo-37279: Fix asyncio sendfile support when extra data are sent in fa...
Andrew Svetlov
2019-06-15
1
-0/+2
*
Use threadpool for reading from file in sendfile fallback mode (GH-14076)
Miss Islington (bot)
2019-06-15
1
-0/+1
*
bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows...
Miss Islington (bot)
2019-06-14
1
-0/+2
*
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...
Victor Stinner
2019-06-14
1
-0/+1
*
[3.7] bpo-37269: Correctly optimise conditionals with constant booleans (GH-1...
Pablo Galindo
2019-06-14
1
-0/+2
*
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...
Miss Islington (bot)
2019-06-13
1
-0/+2
*
bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) (GH...
Miss Islington (bot)
2019-06-13
1
-0/+4
*
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
Miss Islington (bot)
2019-06-13
1
-0/+2
*
bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-...
Miss Islington (bot)
2019-06-12
1
-0/+3
*
[3.7] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13910)
Abhilash Raj
2019-06-11
1
-0/+1
*
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
Miss Islington (bot)
2019-06-11
1
-0/+2
*
[3.7] bpo-37219: Remove erroneous optimization for differencing an empty set ...
Raymond Hettinger
2019-06-11
1
-0/+1
*
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
Miss Islington (bot)
2019-06-08
1
-0/+1
*
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
Miss Islington (bot)
2019-06-08
1
-0/+5
*
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
1
-0/+1
*
bpo-37177: make IDLE's search dialogs transient (GH-13869)
Miss Islington (bot)
2019-06-07
1
-0/+2
*
bpo-21315: Fix parsing of encoded words with missing leading ws. (GH-13425) (...
Miss Islington (bot)
2019-06-06
1
-0/+4
*
Don't report deleted attributes in __dir__ (GHGH-10148)
Miss Islington (bot)
2019-06-06
1
-0/+2
*
bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)
Miss Islington (bot)
2019-06-05
1
-0/+3
*
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
Miss Islington (bot)
2019-06-05
1
-0/+2
*
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) ...
Miss Islington (bot)
2019-06-04
1
-0/+2
*
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
Miss Islington (bot)
2019-06-03
1
-0/+2
*
[3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)
Miss Islington (bot)
2019-06-03
1
-0/+1
*
[3.7] bpo-27987: align PyGC_Head to alignof(long double) (GH-13335) (GH-13581)
Inada Naoki
2019-06-03
1
-0/+2
*
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...
Miss Islington (bot)
2019-06-02
1
-0/+1
*
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
Miss Islington (bot)
2019-06-02
1
-0/+2
*
Improve version added references in `typing` module docs (GH-13457)
Miss Islington (bot)
2019-06-02
1
-0/+1
*
bpo-32411: IDLE: Remove line number sort in browser.py (GH-5011)
Miss Islington (bot)
2019-06-01
1
-0/+2
*
bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)
Miss Islington (bot)
2019-06-01
1
-0/+2
*
bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278)
Miss Islington (bot)
2019-05-31
1
-0/+2
*
bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None ...
Miss Islington (bot)
2019-05-31
1
-0/+2
*
bpo-25735: math.factorial doc should mention integer return type (GH-6420)
Miss Islington (bot)
2019-05-31
1
-0/+1
*
bpo-24564: shutil.copystat(): ignore EINVAL on os.setxattr() (GH-13369)
Miss Islington (bot)
2019-05-30
1
-0/+3
*
[3.7] bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456...
Anthony Sottile
2019-05-30
1
-0/+2
*
bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) (GH-...
Miss Islington (bot)
2019-05-29
1
-0/+1
*
bpo-22102: Fixes zip files with disks set to 0 (GH-5985)
Miss Islington (bot)
2019-05-28
1
-0/+2
*
bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606)
Miss Islington (bot)
2019-05-28
1
-0/+2
[next]