Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4fae8cdaeac117c6a567f9305a22fd0cff400452
/
Doc
4fae8cd
Close #13857: Added textwrap.indent() function (initial patch by Ezra Berch)
by Nick Coghlan
· 12 years ago
3c4acd8
merge
by Raymond Hettinger
· 12 years ago
6fed9fd
Fix indentation of method and attribute examples.
by Raymond Hettinger
· 12 years ago
911fd32
unittest.mock minor doc update
by Michael Foord
· 12 years ago
f7c4158
Adding patch.stopall method to unittest.mock
by Michael Foord
· 12 years ago
bfcb429
Expand examples for ChainMap(). Improve markup.
by Raymond Hettinger
· 12 years ago
7929cfb
Note that the _asdict() method is outdated
by Raymond Hettinger
· 12 years ago
a441514
Issue #2736: Added datetime.timestamp() method.
by Alexander Belopolsky
· 12 years ago
cbc203e
Merge from 3.2
by Nick Coghlan
· 12 years ago
a3a164a
Nudge readers towards a more accurate mental model for loop else clauses
by Nick Coghlan
· 12 years ago
a01f1ad
Close #6203: Document that Python 3 sets LC_CTYPE at startup to the user's preferred locale encoding
by Victor Stinner
· 12 years ago
f86a5e8
Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore
by Victor Stinner
· 12 years ago
034d0aa
Issue #14711: os.stat_float_times() has been deprecated.
by Victor Stinner
· 12 years ago
e860404
Add a function lzma.open(), to match gzip.open() and bz2.open().
by Nadeem Vawda
· 12 years ago
6cbb20c
Allow LZMAFile to accept modes with a "b" suffix.
by Nadeem Vawda
· 12 years ago
33c34da
Simplify usage of LZMAFile's fileobj support, like with BZ2File.
by Nadeem Vawda
· 12 years ago
af518c1
Add a function bz2.open(), to match gzip.open().
by Nadeem Vawda
· 12 years ago
50cb936
Clarify acceptable values for BZ2File.__init__'s mode argument.
by Nadeem Vawda
· 12 years ago
aebcdba
Make BZ2File's fileobj support easier to use.
by Nadeem Vawda
· 12 years ago
6872101
Add fileobj support to gzip.open().
by Nadeem Vawda
· 12 years ago
9b10e1f
A few documentation improvements, spurred on by Brett's review.
by Barry Warsaw
· 12 years ago
c58c392
Trunk merge.
by Barry Warsaw
· 12 years ago
7d74eff
Add usage note.
by Raymond Hettinger
· 12 years ago
409da15
Eric Snow's implementation of PEP 421.
by Barry Warsaw
· 12 years ago
fe4dfd2
merge heads
by Senthil Kumaran
· 12 years ago
1251faf
Issue 14989: http.server --cgi option can enable the CGI http server.
by Senthil Kumaran
· 12 years ago
0813168
Issue #14090: fix some minor C API problems in default branch (3.3)
by Eli Bendersky
· 12 years ago
11cfea9
Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyType_GenericNew
by Eli Bendersky
· 12 years ago
7f67133
backport c4bd68be5fc6 to 3.2
by Sandro Tosi
· 12 years ago
a894cbf
merge with 3.2
by Sandro Tosi
· 12 years ago
964f205
refer to time.strftime
by Sandro Tosi
· 12 years ago
f4b26ef
#14957: fix doc typo.
by R David Murray
· 12 years ago
554b348
#14957: fix doc typo.
by R David Murray
· 12 years ago
c816290
Issue #14814: use print() function
by Sandro Tosi
· 12 years ago
5a0d439
#14957: clarify splitlines docs.
by R David Murray
· 12 years ago
ae1b94b
#14957: clarify splitlines docs.
by R David Murray
· 12 years ago
c10584a
Issue #14968: merge with 3.2
by Sandro Tosi
· 12 years ago
3f7d1d3
Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck
by Sandro Tosi
· 12 years ago
1bf2394
fix trailing whitespace
by Eli Bendersky
· 12 years ago
52467b1
Issue #14007: make XMLParser a real subclassable type exported from _elementtree. +cleanups
by Eli Bendersky
· 12 years ago
b7a455f
Typo fix
by Nick Coghlan
· 12 years ago
2722827
Additional ExitStack examples, and a few other cleanups for the ExitStack docs
by Nick Coghlan
· 12 years ago
01d7058
Merge heads.
by Georg Brandl
· 12 years ago
3539afd
Update pydoc topics and fix new suspicious markup.
by Georg Brandl
· 12 years ago
48d358b
Issue #14007: implemented the 'element_factory' feature of TreeBuilder in
by Eli Bendersky
· 12 years ago
a0cf90e
Close #14947: add missing cross-reference to Language Definition from the new dynamic type creation functions. Also cleaned up the general wording of the docs
by Nick Coghlan
· 12 years ago
d648fa2
Fix #14943. Merge 3.2
by Brian Curtin
· 12 years ago
13c7034
Fix #14943. Update the proper default value and list the proper argument names in the explanation.
by Brian Curtin
· 12 years ago
abfc374
#10839: raise an error on add of duplicate unique headers in new email policies
by R David Murray
· 12 years ago
aa88d32
Merged upstream changes.
by Vinay Sajip
· 12 years ago
4126a7d
Added pyvenv docs to 'Python Setup and Usage' section.
by Vinay Sajip
· 12 years ago
87ea780
Use Python 3.x-style keyword only arg in Array()
by Richard Oudkerk
· 12 years ago
737b173
Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.
by Eli Bendersky
· 12 years ago
7ef3ff3
#12515: email now registers a defect if the MIME end boundary is missing.
by R David Murray
· 12 years ago
80e0aee
#1672568: email now registers defects for base64 payload format errors.
by R David Murray
· 12 years ago
adbdcdb
#14925: email now registers a defect for missing header/body separator.
by R David Murray
· 12 years ago
e1398f7
#11785: fix the :mod: references in email package submodule titles.
by R David Murray
· 12 years ago
79cf3ba
#11785: fix the :mod: references in email package submodule titles.
by R David Murray
· 12 years ago
ea97668
Make headerregistry fully part of the provisional api.
by R David Murray
· 12 years ago
38e0e1e
Fix markup.
by Georg Brandl
· 12 years ago
d1a30c9
#8739: upgrade smtpd to RFC 5321 and 1870.
by R David Murray
· 12 years ago
53c9200
Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the initial conversion from Peter Moody's wiki version)
by Nick Coghlan
· 12 years ago
039b01d
Add missing versionadded.
by Georg Brandl
· 12 years ago
d2d521e
#665194: Add a localtime function to email.utils.
by R David Murray
· 12 years ago
b526763
Merged upstream changes.
by Vinay Sajip
· 12 years ago
7ded1f0
Implemented PEP 405 (Python virtual environments).
by Vinay Sajip
· 12 years ago
cb448cf
#12586: Expand What's New email entry with provisional policy features.
by R David Murray
· 12 years ago
0b6f6c8
#12586: add provisional email policy with new header parsing and folding.
by R David Murray
· 12 years ago
0fa2edd
#14731: add preliminary What's New entry for policy framework.
by R David Murray
· 12 years ago
c27e522
#14731: refactor email policy framework.
by R David Murray
· 12 years ago
b47b539
Placeholder in What's New for the major packaging infrastructure changes
by Nick Coghlan
· 12 years ago
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
161ea6a
Fix typo
by Nick Coghlan
· 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
389e8c8
Remove outdated statement.
by Antoine Pitrou
· 12 years ago
3267a30
Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API
by Nick Coghlan
· 12 years ago
6e49ac2
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 12 years ago
87d8200
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 12 years ago
dfa4652
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 12 years ago
44f7cf0
Fix `versionchanged` tags for json.load
by Hynek Schlawack
· 12 years ago
f54c060
Fix `versionchanged` tags for json.load
by Hynek Schlawack
· 12 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
· 12 years ago
69d8493
Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call.
by Vinay Sajip
· 12 years ago
305acf2
Remove an incorrect implementation detail
by Nick Coghlan
· 12 years ago
dc9b255
Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
by Nick Coghlan
· 12 years ago
7db768c
Document when json.load's parse_constant behaviour changed
by Hynek Schlawack
· 12 years ago
1203e83
Document when json.load's parse_constant behaviour changed
by Hynek Schlawack
· 12 years ago
6c7bf42
Merge.
by Charles-François Natali
· 12 years ago
b93f9fa
Issue #12760: Add some mising documentation about the new `x` exclusive
by Charles-François Natali
· 12 years ago
b267475
Clarify a paragraph in the new metaclass docs
by Nick Coghlan
· 12 years ago
337b2bf
Describe the default hash correctly, and mark a couple of CPython implementation details
by Nick Coghlan
· 12 years ago
78770f0
Fix typo in new metaclass docs
by Nick Coghlan
· 12 years ago
010ce32
Minor change to default lru size. Set default to a power of two.
by Raymond Hettinger
· 12 years ago
7fc570a
Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
by Nick Coghlan
· 12 years ago
7c5ba51
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
by Petri Lehtinen
· 12 years ago
079bfc9
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
by Petri Lehtinen
· 12 years ago
Next »