Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
46c214d893fe8304108de2a4a592255058ced34d
/
Doc
/
library
fa52cbd
#14863: Update the documentation of os.fdopen()
by Petri Lehtinen
· 12 years ago
1a01ebc
#14863: Update the documentation of os.fdopen()
by Petri Lehtinen
· 12 years ago
f0bf135
Restore [] where default arguments are not keywords
by Hynek Schlawack
· 12 years ago
979f37a
Restore [] where default arguments are not keywords
by Hynek Schlawack
· 12 years ago
a497b44
Fix the versionadded tags for a couple of my recent changes
by Nick Coghlan
· 12 years ago
945a3ad
Avoid useless indentation.
by Georg Brandl
· 12 years ago
3267a30
Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API
by Nick Coghlan
· 13 years ago
6e49ac2
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 13 years ago
87d8200
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 13 years ago
dfa4652
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 13 years ago
44f7cf0
Fix `versionchanged` tags for json.load
by Hynek Schlawack
· 13 years ago
f54c060
Fix `versionchanged` tags for json.load
by Hynek Schlawack
· 13 years ago
07162d4
Closes #14864: Added documentation on how to undo the effects of a logging.disable() call. Thanks to user Guillaume for the suggestion.
by Vinay Sajip
· 13 years ago
69d8493
Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call.
by Vinay Sajip
· 13 years ago
7db768c
Document when json.load's parse_constant behaviour changed
by Hynek Schlawack
· 13 years ago
1203e83
Document when json.load's parse_constant behaviour changed
by Hynek Schlawack
· 13 years ago
b93f9fa
Issue #12760: Add some mising documentation about the new `x` exclusive
by Charles-François Natali
· 13 years ago
010ce32
Minor change to default lru size. Set default to a power of two.
by Raymond Hettinger
· 13 years ago
7fc570a
Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
by Nick Coghlan
· 13 years ago
7c5ba51
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
by Petri Lehtinen
· 13 years ago
079bfc9
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
by Petri Lehtinen
· 13 years ago
d527259
#13152: Allow to specify a custom tabsize for expanding tabs in textwrap
by Hynek Schlawack
· 13 years ago
ed36395
Fix time.time() references in the time module docs
by Petri Lehtinen
· 13 years ago
1033b31
Fix time.time() references in the time module docs
by Petri Lehtinen
· 13 years ago
fc6accc
Remove outdated statements about threading and imports.
by Antoine Pitrou
· 13 years ago
6c6d3a2
Move import lock-related functions to a separate doc section.
by Antoine Pitrou
· 13 years ago
ea3eb88
Issue #9260: A finer-grained import lock.
by Antoine Pitrou
· 13 years ago
dd95974
#14823: Simplify threading.Lock.acquire argument discussion.
by R David Murray
· 13 years ago
f7a6615
#14823: Simplify threading.Lock.acquire argument discussion.
by R David Murray
· 13 years ago
de9ac6c
Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store.
by Antoine Pitrou
· 13 years ago
07542a0
#14692 Fix json docs to reflect changes in json.load
by Hynek Schlawack
· 13 years ago
9729fd4
#14692 Fix json docs to reflect changes in json.load
by Hynek Schlawack
· 13 years ago
51b2ed5
#14809: Add HTTP status codes from RFC 6585 to http.server and http.client
by Hynek Schlawack
· 13 years ago
a32df1e
merge #1440472: reflow
by R David Murray
· 13 years ago
28e68ea
#1440472: reflow
by R David Murray
· 13 years ago
b3ad106
merge #1440472: Explain that email parser/generator isn't *quite* "idempotent"
by R David Murray
· 13 years ago
ea1badb
#1440472: Explain that email parser/generator isn't *quite* "idempotent"
by R David Murray
· 13 years ago
9b704ec
Add versionadded for hmac.secure_compare().
by Charles-François Natali
· 13 years ago
0fb41b5
remove unused import in asyncore doc
by Giampaolo Rodola'
· 13 years ago
ffa1d0b
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning.
by Giampaolo Rodola'
· 13 years ago
d5a1c44
PEP 415: Implement suppression of __context__ display with an exception attribute
by Benjamin Peterson
· 13 years ago
d91dc62
Merge #14766: Add correct algorithm for when a 'time' object is naive.
by R David Murray
· 13 years ago
539f239
#14766: Reflow the altered paragraphs.
by R David Murray
· 13 years ago
9075d8b
#14766: Add correct algorithm for when a 'time' object is naive.
by R David Murray
· 13 years ago
9a23490
Issue #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205).
by Antoine Pitrou
· 13 years ago
7feb9f4
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
by Charles-François Natali
· 13 years ago
d200bf5
Add importlib.util.resolve_name().
by Brett Cannon
· 13 years ago
62961dd
Issue #13959: Document imp.find_module/load_module as deprecated.
by Brett Cannon
· 13 years ago
708d88c
merge with 3.2
by Sandro Tosi
· 13 years ago
3918b1e
Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe
by Sandro Tosi
· 13 years ago
7fb79fc
Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka.
by Martin v. Löwis
· 13 years ago
ee78a2b
Issue #13959: Introduce importlib.find_loader().
by Brett Cannon
· 13 years ago
36c4e38
merge with 3.2
by Sandro Tosi
· 13 years ago
38b86b4
correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
by Sandro Tosi
· 13 years ago
424246f
Issue #14082: shutil.copy2() now copies extended attributes, if possible.
by Antoine Pitrou
· 13 years ago
c049952
Issue #13959: Have
by Brett Cannon
· 13 years ago
0c59b03
Deprecate the imp constants related to imp.get_suffixes().
by Brett Cannon
· 13 years ago
cb66eb0
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
by Brett Cannon
· 13 years ago
59d5404
Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2
by Richard Oudkerk
· 13 years ago
fda08b0
Some nits in the pickle docs.
by Antoine Pitrou
· 13 years ago
a9494f6
Some nits in the pickle docs.
by Antoine Pitrou
· 13 years ago
fd7aaab
#14763: merge with 3.2.
by Ezio Melotti
· 13 years ago
bf3165b
#14763: document default maxsplit value for str.split.
by Ezio Melotti
· 13 years ago
7ca8d1f
Merge: Improve the grammar of a non-sentence.
by R David Murray
· 13 years ago
b98b37f
Improve the grammar of a non-sentence.
by R David Murray
· 13 years ago
bc459bb
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion.
by Nadeem Vawda
· 13 years ago
f55b329
Add lzma.{encode,decode}_filter_properties().
by Nadeem Vawda
· 13 years ago
df5bedb
#14034: merge argparse tutorial from 3.2.
by Ezio Melotti
· 13 years ago
6cc7a41
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
7e12620
Closes #13989: Add support for text modes to gzip.open().
by Nadeem Vawda
· 13 years ago
7a919e9
Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.
by Lars Gustäbel
· 13 years ago
76ad59b
Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
by Larry Hastings
· 13 years ago
49a69e4
strip is_ prefixes on clock_info fields
by Benjamin Peterson
· 13 years ago
67c1444
Update timeit documentation w.r.t default timer changes.
by Georg Brandl
· 13 years ago
f6b16a4
Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka.
by Martin v. Löwis
· 13 years ago
ca9bfe1
Issue #10433: merge
by Ned Deily
· 13 years ago
2e20968
Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.
by Ned Deily
· 13 years ago
cfc104e
#14558: merge with 3.2.
by Ezio Melotti
· 13 years ago
3d6d7a5
#14558: document the module, argv, and testLoader args of unittest.main.
by Ezio Melotti
· 13 years ago
d343391
Issue11352 - Update cgi module docs
by Senthil Kumaran
· 13 years ago
290416f
Issue11352 - Update cgi module docs
by Senthil Kumaran
· 13 years ago
514880c
Review of doc changes re PEP 418.
by Georg Brandl
· 13 years ago
89c4eef
Issue #14691: indent the traceback so the example is highlighted
by Sandro Tosi
· 13 years ago
5fe0f4e
#14519: merge with 3.2.
by Ezio Melotti
· 13 years ago
a0b1d1e
#14519: fix the regex used in the scanf example.
by Ezio Melotti
· 13 years ago
5fbd37e
Merge markup fix in unittest doc from 3.2.
by Ezio Melotti
· 13 years ago
b8e336b
Fix markup in unittest doc.
by Ezio Melotti
· 13 years ago
4ca008b
issue6085 - update docs in default branch
by Senthil Kumaran
· 13 years ago
db727b4
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
by Senthil Kumaran
· 13 years ago
1aacba4
Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname
by Senthil Kumaran
· 13 years ago
0ce1649
#14461: merge with 3.2.
by Ezio Melotti
· 13 years ago
0a6b541
#14461: fix wording.
by Ezio Melotti
· 13 years ago
4b7698c
issue14427 - Document Request.get_header and Request.header_items
by Senthil Kumaran
· 13 years ago
8dc5004
issue14427 - Document Request.get_header and Request.header_items
by Senthil Kumaran
· 13 years ago
e240947
#14155: merge note about \b from 3.2.
by Ezio Melotti
· 13 years ago
285e51b
#14155: add a note about \b.
by Ezio Melotti
· 13 years ago
47620a6
Close #14309: Deprecate time.clock()
by Victor Stinner
· 13 years ago
ec89539
Issue #14428, #14397: Implement the PEP 418
by Victor Stinner
· 13 years ago
ca6e40f
Time doc: documentation that the CLOCK_* constants and clock_*() functions are
by Victor Stinner
· 13 years ago
4aff7ed
Issue #14448: merge with 3.2
by Sandro Tosi
· 13 years ago
Next »