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-32133: Improve numbers docs (GH-26124) (GH-26149)
Miss Islington (bot)
2021-05-15
1
-1/+1
*
bpo-44139: Use a more descriptive syntax error comprehension case in the What...
Miss Islington (bot)
2021-05-15
1
-2/+2
*
[3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (...
Miss Islington (bot)
2021-05-15
3
-1/+26
*
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
Miss Islington (bot)
2021-05-14
3
-6/+13
*
bpo-43729: Clarify comment in tutorial example (GH-25191) (#26136)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
Subprocess Protocols Documentation (GH-20950) (GH-26133)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
[3.10] [doc] Fix typos in cgi.rst (GH-24766) (GH-26132)
Irit Katriel
2021-05-14
1
-4/+4
*
Update doc as relative import can be used with star import (GH-25667) (GH-26121)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
Reword paragraph on specific value for Py_LIMITED_API (GH-26101) (GH-26123)
Miss Islington (bot)
2021-05-14
1
-12/+12
*
bpo-44108: sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032) (GH-26125)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
Updated code example for asyncio.gather (GH-20604) (GH-26119)
Miss Islington (bot)
2021-05-14
1
-8/+11
*
bpo-43977: Update pattern matching language reference docs (GH-25917) (GH-26117)
Miss Islington (bot)
2021-05-14
2
-8/+36
*
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
Miss Islington (bot)
2021-05-14
7
-1105/+1188
*
bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090...
Miss Islington (bot)
2021-05-14
1
-0/+8
*
[3.10] bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag (GH-...
Miss Islington (bot)
2021-05-13
1
-0/+10
*
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
Miss Islington (bot)
2021-05-13
3
-4/+14
*
bpo-44114: Remove redundant cast. (GH-26098)
Miss Islington (bot)
2021-05-13
1
-2/+2
*
bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)
Miss Islington (bot)
2021-05-13
1
-1/+4
*
bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH...
Miss Islington (bot)
2021-05-13
3
-14/+59
*
[3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061)
Mark Shannon
2021-05-13
2
-0/+50
*
bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat() and c...
Miss Islington (bot)
2021-05-13
1
-0/+5
*
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...
Miss Islington (bot)
2021-05-13
2
-4/+5
*
bpo-44030: Fix formatting error in exceptions docs (GH-25929) (GH-26086)
Miss Islington (bot)
2021-05-13
1
-1/+1
*
bpo-44116: Add GC support to _csv heap types (GH-26074) (GH-26081)
Miss Islington (bot)
2021-05-12
1
-30/+32
*
bpo-40645: Fix ref leaks in _hashopenssl (GH-26079)
Miss Islington (bot)
2021-05-12
1
-4/+9
*
bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-...
Miss Islington (bot)
2021-05-12
3
-2/+23
*
[3.10] bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034...
Irit Katriel
2021-05-12
1
-0/+18
*
bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066)
Miss Islington (bot)
2021-05-12
3
-1/+6
*
bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26057)
Miss Islington (bot)
2021-05-12
1
-0/+1
*
Correct the changelog entry for the syntax error message for multiple excepti...
Miss Islington (bot)
2021-05-11
1
-1/+1
*
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-2...
Miss Islington (bot)
2021-05-11
3
-1/+42
*
Fix import of HTTPError (GH-22304) (GH-26047)
Miss Islington (bot)
2021-05-11
2
-2/+3
*
bpo-10548: expectedFailure does not apply to fixtures (GH-23201) (#26044)
Miss Islington (bot)
2021-05-11
1
-2/+3
*
bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016)...
Miss Islington (bot)
2021-05-11
2
-5/+11
*
bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (GH-2...
Miss Islington (bot)
2021-05-11
2
-6/+7
*
Doc: http.server: directory is not a class attribute, but an argument. (GH-26...
Miss Islington (bot)
2021-05-11
1
-8/+8
*
bpo-44074: let patchcheck infer the base branch name (GH-25991)
Miss Islington (bot)
2021-05-10
2
-4/+27
*
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...
Miss Islington (bot)
2021-05-10
3
-0/+24
*
bpo-43149: Correct the syntax error message for multiple exception types (GH-...
Miss Islington (bot)
2021-05-09
5
-8/+10
*
Revert test for Tix deprecation warning (GH-26005)
Miss Islington (bot)
2021-05-09
1
-6/+3
*
Fix a word in dataclasses docs. (GH-26003) (GH-26004)
Miss Islington (bot)
2021-05-09
1
-1/+1
*
bpo-32924: Fix the Show Source url in the documentation (GH-25994)
Pablo Galindo
2021-05-08
1
-1/+1
*
bpo-42725: mention the changes on what's new (GH-25974)
Miss Islington (bot)
2021-05-08
1
-0/+10
*
[3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks ...
Miss Islington (bot)
2021-05-08
2
-1/+2
*
Fix make libainstall. (GH-25980)
Miss Islington (bot)
2021-05-08
1
-1/+1
*
Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25978)
Pablo Galindo
2021-05-08
1
-1/+1
*
bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)
Miss Islington (bot)
2021-05-08
4
-5/+63
*
bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972)
Miss Islington (bot)
2021-05-07
2
-5/+20
*
bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186)
Miss Islington (bot)
2021-05-07
3
-6/+19
*
Simple Enhancement. Add missing return statements in ftplib documentation. (G...
Miss Islington (bot)
2021-05-07
1
-0/+2
[prev]
[next]