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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[3.8] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-...
Dong-hee Na
2019-12-31
5
-1/+50
*
closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727)
Miss Islington (bot)
2019-12-31
1
-1/+1
*
bpo-34118: memoryview, range, and tuple are classes (GH-17761)
Miss Islington (bot)
2019-12-30
2
-3/+5
*
bpo-38610: Fix possible crashes in several list methods (GH-17022)
Miss Islington (bot)
2019-12-30
3
-3/+40
*
bpo-39037: Fix lookup order of magic methods in with statement documentation ...
Miss Islington (bot)
2019-12-30
1
-18/+49
*
Fix typos and remove deprecated deprecation warning. (GH-17741)
Miss Islington (bot)
2019-12-29
1
-11/+4
*
[3.8] bpo-39136: Fixed typos (GH-17720)
Terry Jan Reedy
2019-12-29
5
-6/+6
*
Reorder entries in Misc/ACKS (GH-17663) (GH-17673)
Éric Araujo
2019-12-28
1
-11/+12
*
bpo-38731: Fix function signature of quiet in docs (GH-17719)
Miss Islington (bot)
2019-12-28
1
-1/+1
*
bpo-39144 Align ctags and etags behaviours in the makefile and include Python...
Miss Islington (bot)
2019-12-28
2
-0/+4
*
closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (G...
Miss Islington (bot)
2019-12-27
1
-7/+7
*
[3.8] closes bpo-39135: Remove 'time.clock()' mention in docs. (GH-17713)
Benjamin Peterson
2019-12-27
1
-1/+0
*
bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) ...
Miss Islington (bot)
2019-12-25
1
-3/+4
*
Fix the miscellaneous typo (GH-17700)
Miss Islington (bot)
2019-12-25
1
-1/+1
*
bpo-38753: AsyncMock added in version 3.8 (GH-17102)
Miss Islington (bot)
2019-12-25
1
-0/+1
*
Minor C API documentation improvements. (GH-17697)
Miss Islington (bot)
2019-12-25
2
-2/+2
*
Fix import path for asyncio.TimeoutError (GH-17691)
Miss Islington (bot)
2019-12-24
2
-2/+3
*
[3.8] bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) (GH-17684)
Bar Harel
2019-12-23
3
-1/+15
*
Doc typo (GH-17667) (#17668)
Miss Islington (bot)
2019-12-23
1
-1/+1
*
[typo] fix dupe in datetime.fromisoformat docs (GH-17295)
Miss Islington (bot)
2019-12-23
1
-2/+0
*
Add missing markup (GH-17680)
Miss Islington (bot)
2019-12-22
1
-1/+1
*
bpo-38918: Add __module__ entry for function & method type in inspect docs ta...
Miss Islington (bot)
2019-12-20
2
-0/+9
*
[3.8] bpo-38316: Fix co_stacksize documentation (GH-16983) (GH-17661)
Batuhan Taşkaya
2019-12-19
1
-2/+2
*
Post 3.8.1
Łukasz Langa
2019-12-19
1
-1/+1
*
Merge tag 'v3.8.1' into 3.8
Łukasz Langa
2019-12-19
15
-22/+114
|
\
|
*
Python 3.8.1
v3.8.1
Łukasz Langa
2019-12-18
15
-22/+114
*
|
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652...
Victor Stinner
2019-12-18
2
-3/+14
|
/
*
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) (GH-17647)
Victor Stinner
2019-12-18
5
-21/+42
*
[3.8] bpo-39080: Starred Expression's column offset fix when inside a CALL (G...
Pablo Galindo
2019-12-18
3
-1/+11
*
bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...
Ned Deily
2019-12-17
2
-1/+2
*
Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17579)
Miss Islington (bot)
2019-12-17
1
-3/+4
*
[3.8] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *...
Kyle Stanley
2019-12-17
3
-0/+30
*
bpo-38811: Check for presence of os.link method in pathlib (GH-17225)
Miss Islington (bot)
2019-12-16
3
-1/+17
*
The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586)
Miss Islington (bot)
2019-12-15
1
-3/+1
*
bpo-39035: travis: Don't use beta group (GH-17603)
Inada Naoki
2019-12-14
1
-1/+0
*
Fix elif start column offset when there is an else following (GH-17596) (GH-1...
Miss Islington (bot)
2019-12-14
2
-2/+11
*
Add PYTHONUTF8 to commandline usage. (GH-17587)
Miss Islington (bot)
2019-12-14
1
-0/+1
*
bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17591)
Miss Islington (bot)
2019-12-13
3
-2/+8
*
bpo-39031: Include elif keyword when producing lineno/col-offset info for if_...
Miss Islington (bot)
2019-12-13
3
-2/+13
*
bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) (GH-17569)
Miss Islington (bot)
2019-12-11
4
-7/+62
*
bpo-39012: Fix RC version suffix for nuget release files (GH-17564)
Miss Islington (bot)
2019-12-10
1
-1/+1
*
[3.8] Minor fixes to the NEWS entries (GH-17557)
Pablo Galindo
2019-12-10
2
-2/+1
*
Post 3.8.1rc1
Łukasz Langa
2019-12-10
1
-1/+1
*
Merge tag 'v3.8.1rc1' into 3.8
Łukasz Langa
2019-12-10
81
-240/+931
|
\
|
*
Python 3.8.1rc1
v3.8.1rc1
Łukasz Langa
2019-12-09
81
-240/+931
*
|
Fix Windows release builds (GH-17550)
Miss Islington (bot)
2019-12-10
2
-1/+8
*
|
bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) (GH-17538)
Miss Islington (bot)
2019-12-10
3
-2/+4
*
|
bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
Miss Islington (bot)
2019-12-10
3
-0/+6
*
|
bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
Miss Islington (bot)
2019-12-09
3
-1/+5
*
|
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Miss Islington (bot)
2019-12-09
5
-27/+218
[prev]
[next]