Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0fd557647d9957542a68972854a227d2def5f5f3
/
Doc
f47036c
Removed spaces before colons and semicolons.
by Serhiy Storchaka
· 11 years ago
a4d170d
Removed spaces before commas and periods.
by Serhiy Storchaka
· 11 years ago
f20ea13
s/lightweight/minimal/, as per issue #11379.
by Antoine Pitrou
· 11 years ago
800e11b
Issue #19902: Added list of logging levels.
by Vinay Sajip
· 11 years ago
0bffca0
Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.
by Zachary Ware
· 11 years ago
956040a
#19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.
by Ezio Melotti
· 11 years ago
98620d8
Issue #19963: Document that importlib.import_module() will import
by Brett Cannon
· 11 years ago
d913d9d
#18036: update .pyc FAQ entry in light of PEP 3147.
by R David Murray
· 11 years ago
b5c4fd0
Issue #19407: add Python Packaging User Guide notes
by Nick Coghlan
· 11 years ago
1761fa9
Add libmpdec license.
by Stefan Krah
· 11 years ago
6976104
#18430: Document that peek() may change the position of the underlying file for
by Nadeem Vawda
· 11 years ago
933142a
document that compile() can take bytes (closes #19910)
by Benjamin Peterson
· 11 years ago
d4d6055
Issue #19900: improve generalities at the start of the pickle module doc
by Antoine Pitrou
· 11 years ago
b1a92a4
Added minor clarification in logging HOWTO.
by Vinay Sajip
· 11 years ago
dd799d2
Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module.
by Antoine Pitrou
· 11 years ago
a5cc9d6
Tweak the socket module doc layout
by Antoine Pitrou
· 11 years ago
e3658a7
Issue #19882: tweak docs for socket.close()
by Antoine Pitrou
· 11 years ago
f311453
Issue #19814: Clarify argparse's docs w.r.t prefix matching
by Eli Bendersky
· 11 years ago
22d0418
Issue #19728: Fix sys.getfilesystemencoding() documentation
by Victor Stinner
· 11 years ago
f8ceb04
Issue #19845: Updated the Compiling Python on Windows docs.
by Zachary Ware
· 11 years ago
a9c179b
Issue #19789: Clarified documentation for logging.disable.
by Vinay Sajip
· 11 years ago
889d24e
Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795).
by Serhiy Storchaka
· 11 years ago
fbc1c26
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 11 years ago
b152e17
recommend OrderedDict for this FAQ (closes #19805)
by Benjamin Peterson
· 11 years ago
22dc4d5
Issue #19794: Improved markup for True/False constants.
by Serhiy Storchaka
· 11 years ago
1833ac3
Markup fix.
by Georg Brandl
· 11 years ago
9527f16
Issue #19691: remove outdated mention about RuntimeError
by Antoine Pitrou
· 11 years ago
37b70bb
Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.
by Georg Brandl
· 11 years ago
db5e74f
Fix doc markup error.
by Georg Brandl
· 11 years ago
f500588
Fix broken link in html.entities docs.
by Ezio Melotti
· 11 years ago
44d2429
Doc/Makefile: also do "make suspicious" during daily autobuild
by Georg Brandl
· 11 years ago
e1391a0
Issue #18326: Clarify that list.sort's arguments are keyword-only.
by Zachary Ware
· 11 years ago
30c5ad2
#1098749: re-word gettext docs to not encourage using pygettext so much.
by Andrew Kuchling
· 11 years ago
e65cb19
Fix indentation in doc example.
by Ezio Melotti
· 11 years ago
edcf8da
Issue 16998: Clarify that += on a shared value is not atomic.
by Richard Oudkerk
· 11 years ago
9eefe91
Issue #19508: direct the user to read the security considerations for the ssl module
by Antoine Pitrou
· 11 years ago
2bbdfe7
#19238: fix typo in documentation.
by Ezio Melotti
· 11 years ago
9c10d6b
Issue #19504: Used American spelling for 'customize'.
by Vinay Sajip
· 11 years ago
587e970
Update e-mail address
by Andrew Kuchling
· 11 years ago
3492e39
Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
by Jason R. Coombs
· 11 years ago
d5a2f0b
#18985: Improve fcntl documentation.
by R David Murray
· 11 years ago
2c1adcb
Issue #18345: Added cookbook example illustrating handler customisation.
by Vinay Sajip
· 11 years ago
834856a
Merge
by Tim Golden
· 11 years ago
3a2abb5
Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines
by Tim Golden
· 11 years ago
5fdb64b
#19411: Clarify that b2a_hex/hexlify returns a bytes object.
by R David Murray
· 11 years ago
2915dd7
Issue #19452: Clarify the documentation of iterparse w.r.t. events argument.
by Eli Bendersky
· 11 years ago
9b83d53
Corrected some incorrect cross-references.
by Vinay Sajip
· 11 years ago
47674bc
fix language
by Christian Heimes
· 11 years ago
3046fe4
Issue #18747: document issue with OpenSSL's CPRNG state and fork
by Christian Heimes
· 11 years ago
3d596fa
Clarify sentence.
by Georg Brandl
· 11 years ago
21527bf
Closes #19416: fix references in the nntplib docs.
by Georg Brandl
· 11 years ago
1ed80b0
Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@.
by Georg Brandl
· 11 years ago
ad32153
Fix typo: js_JP is not a valid locale.
by Georg Brandl
· 11 years ago
325a1c2
Fix markup errors in the docs and amend suspicious ignores.
by Georg Brandl
· 11 years ago
bf3f8eb
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
by Georg Brandl
· 11 years ago
72c98d3
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
by Georg Brandl
· 11 years ago
6fd25c3
Issue #19392: Document that imp.reload() now relies on __loader__
by Brett Cannon
· 11 years ago
27a8564
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
by Tim Golden
· 11 years ago
e459750
#19319: fix ctypes docs: sizeof is an operator in C, not a function.
by Ezio Melotti
· 11 years ago
c318442
#19238, #19289: fix description of the align and fill values of the format specification.
by Ezio Melotti
· 11 years ago
910a665
fix description of super() behavior on descriptors
by Benjamin Peterson
· 11 years ago
3353313
Fix markup.
by Serhiy Storchaka
· 11 years ago
9ff06dc
Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support.
by Georg Brandl
· 11 years ago
5bbbc94
Issue #19189: Improved cross-references in the pickle module documentation.
by Serhiy Storchaka
· 11 years ago
47fd9d8
#4965: Implement intelligent scrolling of the sidebar in the docs.
by Ezio Melotti
· 11 years ago
72aabb6
Merge heads
by Serhiy Storchaka
· 11 years ago
810f1d5
Wing IDE is switching to PyQt...
by Georg Brandl
· 11 years ago
c3a2916
Closes #19248: actually check for Python 3.x in tools/sphinx-build.py.
by Georg Brandl
· 11 years ago
bfdcd43
Issue #18758: Fixed and improved cross-references.
by Serhiy Storchaka
· 11 years ago
4e98567
Issue #19197: Improved cross-references in the shlex module documentation.
by Serhiy Storchaka
· 11 years ago
dab8354
Issue #19207: Improved cross-references in the os, os.path, and posix modules
by Serhiy Storchaka
· 11 years ago
5e1c053
Improve #19204: Improved cross-references in the urllib package documentation.
by Serhiy Storchaka
· 11 years ago
b7117af
Refer to strftime(3) manpage for platform specific format codes.
by Georg Brandl
· 11 years ago
04d11a7
Issue #19203: Improved cross-references in the curses howto.
by Serhiy Storchaka
· 11 years ago
fd1c3d3
Issue #19198: Improved cross-references in the cgi module documentation.
by Serhiy Storchaka
· 11 years ago
6cb2b5b
Issue #17827: Document codecs.encode and codecs.decode
by Nick Coghlan
· 11 years ago
aeaecfd
Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.
by Georg Brandl
· 11 years ago
5d5b375
Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.
by Georg Brandl
· 11 years ago
1e32011
Fix display of deprecated blocks with Sphinx 1.2.
by Georg Brandl
· 11 years ago
6480168
Issue #19202: Add cross-reference and a rough code equivalent
by Raymond Hettinger
· 11 years ago
a140348
Invert logic of new limited-API annotation and call it "stable ABI".
by Georg Brandl
· 11 years ago
239990d
Fix compatibility with upcoming Sphinx 1.2.
by Georg Brandl
· 11 years ago
5c01d99
Introduce support for documenting which C API elements are not part of the stable/limited API.
by Georg Brandl
· 11 years ago
5db7c54
Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147).
by Georg Brandl
· 11 years ago
ae30a81
Closes #13833: document PyStructSequence C-API functions.
by Georg Brandl
· 11 years ago
c96ef1f
Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.
by Georg Brandl
· 11 years ago
57f936e
Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand.
by Georg Brandl
· 11 years ago
d8ede4f
Closes #13203: add a FAQ section about seemingly duplicate id()s.
by Georg Brandl
· 11 years ago
8ee7708
Issue #19005: Fix documentation for PyIter_Next().
by Raymond Hettinger
· 11 years ago
926099d
#19194: Improved cross-references in the fcntl module documentation.
by Serhiy Storchaka
· 11 years ago
7880db6
#19196: Improved cross-references in distutils documentation.
by Serhiy Storchaka
· 11 years ago
0d196ed
Issue #19190: Improve cross-references in builtin types and functions documentation.
by Serhiy Storchaka
· 11 years ago
0b68a2d
Issue 19195: Improved cross-references in C API documentation.
by Serhiy Storchaka
· 11 years ago
91aaeac
Issue #19193: Improved cross-references in the tutorial.
by Serhiy Storchaka
· 11 years ago
ee82d0b
Minor grammar fix.
by Georg Brandl
· 11 years ago
0aaae26
Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@.
by Georg Brandl
· 11 years ago
f24c141
Fix wrong link.
by Georg Brandl
· 11 years ago
97f9623
Add "->" as a delimiter token. Found by James Harding on docs@.
by Georg Brandl
· 11 years ago
bcce125
Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag.
by Georg Brandl
· 11 years ago
c377fe2
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler.
by Georg Brandl
· 11 years ago
Next »