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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes bpo-34585: Don't do runtime test to get float byte order. (GH-9085)
Ross Burton
2018-09-19
1
-0/+3
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
1
-0/+1
*
bpo-34472: Add data descriptor signature to zipfile (GH-8871)
Silas Sewell
2018-09-18
2
-0/+4
*
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
Steve Dower
2018-09-18
1
-0/+1
*
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Christian Heimes
2018-09-18
1
-0/+2
*
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...
Serhiy Storchaka
2018-09-18
1
-0/+12
*
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka
2018-09-18
2
-0/+2
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-18
1
-0/+2
*
bpo-34589: C locale coercion off by default (GH-9073)
Victor Stinner
2018-09-17
1
-0/+3
*
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
Victor Stinner
2018-09-17
1
-0/+5
*
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Steve Dower
2018-09-17
1
-0/+1
*
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
Serhiy Storchaka
2018-09-17
1
-0/+2
*
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka
2018-09-17
1
-0/+3
*
bpo-34710: fix SSL module build (GH-9347)
Alexandru Ardelean
2018-09-17
1
-0/+1
*
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
Serhiy Storchaka
2018-09-17
1
-0/+1
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Vladimir Matveev
2018-09-16
1
-0/+1
*
closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)
Monson Shao
2018-09-15
1
-0/+1
*
bpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063)
Michael Felt
2018-09-15
1
-0/+2
*
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
Eric Snow
2018-09-14
1
-0/+3
*
bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9...
Benjamin Peterson
2018-09-14
1
-0/+2
*
bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are na...
Eric V. Smith
2018-09-14
1
-0/+1
*
bpo-33073: Adding as_integer_ratio to ints. (GH-8750)
Lisa Roach
2018-09-14
2
-0/+2
*
bpo-6721: Hold logging locks across fork() (GH-4071)
Gregory P. Smith
2018-09-14
1
-0/+2
*
bpo-34552: Clarify built-in types comparisons (GH-9035)
Windson yang
2018-09-14
1
-0/+2
*
bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
Andrew Svetlov
2018-09-13
1
-0/+3
*
Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (...
Michael Felt
2018-09-13
1
-0/+2
*
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
Benjamin Peterson
2018-09-13
1
-0/+1
*
bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260)
Eric V. Smith
2018-09-13
1
-0/+1
*
bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)
Gregory P. Smith
2018-09-13
1
-0/+3
*
bpo-34200: Fix non-determinism of test_pkg (GH-9248)
Gregory P. Smith
2018-09-13
1
-0/+3
*
closes bpo-34641: Further restrict the LHS of keyword argument function call ...
Benjamin Peterson
2018-09-13
1
-0/+2
*
closes bpo-34652: Always disable lchmod on Linux. (GH-9234)
Benjamin Peterson
2018-09-12
1
-0/+1
*
bpo-32933: Implement __iter__ method on mock_open() (GH-5974)
Tony Flury
2018-09-12
1
-0/+2
*
bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169)
Andrew Svetlov
2018-09-12
1
-0/+2
*
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
Oren Milman
2018-09-12
1
-0/+2
*
bpo-34536: raise error for invalid _missing_ results (GH-9147)
Ethan Furman
2018-09-12
1
-0/+2
*
bpo-34638: Store a weak reference to stream reader to break strong references...
Andrew Svetlov
2018-09-12
1
-0/+3
*
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argumen...
Raymond Hettinger
2018-09-12
1
-0/+1
*
bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)
orlnub123
2018-09-12
2
-0/+3
*
bpo-33437: add __new__ vs __init__ example (GH-9145)
Ethan Furman
2018-09-12
1
-0/+1
*
closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)
Cheryl Sabella
2018-09-12
1
-0/+1
*
bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059)
Sergey Fedoseev
2018-09-11
1
-0/+2
*
closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...
Max BĂ©langer
2018-09-11
1
-0/+2
*
bpo-34636: Use fast path for more chars in SRE category macros. (GH-9170)
Sergey Fedoseev
2018-09-11
1
-0/+2
*
Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)
Victor Stinner
2018-09-11
1
-4/+0
*
closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...
guoci
2018-09-11
1
-0/+3
*
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque ...
Oren Milman
2018-09-11
1
-0/+2
*
bpo-28617 Fixed docs inaccuracies about the types that support membership tes...
wim glenn
2018-09-11
1
-0/+2
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
1
-0/+4
*
closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163)
Oren Milman
2018-09-11
1
-0/+2
[next]