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-36807: When saving a file in IDLE, call flush and fsync (#13102)
Guido van Rossum
2019-05-13
2
-0/+3
*
bpo-36008: Doc update for 3.8 migration (GH-12887)
Utkarsh Gupta
2019-05-13
3
-10/+10
*
Changes to the documentation of normcase (GH-4725)
Kexuan Sun
2019-05-13
1
-4/+4
*
bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
Victor Stinner
2019-05-13
6
-7/+25
*
bpo-36778: Update cp65001 codec documentation (GH-13240)
Victor Stinner
2019-05-13
1
-5/+4
*
bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022)
Zackery Spytz
2019-05-13
5
-6/+34
*
bpo-36783: Add new references for C API Documentation changes (GH-13204)
Edison A
2019-05-13
2
-6/+23
*
Name individual Travis CI jobs (GH-13268)
Gordon P. Hemsley
2019-05-13
1
-6/+12
*
Correct misspelling (GH-11470)
Johnny Gérard
2019-05-13
1
-1/+1
*
bpo-36895: remove time.clock() as per removal notice. (GH-13270)
Matthias Bussonnier
2019-05-13
4
-69/+4
*
bpo-36886: Document changes in code object in What's new section (GH-13255)
Pablo Galindo
2019-05-12
1
-0/+4
*
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
Jake Tesler
2019-05-12
10
-2/+133
*
bpo-36684: Split out gcc and test coverage builds (GH-13146)
Gordon P. Hemsley
2019-05-12
1
-4/+18
*
bpo-36817: Do not decrement reference for expr_text on fstring = parsing fail...
Pablo Galindo
2019-05-12
2
-1/+2
*
bpo-36817: Fix reference leak for expr_text in f-string = parsing (GH-13249)
Pablo Galindo
2019-05-11
1
-2/+7
*
bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145)
Sanyam Khurana
2019-05-11
1
-4/+4
*
bpo-36878: Allow extra text after `# type: ignore` comments (GH-13238)
Michael J. Sullivan
2019-05-11
3
-9/+17
*
bpo-36856: Handle possible overflow in faulthandler_stack_overflow (GH-13205)
Xi Ruoyao
2019-05-11
1
-4/+17
*
bpo-36884: Fix DeprecationWarning in test_asyncio StreamReader instantiation ...
Xtreak
2019-05-11
1
-1/+1
*
Hide module name from local (anchor) links in shutil docs (GH-6695)
Aurelio Jargas
2019-05-11
1
-4/+4
*
bpo-21536: Update What's New in Python 3.8 entry (GH-13242)
Victor Stinner
2019-05-11
1
-1/+2
*
Fix sphinx deprecation warning about env.note_versionchange() (GH-13236)
Pablo Galindo
2019-05-10
1
-1/+1
*
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
Victor Stinner
2019-05-10
8
-321/+371
*
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
Pierre Glaser
2019-05-10
9
-125/+210
*
bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483)
Pierre Glaser
2019-05-10
3
-0/+30
*
bpo-36737: Use the module state C-API for warnings. (gh-13159)
Eric Snow
2019-05-10
6
-122/+208
*
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer
2019-05-10
15
-121/+189
*
bpo-36869: fix warning of unused variables (GH-13182)
Emmanuel Arias
2019-05-10
1
-1/+2
*
bpo-33071: remove outdated PyPI docs (GH-13087)
Kojo Idrissa
2019-05-10
2
-243/+6
*
bpo-36676: Update what's new document. (#13226)
Stefan Behnel
2019-05-10
1
-0/+7
*
bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only fil...
Olexa Bilaniuk
2019-05-10
4
-1/+15
*
bpo-36814: ensure os.posix_spawn() handles None (GH-13144)
Anthony Shaw
2019-05-10
3
-1/+11
*
bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306)
Rémi Lapeyre
2019-05-10
4
-3/+18
*
bpo-36601: clarify signal handler comment and remove unnecessary pid check. (...
Jeroen Demeyer
2019-05-10
2
-15/+12
*
bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230)
Victor Stinner
2019-05-10
5
-134/+4
*
bpo-32523: Simplifying news entries with multiple paragraphs. (GH-8154)
Julien Palard
2019-05-09
18
-123/+38
*
bpo-36802: Drop awrite()/aclose(), support await write() and await close() in...
Andrew Svetlov
2019-05-09
4
-51/+118
*
doc: fix broken link on howto/unicode page (#13160)
redshiftzero
2019-05-09
1
-1/+1
*
Fix a possible crash due to PyType_FromSpecWithBases() (GH-10304)
Zackery Spytz
2019-05-09
1
-0/+1
*
bpo-30262: Don't expose private objects in sqlite3 (GH-1440)
Aviv Palivoda
2019-05-09
3
-4/+6
*
bpo-36851: Clean the frame stack if the execution ends with a return and the ...
Pablo Galindo
2019-05-09
3
-7/+49
*
Add support for .parent and .joinpath in zipfile.Path (#13213)
Jason R. Coombs
2019-05-09
2
-1/+24
*
bpo-36239: Skip comments in gettext infos (GH-12255)
Julien Palard
2019-05-09
3
-0/+17
*
bpo-36831: Do not apply default namespace to unprefixed attributes in Element...
Stefan Behnel
2019-05-09
2
-11/+29
*
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Benjamin Peterson
2019-05-09
10
-15377/+15381
*
bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499)
Pierre Glaser
2019-05-08
6
-24/+227
*
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith
2019-05-08
11
-49/+286
*
bpo-35900: Add a state_setter arg to save_reduce (GH-12588)
Pierre Glaser
2019-05-08
5
-15/+114
*
bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132)
Brian Quinlan
2019-05-08
4
-0/+26
*
bpo-24758: Improve the error msg for unittest.mock.Mock()'s unsafe mode (#12991)
Zackery Spytz
2019-05-08
2
-3/+5
[next]