Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
21ee10bf046449b4d614a5771c02f1d46845a6cb
/
Doc
/
library
21ee10b
Merge 3.4 (asyncio docs)
by Yury Selivanov
· 10 years ago
d7e19bb
docs/asyncio: Document new ensure_future() and deprecated async()
by Yury Selivanov
· 10 years ago
7185461
docs/asyncio: Document set_task_factory/get_task_factory
by Yury Selivanov
· 10 years ago
a33df31
#21795: advertise 8BITMIME if decode_data is False.
by R David Murray
· 10 years ago
a6429db
#21800: Add RFC 6855 support to imaplib.
by R David Murray
· 10 years ago
8170e8c
PEP 479: Change StopIteration handling inside generators.
by Yury Selivanov
· 10 years ago
bd60e8d
Issue #24018: Add a collections.Generator abstract base class.
by Raymond Hettinger
· 10 years ago
0048835
Merge 3.4
by Andrew Svetlov
· 10 years ago
b79e012
Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine
by Andrew Svetlov
· 10 years ago
ec9b772
merge 3.4
by Benjamin Peterson
· 10 years ago
ad643b5
remove word we don't need
by Benjamin Peterson
· 10 years ago
828946e
Fix copy/paste errors.
by Zachary Ware
· 10 years ago
b174b85
merge 3.4 (#24118)
by Benjamin Peterson
· 10 years ago
ac87ed7
update example, since python.org is HTTPS-only now (closes #24118)
by Benjamin Peterson
· 10 years ago
24559e4
Issue #22619: Added negative limit support in the traceback module.
by Serhiy Storchaka
· 10 years ago
3b85377
Merge: #24108: Update fnmatch.translate example to show correct output.
by R David Murray
· 10 years ago
4590c3d
#24108: Update fnmatch.translate example to show correct output.
by R David Murray
· 10 years ago
deed215
Merge: #24081: Remove obsolete caveat from import docs.
by R David Murray
· 10 years ago
6d877ef
#24081: Remove obsolete caveat from import docs.
by R David Murray
· 10 years ago
3b4d30a
Closes #24060: Merged documentation update from 3.4.
by Vinay Sajip
· 10 years ago
bbd95a9
Issue #24060: Made logging.Formatter documentation a little clearer.
by Vinay Sajip
· 10 years ago
a567e56
remove deleted method
by Benjamin Peterson
· 10 years ago
0f51d04
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
by Berker Peksag
· 10 years ago
2034caa
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
by Berker Peksag
· 10 years ago
a7edf1e
Issue #23356: Simplify convert_arg_line_to_args example.
by Berker Peksag
· 10 years ago
8c99a6d
Issue #23356: Simplify convert_arg_line_to_args example.
by Berker Peksag
· 10 years ago
8cb6569
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
by Gregory P. Smith
· 10 years ago
644adc6
merge 3.4 (#24057)
by Benjamin Peterson
· 10 years ago
d87dd43
fix relative link (closes #24057)
by Benjamin Peterson
· 10 years ago
d86ef05
Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist.
by Berker Peksag
· 10 years ago
c3a7f18
Merge from 3.4
by Andrew Kuchling
· 10 years ago
333518e
#15183: clarify timeit documentation to say that setup statement isn't timed
by Andrew Kuchling
· 10 years ago
4d9d256
#17445: difflib: add diff_bytes(), to compare bytes rather than str
by Greg Ward
· 10 years ago
d19458a
merge 3.4 (#23989)
by Benjamin Peterson
· 10 years ago
6de708f
recommend requests library (closes #23989)
by Benjamin Peterson
· 10 years ago
cdbe299
fix grammar
by Benjamin Peterson
· 10 years ago
770ce20
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
by Larry Hastings
· 10 years ago
6627389
Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
by Berker Peksag
· 10 years ago
37de910
Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
by Berker Peksag
· 10 years ago
0002d3c
Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
by Berker Peksag
· 10 years ago
e4dde50
Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
by Berker Peksag
· 10 years ago
1a16a83
Closes #23536: Clarified scope of fileConfig()'s API.
by Vinay Sajip
· 10 years ago
2d965c2
Issue #23536: Clarified scope of fileConfig()'s API.
by Vinay Sajip
· 10 years ago
6d7dced
Fix two typos in AbstractBasicAuthHandler documentation.
by Berker Peksag
· 10 years ago
2e6ad42
#16914: reflow paragraph and add missing versionchanged.
by R David Murray
· 10 years ago
0c49b89
#16914: add timestamps to smtplib debugging output via new debuglevel 2.
by R David Murray
· 10 years ago
4c7f995
#7159: generalize urllib prior auth support.
by R David Murray
· 10 years ago
d2bc389
Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
by Steve Dower
· 10 years ago
cb39d1f
Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok.
by Steve Dower
· 10 years ago
7a80389
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall().
by Eric V. Smith
· 10 years ago
ef9ffcb
properly wrap
by Benjamin Peterson
· 10 years ago
6e73000
Add a subprocess.run() function than returns a CalledProcess instance for a
by Gregory P. Smith
· 10 years ago
7c63fd3
issue9859: add the missing versionadded tag to the documentation.
by Gregory P. Smith
· 10 years ago
4e72cce
issue9859: Document test.support.detect_api_mismatch() and simplify its test.
by Gregory P. Smith
· 10 years ago
2f86a03
remove trailing space
by Gregory P. Smith
· 10 years ago
23a6a0d
remove trailing space :)
by Gregory P. Smith
· 10 years ago
6eda1be
issue22046: mention that zipfile can raise NotImplementedError on unsupported
by Gregory P. Smith
· 10 years ago
f2a448a
issue22046: mention that zipfile can raise NotImplementedError on unsupported
by Gregory P. Smith
· 10 years ago
f887a61
#21146: give a more efficient recipe in gzip docs
by Andrew Kuchling
· 10 years ago
dfa4e04
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Berker Peksag
· 10 years ago
4882cac
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Berker Peksag
· 10 years ago
a6cc551
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
by Larry Hastings
· 10 years ago
d827be8
Closes #23730: merge with 3.4
by Zachary Ware
· 10 years ago
ae9f0fe
Issue #23730: Document the return value of ZipFile.extract
by Zachary Ware
· 10 years ago
b9f2ab9
Fix duplicate doc entry for SSLContext.get_ca_certs()
by Antoine Pitrou
· 10 years ago
97aa953
Fix duplicate doc entry for SSLContext.get_ca_certs()
by Antoine Pitrou
· 10 years ago
f299abd
Issue #23731: Implement PEP 488.
by Brett Cannon
· 10 years ago
e81a773
#23464: remove JoinableQueue that was deprecated in 3.4.4.
by R David Murray
· 10 years ago
556e08e
Issue #12955: Change the urlopen() examples to use context managers where appropriate.
by Berker Peksag
· 10 years ago
9575e18
Issue #12955: Change the urlopen() examples to use context managers where appropriate.
by Berker Peksag
· 10 years ago
8ad751e
Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor
by Antoine Pitrou
· 10 years ago
1c69c3e
use imperative
by Benjamin Peterson
· 10 years ago
eb7a97c
Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs.
by Berker Peksag
· 10 years ago
fe0a41a
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
by Steve Dower
· 10 years ago
8d0c478
Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor
by Antoine Pitrou
· 10 years ago
339e3f3
merge 3.4
by Benjamin Peterson
· 10 years ago
2dbc6e6
Issue #23529: Limit the size of decompressed data when reading from
by Antoine Pitrou
· 10 years ago
2ce11d2
Null merge
by Serhiy Storchaka
· 10 years ago
a7b9a1f
Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs.
by Berker Peksag
· 10 years ago
da5cbe6
Merge from 3.4
by Tim Golden
· 10 years ago
fe5ac52
Fix typo in telnet docs (reported by Keith Briggs)
by Tim Golden
· 10 years ago
f1c5dea
merge 3.4
by Benjamin Peterson
· 10 years ago
6f362fa
actually ssl3 is just completely broken
by Benjamin Peterson
· 10 years ago
291d7b0
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
by Berker Peksag
· 10 years ago
7ecfc82
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
by Berker Peksag
· 10 years ago
1469070
Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each
by Victor Stinner
· 10 years ago
8912d14
Issue #23853: socket.socket.sendall() does no more reset the socket timeout
by Victor Stinner
· 10 years ago
3fbcafa
Merge doc change from 3.4
by Tim Golden
· 10 years ago
42c235e
Added missing right bracket (reported by Daryl Klakouski)
by Tim Golden
· 10 years ago
cae7bdb
#3566: Clean up handling of remote server disconnects.
by R David Murray
· 10 years ago
fcfcf85
Updated pprint examples in according to issue #19105.
by Serhiy Storchaka
· 10 years ago
778db28
Issue #10590: xml.sax.parseString() now supports string argument.
by Serhiy Storchaka
· 10 years ago
5cf2b72
Issue #15582: inspect.getdoc() now follows inheritance chains.
by Serhiy Storchaka
· 10 years ago
32ed750
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
72dcb0a
Issue #23219: Update asyncio.wait_for() documentation
by Victor Stinner
· 10 years ago
61de087
Issue #2175: SAX parsers now support a character stream of InputSource object.
by Serhiy Storchaka
· 10 years ago
81c41db
Issue #23618: socket.socket.connect() now waits until the connection completes
by Victor Stinner
· 10 years ago
708d9ba
Issue #23618: Document EINTR changes in socket documentation
by Victor Stinner
· 10 years ago
f8521d5
merge 3.4 (#12855)
by Benjamin Peterson
· 10 years ago
8218bd4
document what exactly str.splitlines() splits on (closes #12855)
by Benjamin Peterson
· 10 years ago
Next »