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-29237: Create enum for pstats sorting options (GH-5103)
mwidjaja
2018-01-26
5
-61/+144
*
bpo-32596: Make lazy-load portable (GH-5316)
INADA Naoki
2018-01-26
1
-4/+6
*
bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264)
Bo Bayles
2018-01-26
4
-2/+33
*
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
José Melero Fernández
2018-01-25
3
-2/+63
*
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
Yury Selivanov
2018-01-25
6
-35/+334
*
bpo-29302: Implement contextlib.AsyncExitStack. (#4790)
Ilya Kulakov
2018-01-25
6
-81/+451
*
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
Yury Selivanov
2018-01-25
2
-4/+6
*
bpo-32667: Fix tests when $PATH contains a file (#5322)
Victor Stinner
2018-01-25
2
-9/+8
*
Fix 3rd level node's binary representation in HAMT algorithm description (#5319)
Dmitry Alimov
2018-01-25
1
-1/+1
*
Cleanup dangling reference in get_timezone_utc_capi (#5317)
Paul Ganssle
2018-01-25
1
-0/+2
*
bpo-32360: Remove OrderedDict usage from json.tool (GH-5315)
INADA Naoki
2018-01-25
1
-6/+1
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
22
-1428/+1441
*
bpo-32652: Defer pymain_set_global_config() call (#5303)
Victor Stinner
2018-01-25
2
-14/+27
*
bpo-29708: Add What's New entries for SOURCE_DATE_EPOCH and py_compile (GH-5306)
Brett Cannon
2018-01-25
1
-15/+31
*
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
Andrew Svetlov
2018-01-24
4
-10/+73
*
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle
2018-01-24
7
-11/+329
*
bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)
Bernhard M. Wiedemann
2018-01-24
4
-1/+22
*
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipim...
Barry Warsaw
2018-01-24
5
-83/+157
*
bpo-32636: Fix two bugs in test_asyncio (#5302)
Victor Stinner
2018-01-24
2
-1/+2
*
bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291)
Nathaniel J. Smith
2018-01-24
2
-1/+19
*
bpo-32410: Improve sock_sendfile tests (#5294)
Andrew Svetlov
2018-01-24
1
-16/+19
*
bpo-32651 Recommend getpass.getuser() (#5301)
Barry Warsaw
2018-01-24
2
-8/+11
*
bpo-32643: Drop support for a few private Task and Future APIs. (#5293)
Yury Selivanov
2018-01-24
7
-229/+33
*
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
Victor Stinner
2018-01-24
3
-187/+231
*
bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289)
Victor Stinner
2018-01-24
1
-5/+1
*
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056)
Pablo Galindo
2018-01-24
3
-22/+40
*
bpo-32360: unittest.util: Use Counter instead of custom count function (GH-4994)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-01-24
1
-9/+2
*
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)
Yury Selivanov
2018-01-24
2
-15/+13
*
bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)
Bo Bayles
2018-01-24
3
-6/+38
*
bpo-32436: Fix potential NULL dereference (#5286)
Yury Selivanov
2018-01-23
1
-0/+4
*
bpo-32296: Make get_running_loop() another 4-5x faster (#5277)
Yury Selivanov
2018-01-23
1
-62/+102
*
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#...
stratakis
2018-01-23
5
-2/+10
*
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269)
Xiang Zhang
2018-01-23
1
-3/+2
*
bpo-20361: Remove workaround for a now fixed bug (#5283)
Victor Stinner
2018-01-23
1
-3/+0
*
bpo-32593: Run autoconf (#5282)
Victor Stinner
2018-01-23
1
-4/+0
*
bpo-32633: Fix some warnings in test_asyncio.test_tasks (#5280)
Nathaniel J. Smith
2018-01-23
1
-2/+8
*
bpo-32436: Remove a redundant assert (#5275)
Yury Selivanov
2018-01-23
1
-1/+0
*
Add myself as hamt/context (PEP 567) code owner (#5276)
Yury Selivanov
2018-01-23
1
-0/+2
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
41
-120/+6269
*
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)
Victor Stinner
2018-01-22
2
-4/+17
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
18
-108/+23
*
bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)
Yury Selivanov
2018-01-22
3
-2/+122
*
bpo-31801: Enum: add _ignore_ as class option (#5237)
Ethan Furman
2018-01-22
4
-2/+79
*
urllib.request: Remove unused import (GH-5268)
INADA Naoki
2018-01-22
1
-1/+0
*
bpo-32591: Fix PyExc_WarnFormat call (follow-up commit) (#5263)
Yury Selivanov
2018-01-22
1
-5/+4
*
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
Yury Selivanov
2018-01-21
4
-15/+122
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
20
-100/+485
*
bpo-32503: Avoid creating too small frames in pickles. (#5127)
Serhiy Storchaka
2018-01-20
4
-51/+62
*
bpo-32602: Test ECDSA certs (#5247)
Christian Heimes
2018-01-20
21
-440/+1049
*
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Christian Heimes
2018-01-20
9
-83/+585
[next]