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
...
*
bpo-40084: Enum - dir() includes member attributes (GH-19219)
Angelin BOOZ
2020-09-21
5
-2/+20
*
bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240)
Mohamed Koubaa
2020-09-21
2
-31/+86
*
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
Samuel Marks
2020-09-21
1
-1/+1
*
bpo-41513: Add accuracy tests for math.hypot() (GH-22327)
Raymond Hettinger
2020-09-21
1
-0/+63
*
[doc] Teach 0-args form of super in Programming FAQ (GH-22176)
Andre Delfino
2020-09-20
1
-8/+7
*
bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)
Berker Peksag
2020-09-20
3
-0/+20
*
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Peter McCormick
2020-09-20
3
-0/+13
*
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
Mark Dickinson
2020-09-19
2
-0/+8
*
bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679)
idomic
2020-09-19
3
-1/+12
*
bpo-41811: create SortKey members using first given value (GH-22316)
Ethan Furman
2020-09-19
2
-3/+7
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-19
7
-39/+148
*
Make fractional value accumulation consistent inside and outside the loop. (G...
Raymond Hettinger
2020-09-19
1
-5/+4
*
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)
Victor Stinner
2020-09-18
3
-8/+12
*
bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
Dong-hee Na
2020-09-18
2
-15/+22
*
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner
2020-09-18
8
-69/+70
*
Remove duplicated words words (GH-22298)
Serhiy Storchaka
2020-09-18
4
-5/+5
*
bpo-41808: Add What's New 3.9 entry missing from master (#22294)
Terry Jan Reedy
2020-09-18
1
-0/+5
*
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)
Serhiy Storchaka
2020-09-17
1
-0/+6
*
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Serhiy Storchaka
2020-09-17
5
-3/+34
*
bpo-41715: Fix potential catastrofic backtracking in c_analyzer. (GH-22091)
Serhiy Storchaka
2020-09-17
1
-6/+6
*
Enum: make `Flag` and `IntFlag` members iterable (GH-22221)
Ethan Furman
2020-09-16
4
-0/+32
*
_auto_called cleanup (GH-22285)
Ethan Furman
2020-09-16
2
-1/+12
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
22
-1087/+1339
*
acknowledge Weipeng Hong's contributions (GH-22284)
Ethan Furman
2020-09-16
1
-0/+1
*
bpo-39728: Enum: fix duplicate `ValueError` (GH-22277)
Ethan Furman
2020-09-16
4
-2/+21
*
[doc] Minor improvements to is_typeddict (GH-22280)
Andre Delfino
2020-09-16
1
-1/+1
*
bpo-41517: do not allow Enums to be extended (#22271)
Ethan Furman
2020-09-16
3
-5/+18
*
bpo-41792: Add is_typeddict function to typing.py (GH-22254)
Patrick Reader
2020-09-16
4
-0/+42
*
bpo-41789: honor object overrides in Enum classes (GH-22250)
Ethan Furman
2020-09-15
3
-1/+14
*
Doc: Fix broken manpage link (GH-21937)
Tim Burke
2020-09-15
1
-1/+1
*
bpo-39587: Enum - use correct mixed-in data type (GH-22263)
Ethan Furman
2020-09-15
3
-1/+56
*
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
Batuhan Taskaya
2020-09-15
3
-0/+46
*
Fix all Python Cookbook links (#22205)
Andre Delfino
2020-09-15
17
-20/+20
*
minor reformat of enum tests (GH-22259)
Ethan Furman
2020-09-15
1
-26/+44
*
Improve the description of difflib in the documentation (GH-22253)
Mandeep
2020-09-15
1
-2/+2
*
bpo-41631: _ast module uses again a global state (#21961)
Victor Stinner
2020-09-15
7
-309/+160
*
bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234)
Neeraj Samtani
2020-09-15
1
-5/+5
*
bpo-41513: Remove broken tests that fail on Gentoo (GH-22249)
Raymond Hettinger
2020-09-15
1
-51/+0
*
bpo-40721: add note about enum member name case (GH-22231)
Ethan Furman
2020-09-14
1
-0/+6
*
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
Václav Slavík
2020-09-14
5
-4/+8
*
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...
Zackery Spytz
2020-09-14
1
-3/+3
*
Fix a typo in locale Docs (#22233)
abdo
2020-09-14
1
-1/+1
*
bpo-41513: Add docs and tests for hypot() (GH-22238)
Raymond Hettinger
2020-09-14
3
-7/+63
*
bpo-39883: Update macOS installer copy of LICENSE. (GH-22235)
Ned Deily
2020-09-14
1
-3/+24
*
bpo-41778: Change a punctuation on documentation. (GH-22229)
Emmanuel Arias
2020-09-13
1
-2/+2
*
bpo-38967: Improve the error msg for reserved _sunder_ names in enum (GH-18370)
Zackery Spytz
2020-09-13
2
-1/+7
*
bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* f...
Sergey Fedoseev
2020-09-13
1
-3/+3
*
bpo-41672: Fix type mismatches in imaplib docs (GH-22207)
Norbert Cyran
2020-09-12
1
-2/+2
*
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
Victor Stinner
2020-09-12
3
-9/+23
*
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
Terry Jan Reedy
2020-09-12
2
-1/+2
[prev]
[next]