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
...
*
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
*
polish exceptions and platforms (GH-9272)
Carol Willing
2018-09-13
2
-6/+8
*
bpo-31132: Remove prlimit permission test. (GH-9280)
Benjamin Peterson
2018-09-13
1
-3/+0
*
closes bpo-34664: Only check file permission bits of newly created directorie...
Benjamin Peterson
2018-09-13
1
-2/+2
*
bpo-34247: add porting note to 3.7 What's New (GH-9223)
Ned Deily
2018-09-13
1
-0/+10
*
bpo-34661: Fix test skipping call. (GH-9266)
Benjamin Peterson
2018-09-13
1
-1/+1
*
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
Benjamin Peterson
2018-09-13
2
-0/+3
*
bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260)
Eric V. Smith
2018-09-13
2
-6/+1
*
bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)
Gregory P. Smith
2018-09-13
2
-7/+16
*
Polish doc as part of asyncio doc improvement (GH-9185)
Carol Willing
2018-09-13
1
-18/+17
*
bpo-34200: Fix non-determinism of test_pkg (GH-9248)
Gregory P. Smith
2018-09-13
2
-8/+12
*
bpo-34652: Remove lchmod from the big func checking block. (GH-9247)
Benjamin Peterson
2018-09-13
2
-3/+9
*
closes bpo-34641: Further restrict the LHS of keyword argument function call ...
Benjamin Peterson
2018-09-13
4
-14/+50
*
edit async policy doc - second pass (GH-9235)
Carol Willing
2018-09-13
1
-6/+6
*
bpo-33649: Edit asyncio eventloop doc - second pass (GH-9233)
Carol Willing
2018-09-13
1
-62/+68
*
closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)
Benjamin Peterson
2018-09-12
1
-3/+3
*
closes bpo-34652: Always disable lchmod on Linux. (GH-9234)
Benjamin Peterson
2018-09-12
3
-0/+19
*
bpo-32933: Implement __iter__ method on mock_open() (GH-5974)
Tony Flury
2018-09-12
5
-3/+37
*
closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring...
Benjamin Peterson
2018-09-12
1
-3/+15
*
bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)
Alexey Izbyshev
2018-09-12
1
-3/+3
*
bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169)
Andrew Svetlov
2018-09-12
2
-0/+5
*
closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)
Benjamin Peterson
2018-09-12
2
-1/+10
*
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
Oren Milman
2018-09-12
3
-0/+24
*
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson
2018-09-12
13
-31/+33
*
bpo-34536: raise error for invalid _missing_ results (GH-9147)
Ethan Furman
2018-09-12
3
-1/+54
*
bpo-34638: Store a weak reference to stream reader to break strong references...
Andrew Svetlov
2018-09-12
4
-10/+160
*
bpo-33649: Fix doc to reflect changes in 47cd10d (or bpo-23347) (GH-9219)
Bumsik Kim
2018-09-12
1
-2/+1
*
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argumen...
Raymond Hettinger
2018-09-12
5
-8/+16
*
bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)
orlnub123
2018-09-12
7
-53/+99
*
bpo-33437: add __new__ vs __init__ example (GH-9145)
Ethan Furman
2018-09-12
2
-0/+32
*
closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206)
Benjamin Peterson
2018-09-12
5
-81/+0
*
Simplified implementation of _sre.ascii_iscased(). (GH-9097)
Sergey Fedoseev
2018-09-12
1
-6/+1
*
closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)
Cheryl Sabella
2018-09-12
3
-13/+39
*
Delete old expat comment. (GH-9197)
Benjamin Peterson
2018-09-12
1
-8/+0
[prev]
[next]