Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6a7b855a97c57f26d4786a9003757e39a43b322e
/
Doc
6a7b855
Issue #13605: merge with 3.2
by Sandro Tosi
· 13 years ago
da8e11a
Issue #13605: more meaningful example + fixes
by Sandro Tosi
· 13 years ago
83d32c9
Issue #13605: merge with 3.2
by Sandro Tosi
· 13 years ago
16bd0b4
Issue #13605: add documentation for nargs=argparse.REMAINDER
by Sandro Tosi
· 13 years ago
82138b8
Issue #11948: merge with 3.2
by Sandro Tosi
· 13 years ago
f0229aa
Issue #11948: clarify modules search path
by Sandro Tosi
· 13 years ago
00c7f85
Issue #2134: Add support for tokenize.TokenInfo.exact_type.
by Meador Inge
· 13 years ago
972cfb9
Issue #2134: Clarify token.OP handling rationale in tokenize documentation.
by Meador Inge
· 13 years ago
9430354
improve casefold/lower/upper docs
by Benjamin Peterson
· 13 years ago
226231c
Use ASCII quotes and fix markup.
by Ezio Melotti
· 13 years ago
b94b266
Close #10278: Add time.wallclock() function, monotonic clock.
by Victor Stinner
· 13 years ago
25d1bdc
Add missing versionadded in webbrowser doc.
by Ezio Melotti
· 13 years ago
5e8260b
Issue #13727: Add 3 macros to access PyDateTime_Delta members:
by Amaury Forgeot d'Arc
· 13 years ago
c77bb65
Remove "documenting" latex document.
by Georg Brandl
· 13 years ago
31af0ce
Remove "documenting" latex document.
by Georg Brandl
· 13 years ago
d120083
Issue: #12409: merge with 3.2
by Sandro Tosi
· 13 years ago
32ee44f
Issue: #12409: remove obsolete susp-entries
by Sandro Tosi
· 13 years ago
f61ee5a
#13715: merge with 3.2.
by Ezio Melotti
· 13 years ago
01b34af
#13715: fix typo in unicodedata doc. Patch by Eli Collins.
by Ezio Melotti
· 13 years ago
37c7a06
#13695: merge with 3.2.
by Ezio Melotti
· 13 years ago
9ecb6be
#13695: fix a couple of typos in the doc.
by Ezio Melotti
· 13 years ago
ee090c7
merge with 3.2
by Sandro Tosi
· 13 years ago
515687a
remove 'Documenting Python' and its references, it's now on devguide
by Sandro Tosi
· 13 years ago
0ea3ea5
Mention the additional way to use the lvl parameter and when it changed.
by Gregory P. Smith
· 13 years ago
c1f079f
Mention the additional way to use the lvl parameter and when it changed.
by Gregory P. Smith
· 13 years ago
d5890c8
add str.casefold() (closes #13752)
by Benjamin Peterson
· 13 years ago
d612de1
Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.
by Charles-François Natali
· 13 years ago
7cdb447
Merge
by Terry Jan Reedy
· 13 years ago
ec6d7c8
Merge with 3.2 #13730 grammar fix
by Terry Jan Reedy
· 13 years ago
0ed8019
Add versionchanged notes for PEP 380
by Nick Coghlan
· 13 years ago
a931463
#13730 grammar fix
by Terry Jan Reedy
· 13 years ago
2dfe6b0
Fix merge glitch in What's New
by Nick Coghlan
· 13 years ago
a3d1e2e
#11633 At least 2 people prefer earlier revision.
by Terry Jan Reedy
· 13 years ago
889a510
Issue #13724: improve documentation for socket.create_connection.
by Antoine Pitrou
· 13 years ago
ea868d3
Minor correction. #11418
by Terry Jan Reedy
· 13 years ago
e247928
Closes #11633 Clarify print buffering.
by Terry Jan Reedy
· 13 years ago
f4ec3c5
#13754 String returned if less than *or equal to* x 3
by Terry Jan Reedy
· 13 years ago
19d85c2
Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.
by Senthil Kumaran
· 13 years ago
ac8bfca
Issue #13747: fix SSL compatibility table.
by Antoine Pitrou
· 13 years ago
84a2edc
Issue #13747: fix documentation error about the default SSL version.
by Antoine Pitrou
· 13 years ago
645a0dd
Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@
by Sandro Tosi
· 13 years ago
ded0348
Issue #13502: threading: Fix a race condition in Event.wait() that made it
by Charles-François Natali
· 13 years ago
b52e7a9
clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@
by Sandro Tosi
· 13 years ago
441ae04
Update printout of SSL certificate examples for 3.2+.
by Antoine Pitrou
· 13 years ago
f576747
Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler
by Sandro Tosi
· 13 years ago
ba232df
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
by Sandro Tosi
· 13 years ago
98492a5
Issue #10772: add count and help argparse action; patch by Marc Sibson
by Sandro Tosi
· 13 years ago
b7ffed8
Add a subsection explaning cipher selection.
by Antoine Pitrou
· 13 years ago
d204934
exception support is correct now (closes #13705)
by Benjamin Peterson
· 13 years ago
753b79c
Issue #6031: improve serve_forever() description
by Sandro Tosi
· 13 years ago
ea320ab
Issue #9349: add argparse.SUPPRESS to help doc
by Sandro Tosi
· 13 years ago
da785fd
Issue #13690: add re.DEBUG; patch by Filip Gruszczyński
by Sandro Tosi
· 13 years ago
b2794c8
Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte
by Sandro Tosi
· 13 years ago
c40d362a
merge heads
by Benjamin Peterson
· 13 years ago
f606e68
add another year to glorious PSF IP
by Benjamin Peterson
· 13 years ago
1abde36
fix some broken URLs
by Sandro Tosi
· 13 years ago
d08effe
Some formatting & grammar fixes for the multiprocessing doc
by Eli Bendersky
· 13 years ago
a6c4a10
indicate msg is an argument
by Benjamin Peterson
· 13 years ago
79ed84c
use booleans
by Benjamin Peterson
· 13 years ago
1532c8f
I do not think we will ever have auto-indent at the prompt, that is for IPython and the like.
by Georg Brandl
· 13 years ago
7386662
use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@
by Sandro Tosi
· 13 years ago
3e6c814
fix "Title underline too short" sphinx warning
by Sandro Tosi
· 13 years ago
2b373b0
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
by Sandro Tosi
· 13 years ago
44f568c
fix to sent/send typo
by Sandro Tosi
· 13 years ago
1526ad1
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
by Sandro Tosi
· 13 years ago
3721fbc
point IronPython to ironpython.net; thanks to Lazar Pancic from docs@
by Sandro Tosi
· 13 years ago
75c71cc
fix Rather that/Rather than; thanks to Reuben Thomas from docs@
by Sandro Tosi
· 13 years ago
baf30da
remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@
by Sandro Tosi
· 13 years ago
0b7e536
correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@
by Sandro Tosi
· 13 years ago
ac007ba
Issue #13632: Update token documentation to reflect actual token types
by Meador Inge
· 13 years ago
57f97f4
parameter_list was meant here
by Benjamin Peterson
· 13 years ago
ad17358
kill superfluous 'comprehension' case (closes #13658)
by Benjamin Peterson
· 13 years ago
016c6d5
Issue12798 - Update mimetypes documentation. Correct the doc section where
by Senthil Kumaran
· 13 years ago
08c08eb
Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams.
by Antoine Pitrou
· 13 years ago
0f1e3ac
note the blinding speed of these functions
by Benjamin Peterson
· 13 years ago
1c92cfe
don't mention implementation detail
by Benjamin Peterson
· 13 years ago
80a61e8
#13387: rephrase unclear sentence.
by Ezio Melotti
· 13 years ago
6fbd525
Issue #13617: Document that the result of the conversion of a Unicode object to
by Victor Stinner
· 13 years ago
a94a0e9
Issue #13522: Fix _Py_co_pow() documentation
by Victor Stinner
· 13 years ago
07b1c87
Issue #13522: document error return values of some float and complex C API functions.
by Antoine Pitrou
· 13 years ago
e83f899
Issue #13530: Document os.lseek() result
by Victor Stinner
· 13 years ago
bc3b682
Closes #13761: add a "flush" keyword argument to print().
by Georg Brandl
· 13 years ago
5136ac0
Issue #13645: pyc files now contain the size of the corresponding source
by Antoine Pitrou
· 13 years ago
1f7ce62
Implement PEP 380 - 'yield from' (closes #11682)
by Nick Coghlan
· 13 years ago
3a5d4cb
Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`.
by Antoine Pitrou
· 13 years ago
dc41e3f
Merge #11633 At least 2 people prefer earlier revision.
by Terry Jan Reedy
· 13 years ago
70d62b3
Issue #13724: improve documentation for socket.create_connection.
by Antoine Pitrou
· 13 years ago
22ef4fa
merge heads
by Benjamin Peterson
· 13 years ago
b2bf01d
use full unicode mappings for upper/lower/title case (#12736)
by Benjamin Peterson
· 13 years ago
982c91e
Merge with 3.2
by Terry Jan Reedy
· 13 years ago
7a825ba
Merge with 3.2
by Terry Jan Reedy
· 13 years ago
610e814
Merge with 3.2
by Terry Jan Reedy
· 13 years ago
76961fa
Issue #13757: Change os.fdlistdir() so that it duplicates the passed file
by Charles-François Natali
· 13 years ago
bda7a80
Merge from 3.2 - Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.
by Senthil Kumaran
· 13 years ago
dc3044c
Issue #12760: Add a create mode to open(). Patch by David Townshend.
by Charles-François Natali
· 13 years ago
8a9b9c7
Merge SSL doc fixes (issue #13747).
by Antoine Pitrou
· 13 years ago
ac8f78a
merge with 3.2
by Sandro Tosi
· 13 years ago
61d28d6
Issue #13502: threading: Fix a race condition in Event.wait() that made it
by Charles-François Natali
· 13 years ago
5e60857
merge with 3.2
by Sandro Tosi
· 13 years ago
0a08d7a
Issue #9993: When the source and destination are on different filesystems,
by Antoine Pitrou
· 13 years ago
Next »