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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
2
-4/+72
*
bpo-32454: socket closefd (#5048)
Christian Heimes
2018-01-27
1
-0/+8
*
bpo-32433: Optimized HMAC digest (#5023)
Christian Heimes
2018-01-27
2
-0/+22
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
1
-0/+19
*
bpo-27505: Add change notes in module attribute docs (GH-5320)
Cheryl Sabella
2018-01-27
1
-0/+11
*
bpo-32670: Enforce PEP 479. (#5327)
Yury Selivanov
2018-01-26
2
-5/+15
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
5
-19/+94
*
bpo-29237: Create enum for pstats sorting options (GH-5103)
mwidjaja
2018-01-26
1
-53/+62
*
bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264)
Bo Bayles
2018-01-26
1
-0/+5
*
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
Yury Selivanov
2018-01-25
1
-5/+82
*
bpo-29302: Implement contextlib.AsyncExitStack. (#4790)
Ilya Kulakov
2018-01-25
2
-0/+41
*
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
1
-0/+15
*
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle
2018-01-24
2
-11/+43
*
bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)
Bernhard M. Wiedemann
2018-01-24
1
-1/+6
*
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipim...
Barry Warsaw
2018-01-24
1
-2/+6
*
bpo-32651 Recommend getpass.getuser() (#5301)
Barry Warsaw
2018-01-24
2
-8/+11
*
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056)
Pablo Galindo
2018-01-24
2
-22/+38
*
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)
Victor Stinner
2018-01-22
1
-4/+7
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
2
-2/+7
*
bpo-31801: Enum: add _ignore_ as class option (#5237)
Ethan Furman
2018-01-22
1
-1/+25
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
3
-0/+53
*
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana
2018-01-20
37
-63/+61
*
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
Andrew Svetlov
2018-01-19
1
-1/+13
*
bpo-32410: Implement loop.sock_sendfile() (#4976)
Andrew Svetlov
2018-01-16
1
-0/+30
*
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou
2018-01-15
1
-3/+70
*
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Victor Stinner
2018-01-15
3
-0/+27
*
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner
2018-01-15
2
-0/+38
*
bpo-26330: Update shutil.disk_usage() documentation (GH-5184)
Cheryl Sabella
2018-01-15
1
-1/+2
*
bpo-15221: Update os.path.is*() documentation (GH-5185)
Cheryl Sabella
2018-01-15
1
-6/+9
*
Add itertools recipe for directly finding the n-th combination (#5161)
Raymond Hettinger
2018-01-13
1
-0/+23
*
Improve enum.Flag code example (GH-5167)
Julian Kahnert
2018-01-13
1
-1/+1
*
bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)
Brett Cannon
2018-01-12
2
-11/+37
*
Lexical Analysis ref doc: Fix a typo in the string concatenation internal lin...
İsmail Arılık
2018-01-12
1
-1/+1
*
bpo-31145: Use dataclasses to create a prioritization wrapper (#5153)
Raymond Hettinger
2018-01-12
2
-0/+21
*
bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152)
Raymond Hettinger
2018-01-12
1
-1/+2
*
bpo-32320: Add default value support to collections.namedtuple() (#4859)
Raymond Hettinger
2018-01-11
1
-1/+24
*
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan
2018-01-08
5
-115/+256
*
Cleanup grammar in unittest.mock.seal documentation (#5107)
Paul Ganssle
2018-01-06
1
-4/+4
*
bpo-32206: Pdb can now run modules (GH-4752)
Mario Corchero
2018-01-06
2
-0/+10
*
bpo-29137: Remove fpectl module (#4789)
Nathaniel J. Smith
2018-01-06
4
-168/+1
*
advance copyright years to 2018 (#5094)
Benjamin Peterson
2018-01-05
2
-2/+2
*
bpo-31672: Restore the former behavior when override flags in Template. (#5099)
Serhiy Storchaka
2018-01-04
1
-7/+2
*
bpo-32308: Replace empty matches adjacent to a previous non-empty match in re...
Serhiy Storchaka
2018-01-04
3
-9/+22
*
bpo-32452: clarify term 'brackets' in generator tutorial (#5079)
Emily Morehouse
2018-01-02
1
-3/+3
*
bpo-32248 - Implement importlib.resources (#4911)
Barry Warsaw
2017-12-30
2
-2/+134
*
bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-30
1
-0/+6
*
bpo-23749: Implement loop.start_tls() (#5039)
Yury Selivanov
2017-12-30
1
-0/+32
*
return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)
Benjamin Peterson
2017-12-29
1
-3/+7
*
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
Yury Selivanov
2017-12-23
1
-0/+6
[next]