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-34589: C locale coercion off by default (GH-9073)
Victor Stinner
2018-09-17
8
-16/+49
*
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
Elvis Pranskevichus
2018-09-17
12
-349/+347
*
bpo-33649: Add a hello world example to asyncio.rst (GH-9374)
Yury Selivanov
2018-09-17
1
-0/+13
*
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
Victor Stinner
2018-09-17
7
-32/+46
*
bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)
Yury Selivanov
2018-09-17
1
-2/+3
*
bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552)
Steve Dower
2018-09-17
1
-2/+2
*
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
Victor Stinner
2018-09-17
2
-27/+5
*
bpo-34715: Revert "Simplify PyInit_timezone. (GH-9323)" (GH-9366)
Victor Stinner
2018-09-17
1
-15/+68
*
bpo-33649: Add low-level APIs index. (GH-9364)
Yury Selivanov
2018-09-17
10
-31/+571
*
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Steve Dower
2018-09-17
2
-60/+69
*
Convert os.readlink() to Argument Clinic. (GH-8778)
Serhiy Storchaka
2018-09-17
2
-84/+202
*
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
Serhiy Storchaka
2018-09-17
3
-0/+38
*
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka
2018-09-17
9
-3706/+3738
*
bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)
Serhiy Storchaka
2018-09-17
1
-26/+34
*
bpo-34710: fix SSL module build (GH-9347)
Alexandru Ardelean
2018-09-17
2
-0/+2
*
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
Serhiy Storchaka
2018-09-17
3
-1/+28
*
closes bpo-34673: Tweaks to make ceval more editable. (GH-9289)
Benjamin Peterson
2018-09-17
1
-136/+136
*
bpo-33649: Clarify protocol_factory as a method parameter (GH-9330)
Bumsik Kim
2018-09-16
1
-4/+17
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Vladimir Matveev
2018-09-16
7
-6/+240
*
closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)
Monson Shao
2018-09-15
3
-6/+16
*
bpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063)
Michael Felt
2018-09-15
2
-3/+9
*
Add myself for HTML-related modules (#9325)
Ezio Melotti
2018-09-15
1
-0/+5
*
bpo-33649: Fix asyncio-dev (GH-9324)
Yury Selivanov
2018-09-14
6
-339/+166
*
Simplify PyInit_timezone. (GH-9323)
Benjamin Peterson
2018-09-14
1
-68/+15
*
bpo-33486: regen autotools files using autoupdate+autoreconf (GH-6853)
Eitan Adler
2018-09-14
1
-4/+4
*
bpo-34685: Skip posix_spawn scheduler tests on BSD (GH-9316)
Pablo Galindo
2018-09-14
1
-6/+10
*
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
Yury Selivanov
2018-09-14
9
-6/+229
*
bpo-33649: Refresh asyncio docs landing page (GH-9322)
Yury Selivanov
2018-09-14
3
-28/+34
*
Grammar fix (GH-9318)
Grant
2018-09-14
1
-1/+1
*
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
Eric Snow
2018-09-14
6
-14/+64
*
bpo-33649: Refresh Tasks and Futures pages (#9314)
Yury Selivanov
2018-09-14
5
-595/+759
*
closes bpo-28955: Clarified comparisons between NaN and number in reference d...
Tony Flury
2018-09-14
1
-6/+5
*
bpo-34672: Don't pass NULL to gmtime_r. (GH-9312)
Benjamin Peterson
2018-09-14
1
-1/+2
*
Fix "Python" casing in a few places (GH-9001)
Andrés Delfino
2018-09-14
12
-16/+16
*
bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306)
Carol Willing
2018-09-14
2
-26/+25
*
bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9...
Benjamin Peterson
2018-09-14
2
-4/+38
*
Don't run AC_STRUCT_TIMEZONE twice. (GH-9305)
Benjamin Peterson
2018-09-14
2
-76/+0
*
bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are na...
Eric V. Smith
2018-09-14
3
-2/+118
*
Fix compiler warning with a type cast (GH-9300)
Raymond Hettinger
2018-09-14
1
-1/+1
*
Fix-up parenthesis, organization, and NULL check (GH-9297)
Raymond Hettinger
2018-09-14
1
-6/+11
*
Note that distinct argument patterns can be cached separately (GH-9298)
Raymond Hettinger
2018-09-14
1
-0/+5
*
bpo-33073: Adding as_integer_ratio to ints. (GH-8750)
Lisa Roach
2018-09-14
8
-2/+108
*
Change the xkcd link in comment over https. (GH-5452)
觉
2018-09-14
1
-1/+1
*
bpo-6721: Hold logging locks across fork() (GH-4071)
Gregory P. Smith
2018-09-14
3
-0/+119
*
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
Benjamin Peterson
2018-09-14
5
-41/+3
*
bpo-34552: Clarify built-in types comparisons (GH-9035)
Windson yang
2018-09-14
2
-10/+10
*
Remove wording that could be deemed to be perjorative (GH-9287)
Raymond Hettinger
2018-09-14
4
-6/+6
*
bpo-33649: Polish asyncio subprocess and sync docs (GH-9285)
Carol Willing
2018-09-14
2
-13/+12
*
bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
Andrew Svetlov
2018-09-13
4
-22/+79
*
Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (...
Michael Felt
2018-09-13
2
-4/+8
[next]