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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)
Yury Selivanov
2018-01-22
1
-2/+48
*
bpo-31801: Enum: add _ignore_ as class option (#5237)
Ethan Furman
2018-01-22
2
-1/+52
*
urllib.request: Remove unused import (GH-5268)
INADA Naoki
2018-01-22
1
-1/+0
*
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
5
-96/+176
*
bpo-32503: Avoid creating too small frames in pickles. (#5127)
Serhiy Storchaka
2018-01-20
2
-42/+52
*
bpo-32602: Test ECDSA certs (#5247)
Christian Heimes
2018-01-20
20
-440/+1048
*
bpo-32226: PEP 560: improve typing module (#4906)
Ivan Levkivskyi
2018-01-20
5
-1626/+757
*
bpo-32028: Fix suggestions for indented print statements (GH-4688)
Sanyam Khurana
2018-01-20
1
-0/+9
*
bpo-32596: Lazy import concurrent.futures.process and thread (GH-5241)
INADA Naoki
2018-01-20
1
-2/+33
*
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
Andrew Svetlov
2018-01-19
5
-24/+29
*
bpo-32588: Move _findvs into its own module and add missing _queue module to ...
Steve Dower
2018-01-18
2
-7/+6
*
bpo-32576: use queue.SimpleQueue in critical places (#5216)
Antoine Pitrou
2018-01-18
2
-9/+12
*
Use assertCountEqual instead of assertEqual. (#5223)
Gregory P. Smith
2018-01-17
1
-3/+3
*
pythoninfo: add time.time and datetime.datetime.now (#5214)
Victor Stinner
2018-01-17
1
-1/+13
*
bpo-32248: Fix test_importlib.test_open() (#5213)
Victor Stinner
2018-01-17
1
-2/+2
*
bpo-32403: Faster date and datetime constructors (#4993)
Paul Ganssle
2018-01-16
1
-0/+92
*
bpo-32410: Implement loop.sock_sendfile() (#4976)
Andrew Svetlov
2018-01-16
6
-0/+578
*
Skip test_readline.test_nonascii() on C locale (#5203)
Victor Stinner
2018-01-16
1
-0/+8
*
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou
2018-01-15
2
-8/+318
*
Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw
2018-01-15
5
-10/+44
*
Make asyncio tests run when there's no SSL module (#5196)
Yury Selivanov
2018-01-15
1
-3/+0
*
Add itertools recipe for directly finding the n-th combination (#5161)
Raymond Hettinger
2018-01-13
1
-0/+33
*
bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)
Brett Cannon
2018-01-12
1
-2/+7
*
bpo-31993: Do not use memoryview when pickle large strings. (#5154)
Serhiy Storchaka
2018-01-12
1
-30/+30
*
bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)
yahya-abou-imran
2018-01-12
1
-1/+3
*
OrderedDict import is no longer needed (#4890)
Raymond Hettinger
2018-01-12
1
-2/+1
*
bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152)
Raymond Hettinger
2018-01-12
2
-3/+3
*
bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)
Serhiy Storchaka
2018-01-11
1
-0/+5
*
bpo-31993: Do not create frames for large bytes and str objects (#5114)
Serhiy Storchaka
2018-01-11
2
-10/+11
*
bpo-32320: Add default value support to collections.namedtuple() (#4859)
Raymond Hettinger
2018-01-11
2
-3/+68
*
Fix obvious typos in docstrings (#5151)
Raymond Hettinger
2018-01-11
1
-6/+7
*
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner
2018-01-10
1
-2/+0
*
Fix when parsing tz offsets microseconds shorter than 6 (#4781)
Mario Corchero
2018-01-09
2
-1/+7
*
bpo-24340: Fix estimation of the code stack size. (#5076)
Serhiy Storchaka
2018-01-09
2
-9/+298
*
Update docs for 3.7.0a4
Ned Deily
2018-01-09
1
-156/+272
*
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan
2018-01-08
3
-2/+40
*
bpo-32506: Change dataclasses from OrderedDict to plain dict. (gh-5131)
Eric V. Smith
2018-01-07
1
-8/+8
*
bpo-31802: Fix importing native path module before importing os. (#4017)
Serhiy Storchaka
2018-01-07
4
-32/+40
*
bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-...
Nathaniel J. Smith
2018-01-07
1
-0/+66
*
Fix dataclasses docstring typo. (gh-5118)
Eric V. Smith
2018-01-07
1
-2/+2
*
bpo-32279: Add additional params to make_dataclass(), pass through to datacl...
Eric V. Smith
2018-01-06
2
-3/+24
*
bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5...
Eric V. Smith
2018-01-06
2
-6/+28
*
bpo-32499: Add dataclasses.is_dataclass(obj), which returns True if obj is a ...
Eric V. Smith
2018-01-06
2
-22/+34
*
bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353)
Olivier Grisel
2018-01-06
4
-26/+169
*
bpo-32206: Pdb can now run modules (GH-4752)
Mario Corchero
2018-01-06
2
-21/+173
*
bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling...
Thomas Moreau
2018-01-05
4
-56/+382
*
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
Serhiy Storchaka
2018-01-04
1
-2/+11
*
bpo-31672: Restore the former behavior when override flags in Template. (#5099)
Serhiy Storchaka
2018-01-04
2
-4/+19
*
bpo-31778: Make ast.literal_eval() more strict. (#4035)
Serhiy Storchaka
2018-01-04
3
-24/+53
[next]