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
...
*
In ast doc, update 'below' to 'above' (GH-94967)
Miss Islington (bot)
2022-07-18
1
-1/+1
*
gh-94821: Fix autobind of empty unix domain address (GH-94826)
Miss Islington (bot)
2022-07-17
3
-2/+25
*
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)
Miss Islington (bot)
2022-07-17
3
-1/+16
*
gh-94869: Fix the location in some expressions for multi-line f-string ast no...
Miss Islington (bot)
2022-07-16
3
-3/+37
*
gh-90844: Allow virtual environments to correctly launch when they have space...
Miss Islington (bot)
2022-07-16
2
-4/+14
*
Add additional pointers to pathlib's mapping to os.path functions (GH-94828)
Miss Islington (bot)
2022-07-15
1
-1/+2
*
[3.10] [doc] Update cookbook example and add information about queue types. (...
Miss Islington (bot)
2022-07-15
2
-1/+11
*
[3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)
Neil Schemenauer
2022-07-15
2
-1/+12
*
Docs: fix typo in sqlite3.rst (GH-94798)
Miss Islington (bot)
2022-07-14
1
-1/+1
*
idlelib: replace 'while 1' with 'while True' (GH-94827)
Miss Islington (bot)
2022-07-14
6
-8/+8
*
gh-90359: Unify documentation style for datetime.rst (gh-94836)
Miss Islington (bot)
2022-07-14
1
-0/+7
*
gh-90359: Update documentation to follow PEP 495. (gh-94800)
Miss Islington (bot)
2022-07-14
1
-0/+12
*
gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)
Miss Islington (bot)
2022-07-13
1
-0/+2
*
[3.10] GH-94736: mark SemLock test as linux only (GH-94750) (#94753)
Miss Islington (bot)
2022-07-11
1
-0/+1
*
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...
Miss Islington (bot)
2022-07-11
4
-2/+47
*
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)
Miss Islington (bot)
2022-07-11
3
-4/+14
*
[3.10] GH-94329: Don't raise on excessive stack consumption (GH-94421) (#94448)
Mark Shannon
2022-07-11
3
-7/+8
*
GH-77265: Document NaN handling in statistics functions that sort or count (G...
Miss Islington (bot)
2022-07-10
1
-0/+29
*
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
Miss Islington (bot)
2022-07-09
2
-1/+8
*
Use mdash-es consistently in the library docs index (GH-92762)
Miss Islington (bot)
2022-07-08
1
-4/+4
*
[3.10] gh-94622: Add more references to the sqlite3 types anchor (GH-94623). ...
Erlend Egeberg Aasland
2022-07-08
1
-4/+4
*
[3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671)
Erlend Egeberg Aasland
2022-07-07
3
-0/+17
*
gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665)
Guy Yagev
2022-07-07
1
-1/+1
*
GH-94644: fix test_curses ref leak (GH-94647)
Miss Islington (bot)
2022-07-07
1
-0/+1
*
[3.10] gh-94430: Allow params named `module` or `self` with custom C names in...
Erlend Egeberg Aasland
2022-07-07
3
-2/+50
*
[3.10] gh-94628: Add explicit parameter list to sqlite3.connect docs (GH-9462...
Erlend Egeberg Aasland
2022-07-07
1
-76/+105
*
gh-94630: Update sqlite3 docs with positional-only and keyword-only symbols (...
Miss Islington (bot)
2022-07-06
1
-11/+11
*
gh-94017: Improve clarity of sqlite3 transaction handling docs (GH-94320)
Miss Islington (bot)
2022-07-06
1
-39/+61
*
[3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace ...
Pablo Galindo Salgado
2022-07-05
5
-3/+105
*
[3.10] gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-944...
Łukasz Langa
2022-07-05
3
-0/+167
*
[3.10] gh-94360: Fix a tokenizer crash when reading encoded files with syntax...
Pablo Galindo Salgado
2022-07-05
3
-5/+15
*
gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94569)
Miss Islington (bot)
2022-07-05
2
-2/+13
*
[3.10] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...
Vinay Sajip
2022-07-05
4
-4/+19
*
gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94556)
Miss Islington (bot)
2022-07-05
2
-1/+3
*
[3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...
Łukasz Langa
2022-07-05
67
-110/+110
*
gh-84753: Clarify change made to `inspect` functions (GH-94554) (GH-94559)
Miss Islington (bot)
2022-07-05
1
-2/+6
*
[3.10] Update logging documentation: change cross-reference and add webapp r...
Vinay Sajip
2022-07-04
2
-11/+275
*
IDLE doc: Tweek RESTART and Windows console start (GH-94530)
Miss Islington (bot)
2022-07-03
2
-5/+9
*
gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...
Miss Islington (bot)
2022-07-01
2
-2/+13
*
gh-75372: Specify major version in README for installation (GH-92759) (GH-94488)
Miss Islington (bot)
2022-07-01
1
-1/+1
*
Update code sample when importing modules in queue doc (GH-94244) (GH-94491)
Miss Islington (bot)
2022-07-01
1
-1/+2
*
[3.10] gh-93975: Provide nicer error reporting from subprocesses in test_venv...
Jason R. Coombs
2022-07-01
2
-14/+32
*
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
Miss Islington (bot)
2022-06-30
1
-1/+1
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...
Miss Islington (bot)
2022-06-30
5
-1/+23
*
xml.dom.minidom docs: fix typo (GH-93437)
Miss Islington (bot)
2022-06-30
1
-1/+1
*
gh-94332: make it safe to call assemble_free when assemble_init has not been ...
Irit Katriel
2022-06-30
1
-0/+1
*
gh-89038: [doc] update dis.findlinestarts documentation for changes related t...
Miss Islington (bot)
2022-06-30
1
-4/+6
*
[3.10] GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (...
Miss Islington (bot)
2022-06-30
2
-3/+3
*
gh-92336: linecache.getline should not raise exceptions on decoding errors (G...
Miss Islington (bot)
2022-06-30
3
-7/+8
*
[3.10] bpo-92336: [doc] clarify that the dfile is read by the traceback displ...
Miss Islington (bot)
2022-06-29
1
-2/+3
[prev]
[next]