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
/
NEWS.d
/
next
/
Documentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217)
Elvis Pranskevichus
2018-05-29
1
-0/+1
*
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
Yury Selivanov
2018-05-23
1
-0/+1
*
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
Matthias Bussonnier
2018-05-22
1
-0/+1
*
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...
Stéphane Wirtel
2018-05-15
1
-0/+1
*
Add AsyncContextManager to typing module documentation. (GH-6822)
Travis DePrato
2018-05-14
1
-0/+1
*
bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-...
Stéphane Wirtel
2018-05-01
1
-0/+2
*
bpo-33378: Add Korean to the language switcher. (GH-6627)
Dong-hee Na
2018-04-28
1
-0/+1
*
Clarify that __path__ can't be just any value (GH-6554)
Brett Cannon
2018-04-20
1
-0/+1
*
bpo-33201: Modernize "Extension types" doc (GH-6337)
Antoine Pitrou
2018-04-07
1
-0/+1
*
bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179)
Jay Crotts
2018-04-07
1
-0/+2
*
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
INADA Naoki
2018-04-04
1
-0/+3
*
bpo-32337: Update documentats about dict order (GH-4973)
hui shang
2018-04-04
1
-0/+1
*
bpo-33126: Document PyBuffer_ToContiguous() (#6292)
Antoine Pitrou
2018-03-28
1
-0/+1
*
bpo-27212: Modify islice recipe to consume initial values preceding start (GH...
Cheryl Sabella
2018-03-27
1
-0/+2
*
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (G...
Himanshu Lakhara
2018-03-23
1
-0/+2
*
bpo-18802: Add more details to ipaddress documentation (GH-6083)
Cheryl Sabella
2018-03-21
1
-0/+1
*
bpo-28247: Document Windows executable creation in zipapp (GH-6158)
Cheryl Sabella
2018-03-20
1
-0/+2
*
bpo-30607: Use external python-doc-theme (GH-2017)
Jon Wayne Parrott
2018-03-01
1
-0/+2
*
bpo-28124: deprecate ssl.wrap_socket() (#5888)
Christian Heimes
2018-02-27
1
-0/+3
*
bpo-17232: Clarify docs for -O and -OO command line options (#5839)
Cheryl Sabella
2018-02-25
1
-0/+1
*
bpo-31972: Improve docstrings for pathlib classes (#5310)
chason
2018-02-18
1
-0/+1
*
bpo-32436: Add docs for contextvars (#5685)
Yury Selivanov
2018-02-16
1
-0/+1
*
bpo-11015: Update test.support documentation (GH-5610)
Cheryl Sabella
2018-02-11
1
-0/+1
*
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)
sblondon
2018-02-10
1
-0/+1
*
bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4...
Cheryl Sabella
2018-02-05
1
-0/+2
*
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)
Cheryl Sabella
2018-02-02
1
-0/+3
*
bpo-32722: Remove useless example in the Classes tutorial (#5446)
Stéphane Wirtel
2018-02-01
1
-0/+2
*
Update NEWS, docs, and patchlevel for 3.7.0b1
Ned Deily
2018-01-31
3
-6/+0
*
bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)
Stéphane Wirtel
2018-01-30
1
-0/+2
*
bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360)
Xiang Zhang
2018-01-28
1
-0/+2
*
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056)
Pablo Galindo
2018-01-24
1
-0/+2
*
Update docs for 3.7.0a4
Ned Deily
2018-01-09
1
-1/+0
*
bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-30
1
-0/+1
*
Update NEWS and pydoc topics.
Ned Deily
2017-12-05
1
-1/+0
*
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...
AraHaan
2017-11-21
1
-0/+1
*
Update NEWS and topics for 3.7.0a2
Ned Deily
2017-10-17
2
-4/+0
*
bpo-31537: Update readline documentation example. (GH-3925)
Brad Smith
2017-10-10
1
-0/+2
*
bpo-30085: Improve documentation for operator (#1171)
Sanket Dasgupta
2017-09-24
1
-0/+2
*
Update PyDoc topics and NEWS blurbs for 3.7.0a1
Ned Deily
2017-09-19
14
-28/+0
*
bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)
Feanil Patel
2017-09-14
1
-0/+1
*
bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)
Pablo Galindo
2017-09-07
1
-0/+2
*
bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387)
Christian Heimes
2017-09-06
1
-0/+1
*
Link to blurb on PyPI in the NEWS.d READMEs. (#3323)
Gregory P. Smith
2017-09-05
1
-1/+3
*
Blurbify master branch. (#3298)
larryhastings
2017-09-04
10
-0/+23
*
bpo-30803: clarify truth value testing documentation (#2508)
Peter Thomassen
2017-07-29
1
-0/+1
*
Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316)
larryhastings
2017-06-22
1
-0/+1