Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
faaba59977036da9f4179ef426e0862251110ba0
/
Doc
faaba59
Regex should be a raw string
by Raymond Hettinger
· 12 years ago
4b231a7
Merge link addition from 3.2.
by Ezio Melotti
· 12 years ago
c6641db
Add a link to the demo dir.
by Ezio Melotti
· 12 years ago
df24605
Merge markup fixes in unittest docs from 3.2.
by Ezio Melotti
· 12 years ago
4d6cb0f
Fix markup in unittest docs.
by Ezio Melotti
· 12 years ago
79333db
Issue #16406: Combine the doc pages for uploading and registering to PyPI.
by Chris Jerdonek
· 12 years ago
13fb979
Issue #16406: Combine the doc pages for uploading and registering to PyPI.
by Chris Jerdonek
· 12 years ago
6401ad6
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
by Petri Lehtinen
· 12 years ago
5f79409
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
by Petri Lehtinen
· 12 years ago
514f056
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
by Senthil Kumaran
· 12 years ago
8fd3669
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
by Senthil Kumaran
· 12 years ago
7de72ad
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
by Petri Lehtinen
· 12 years ago
905b648
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
by Petri Lehtinen
· 12 years ago
e2c1147
Issue #16695: Document how glob handles filenames starting with a dot
by Petri Lehtinen
· 12 years ago
ee4a20b
Issue #16695: Document how glob handles filenames starting with a dot
by Petri Lehtinen
· 12 years ago
3c75a48
Issue #8890: Stop advertising an insecure use of /tmp in docs
by Petri Lehtinen
· 12 years ago
9f74c6c
Issue #8890: Stop advertising an insecure use of /tmp in docs
by Petri Lehtinen
· 12 years ago
cc5ea62
#15438: merge with 3.2.
by Ezio Melotti
· 12 years ago
739d549
#15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson.
by Ezio Melotti
· 12 years ago
5c72b3f
#17271: merge with 3.2.
by Ezio Melotti
· 12 years ago
ad17bc0
#17271: update example in tempfile docs.
by Ezio Melotti
· 12 years ago
ff3f333
#17256: merge with 3.2.
by Ezio Melotti
· 12 years ago
a19ebdb
#17256: fix syntax highlight in embedding example. Patch by Kushal Das.
by Ezio Melotti
· 12 years ago
8c0bbfd
Issue #17203: add long option names to unittest discovery docs.
by Chris Jerdonek
· 12 years ago
d69ad55
Issue #17203: add long option names to unittest discovery docs.
by Chris Jerdonek
· 12 years ago
ed891c1
Issue #17225: JSON decoder now counts columns in the first line starting
by Serhiy Storchaka
· 12 years ago
c510a04
Issue #17225: JSON decoder now counts columns in the first line starting
by Serhiy Storchaka
· 12 years ago
4d6795e
#17265: merge with 3.2.
by Ezio Melotti
· 12 years ago
bcbc567
#17265: fix highlight in template example. Initial patch by Berker Peksag.
by Ezio Melotti
· 12 years ago
6cd6f01
Merge: #13700: Make imap.authenticate with authobject work.
by R David Murray
· 12 years ago
774a39f
#13700: Make imap.authenticate with authobject work.
by R David Murray
· 12 years ago
a60de4f
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
by Andrew Svetlov
· 12 years ago
f8def28
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
by Serhiy Storchaka
· 12 years ago
db0b7be
Issue #17208: add a note about the termination behaviour of daemon threads.
by Antoine Pitrou
· 12 years ago
38b8254
Issue #17208: add a note about the termination behaviour of daemon threads.
by Antoine Pitrou
· 12 years ago
f4b54ad
Merge: #17166: fix _dummy_thread import example.
by R David Murray
· 12 years ago
041d553
#17166: fix _dummy_thread import example.
by R David Murray
· 12 years ago
5d50ade
StringIO.StringIO -> io.StringIO (closes #17168)
by Benjamin Peterson
· 12 years ago
19a5214
Minor fix of previous commit.
by Serhiy Storchaka
· 12 years ago
4b109cb
Minor fix of previous commit.
by Serhiy Storchaka
· 12 years ago
23a6726
Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.
by Serhiy Storchaka
· 12 years ago
4f169a7
Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.
by Serhiy Storchaka
· 12 years ago
8135de8
Issue #16686: Fixed a lot of bugs in audioop module.
by Serhiy Storchaka
· 12 years ago
01ad622
Issue #16686: Fixed a lot of bugs in audioop module.
by Serhiy Storchaka
· 12 years ago
5546b00
Issue #6972: keep the warning about untrusted extraction and mention
by Gregory P. Smith
· 12 years ago
f1319d8
Issue #6972: keep the warning about untrusted extraction and mention
by Gregory P. Smith
· 12 years ago
cf6e21c
Addressing the review comment made by Terry Reedy
by Senthil Kumaran
· 12 years ago
d03f467
Addressing the review comment made by Terry Reedy
by Senthil Kumaran
· 12 years ago
599ac4b
Fix Issue17069: Document getcode method in urllib.request.rst
by Senthil Kumaran
· 12 years ago
b98e96a
Fix Issue17069: Document getcode method in urllib.request.rst
by Senthil Kumaran
· 12 years ago
b3f194d
Issue #16903: Popen.communicate() on Unix now accepts strings when
by Serhiy Storchaka
· 12 years ago
7fc972a
#17109: fix headings in mock example doc.
by Georg Brandl
· 12 years ago
fb13438
Closes #17109: fix heading levels in mock doc.
by Georg Brandl
· 12 years ago
d4198c4
Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
by Serhiy Storchaka
· 12 years ago
44b8cbf
Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
by Serhiy Storchaka
· 12 years ago
c2aadc2
Issue #15116: merge from 3.2
by Ned Deily
· 12 years ago
ae8d6ac
Issue #15116: Remove references to appscript as it is no longer being supported.
by Ned Deily
· 12 years ago
193e1be
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
by Gregory P. Smith
· 12 years ago
b47acbf
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
by Gregory P. Smith
· 12 years ago
84ad6ae
#16128: merge with 3.2.
by Ezio Melotti
· 12 years ago
188ad85
#16128: clarify that instances of user-defined classes compare equal with themselves.
by Ezio Melotti
· 12 years ago
2b4fcfb
Updated venv documentation with an example.
by Vinay Sajip
· 12 years ago
4dafd40
fix long fixer docs (#4590)
by Benjamin Peterson
· 12 years ago
4c1b9f4
fix typo; thanks to Andrew Harrington from docs@
by Sandro Tosi
· 12 years ago
48c50bf
Clarify ET.iterparse documentation - this function is not supported by the
by Eli Bendersky
· 12 years ago
9427b03
Merged doc update from 3.2.
by Vinay Sajip
· 12 years ago
3d9e972
Corrected typo, added comment in cookbook recipe.
by Vinay Sajip
· 12 years ago
564e4d8
#11379: merge with 3.2.
by Ezio Melotti
· 12 years ago
da4b5b8
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
by Ezio Melotti
· 12 years ago
a3bdce8
Merged doc update from 3.2.
by Vinay Sajip
· 12 years ago
4b88d6c
Added cookbook recipe for structured logging.
by Vinay Sajip
· 12 years ago
7f3e993
Merged documentation update from 3.2.
by Vinay Sajip
· 12 years ago
f186911
Updated logging HOWTO with a diagram.
by Vinay Sajip
· 12 years ago
80c88f4
Fix shutil.which() test for issue #16993.
by Serhiy Storchaka
· 12 years ago
9fff386
Issue #17007: Merged minor changes from 3.2.
by Vinay Sajip
· 12 years ago
52b3d34
Issue #17007: Made minor changes to documentation wording.
by Vinay Sajip
· 12 years ago
f29839e
Issue #17007: Merged doc update from 3.2.
by Vinay Sajip
· 12 years ago
6c4c16c
Issue #17007: Improved logging documentation based on suggestions in the issue.
by Vinay Sajip
· 12 years ago
014791f
Issue #16993: shutil.which() now preserves the case of the path and extension
by Serhiy Storchaka
· 12 years ago
e4aa08e
Issue #7353: Remove references to Include/intobject.h in the C-porting howto.
by Stefan Krah
· 12 years ago
648fa19
end is a keyword argument
by Benjamin Peterson
· 12 years ago
0781900
expressions -> arguments
by Benjamin Peterson
· 12 years ago
5246f66
#16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte.
by Ezio Melotti
· 12 years ago
81b46ec
#4153: merge with 3.2.
by Ezio Melotti
· 12 years ago
410eee5
#4153: update the Unicode howto.
by Ezio Melotti
· 12 years ago
2c5e950
Remove cruft and circumvolutions from the unittest docs.
by Antoine Pitrou
· 12 years ago
ff12fae
#16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 12 years ago
288234f
math.fsum docs did not show up because of a misplaced testsetup directive
by Łukasz Langa
· 12 years ago
6d043fc
#16978: merge with 3.2.
by Ezio Melotti
· 12 years ago
37bfa23
math.fsum docs did not show up because of a misplaced testsetup directive
by Łukasz Langa
· 12 years ago
0ad344a
remove warning about tb circular reference (closes #7340)
by Benjamin Peterson
· 12 years ago
f1b045f
Describe the default_namespace parameter of ElemetTree.write.
by Serhiy Storchaka
· 12 years ago
03530b9
Describe the default_namespace parameter of ElemetTree.write.
by Serhiy Storchaka
· 12 years ago
9895ab4
#16940: merge with 3.2.
by Ezio Melotti
· 12 years ago
7128e07
#16940: fix indentation in example.
by Ezio Melotti
· 12 years ago
71e39fb
Issue #16933 (merge from 3.2): Improve choices examples in argparse docs.
by Chris Jerdonek
· 12 years ago
174ef67
Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs.
by Chris Jerdonek
· 12 years ago
154dc4e
Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.
by Georg Brandl
· 12 years ago
a525fc1
merge with 3.2
by Sandro Tosi
· 12 years ago
32587fb
grammatical fix; thanks to Alex Rudnick from docs@
by Sandro Tosi
· 12 years ago
Next »