Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
71e2d2e2601b85a2fa437b9e7a20800fe53a6740
/
Doc
71e2d2e
nonlocal isn't a 2.x topic
by Benjamin Peterson
· 12 years ago
4507274
Modernize unittest example
by Raymond Hettinger
· 12 years ago
35893b7
#16057: Clarify why the base method default is called in custom encoders.
by R David Murray
· 12 years ago
271e56e
Issue #17415: Trim trailing whitespace
by Terry Jan Reedy
· 12 years ago
3e50fb3
Issue #17415: Clarify 'this' referent by moving containing sentence just after
by Terry Jan Reedy
· 12 years ago
589cb11
Issue #17418: specify that buffer sizes are bytes.
by Terry Jan Reedy
· 12 years ago
b1ed05c
Issue #17398: document url argument of RobotFileParser
by Terry Jan Reedy
· 12 years ago
0b2173a
Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.
by Terry Jan Reedy
· 12 years ago
69c66f9
#17307 - Example of HTTP PUT Request using httplib
by Senthil Kumaran
· 12 years ago
5e32424
#17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah.
by Ezio Melotti
· 12 years ago
981c3bd
Issue #11367: fix documentation of some find* methods in ElementTree
by Eli Bendersky
· 12 years ago
6bf9b85
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
by Terry Jan Reedy
· 12 years ago
7ed6f7e
Classmethod example needs to inherit from object
by Raymond Hettinger
· 12 years ago
8c5c3e3
Issue #17351: Modernize the pure Python property() example.
by Raymond Hettinger
· 12 years ago
5f52246
#14489: fix wrong link.
by Ezio Melotti
· 12 years ago
26e2faf
Add warning in ctypes documentation for #16575 and #16576
by Eli Bendersky
· 12 years ago
3d08f25
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
by Terry Jan Reedy
· 12 years ago
a7b584b
Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation.
by Vinay Sajip
· 12 years ago
e754636
Closing #17378: ctypes documentation fix.
by Eli Bendersky
· 12 years ago
82078bc
Fix doc grammar and line width
by Eli Bendersky
· 12 years ago
f5a9bc5
#17364: remove documentation for a function that does not exist.
by Ezio Melotti
· 12 years ago
ff0deb0
Fix markup in unittest doc.
by Ezio Melotti
· 12 years ago
dce969d
The example regex should be a raw string.
by Raymond Hettinger
· 12 years ago
1fef1eb
Add a link to the demo dir.
by Ezio Melotti
· 12 years ago
79b2dba
Fix markup in unittest docs.
by Ezio Melotti
· 12 years ago
2277b94
Issue #16406: combine the doc pages for uploading and registering to PyPI.
by Chris Jerdonek
· 12 years ago
e41a463
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
by Petri Lehtinen
· 12 years ago
b1bbc0b
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
by Senthil Kumaran
· 12 years ago
fead3c8
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
by Petri Lehtinen
· 12 years ago
2342784
Issue #16695: Document how glob handles filenames starting with a dot
by Petri Lehtinen
· 12 years ago
0b78503
Issue #8890: Stop advertising an insecure use of /tmp in docs
by Petri Lehtinen
· 12 years ago
6a959a1
#15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson.
by Ezio Melotti
· 12 years ago
43b09d4
Fix the highlight in another example.
by Ezio Melotti
· 12 years ago
986f71c
#17256: fix syntax highlight in embedding example. Patch by Kushal Das.
by Ezio Melotti
· 12 years ago
ed5fba2
#17035: use new style classes in classmethod/staticmethod examples. Patch by Berker Peksag.
by Ezio Melotti
· 12 years ago
13cee16
Issue #17203: add long option names to unittest discovery docs.
by Chris Jerdonek
· 12 years ago
49d4022
Issue #17225: JSON decoder now counts columns in the first line starting
by Serhiy Storchaka
· 12 years ago
d5bdb1f
#17265: fix highlight in template example. Initial patch by Berker Peksag.
by Ezio Melotti
· 12 years ago
f157571
Issue #17208: add a note about the termination behaviour of daemon threads.
by Antoine Pitrou
· 12 years ago
62e709c
Issue #16686: Fixed a lot of bugs in audioop module.
by Serhiy Storchaka
· 13 years ago
ec02217
whitespace fix
by Gregory P. Smith
· 13 years ago
a26ec65
Issue #6972: fix the documentation mis applied patch.
by Gregory P. Smith
· 13 years ago
785d1b1
Fix Issue17069: Document getcode method in urllib.request.rst
by Senthil Kumaran
· 13 years ago
dc6dc4b
Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
by Serhiy Storchaka
· 13 years ago
7045f05
Issue #15116: Remove references to appscript as it is no longer being supported.
by Ned Deily
· 13 years ago
608cc45
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
by Gregory P. Smith
· 13 years ago
139e445
#16128: clarify that instances of user-defined classes compare equal with themselves.
by Ezio Melotti
· 13 years ago
b322621
Added clarification to logging HOWTO.
by Vinay Sajip
· 13 years ago
8d15ca3
fix long fixer docs (#4590)
by Benjamin Peterson
· 13 years ago
c19d7b6
fix typo; thanks to Dmitry Northerner from docs@
by Sandro Tosi
· 13 years ago
f4fbf24
Issue #9708: clarify doc of iterparse - cElementTree doesn't support the parser argument
by Eli Bendersky
· 13 years ago
eb01949
Corrected typo, added comment in cookbook recipe.
by Vinay Sajip
· 13 years ago
f5da3ec
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
by Ezio Melotti
· 13 years ago
a0c9a4e
Added cookbook recipe for structured logging.
by Vinay Sajip
· 13 years ago
0f2bd02
Updated logging HOWTO with a diagram.
by Vinay Sajip
· 13 years ago
8a459d9
Issue #17007: Made minor changes to documentation wording.
by Vinay Sajip
· 13 years ago
cb309c5
Issue #17007: Improved logging documentation based on suggestions in the issue.
by Vinay Sajip
· 13 years ago
b357db8
Backport 6df456f8fc6d.
by Stefan Krah
· 13 years ago
86af581
#16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance.
by Jason R. Coombs
· 13 years ago
9e0f462
#16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
a670fcc
math.fsum docs did not show up because of a misplaced testsetup directive
by Łukasz Langa
· 13 years ago
d0c665e
Remove pointless discussion of the lack of a ternary operator
by Antoine Pitrou
· 13 years ago
3d4a02a
Describe the default_namespace parameter of ElemetTree.write.
by Serhiy Storchaka
· 13 years ago
dc157fc
#16940: fix indentation in example.
by Ezio Melotti
· 13 years ago
92e2fc8
Issue #16933: Improve choices examples in argparse documentation.
by Chris Jerdonek
· 13 years ago
8b41c2e
Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.
by Georg Brandl
· 13 years ago
2534f9a
grammatical fix; thanks to Alex Rudnick from docs@
by Sandro Tosi
· 13 years ago
14091a6
Merge heads.
by Ezio Melotti
· 13 years ago
57dfb22
#16154: fix some doctests in Doc/library. Patch by Ravi Sinha.
by Ezio Melotti
· 13 years ago
d3003cb
Issue #16874: fix formatting of setup.py upload options in documentation.
by Chris Jerdonek
· 13 years ago
bcd9971
#13934: document sqlite version strings.
by R David Murray
· 13 years ago
ec8f8f7
Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and
by Ned Deily
· 13 years ago
3a5fc4b
Issue #16884: Updated docs to use 'note' directives.
by Vinay Sajip
· 13 years ago
b847c7f
#16877: Add mention that shell-style path expansions are not automatic.
by R David Murray
· 13 years ago
9ae4711
#16862: remove outdated statements about Stackless.
by Ezio Melotti
· 13 years ago
7be3e18
Cleanup a few minor things.
by Ezio Melotti
· 13 years ago
58abc5b
#13094: add Programming FAQ entry about the behavior of closures.
by Ezio Melotti
· 13 years ago
717e50e
Issue #16747: Reflow iterable glossary entry to match 3.x change e19ed347523e.
by Chris Jerdonek
· 13 years ago
830b4a8
drop email (closes #16857)
by Benjamin Peterson
· 13 years ago
049a378
issue 10527: fix missing import
by Giampaolo Rodola'
· 13 years ago
f29abd3
Fix method name in documentation (__setstate__ --> __getstate__)
by Eli Bendersky
· 13 years ago
856cb0f
update another year
by Benjamin Peterson
· 13 years ago
1f7df8f
merge heads
by Benjamin Peterson
· 13 years ago
b25d611
bring Python into 2013
by Benjamin Peterson
· 13 years ago
c195b4e
Make the from_iterable() recipe more usable.
by Raymond Hettinger
· 13 years ago
82ee303
#16796: fix typo. Patch by Michael Schurter.
by Ezio Melotti
· 13 years ago
4947049
Closes #16789: :meth:`quit` links to constants instead of own module
by Jesus Cea
· 13 years ago
cf4710c
Add additional links and index entries for "argument" and "parameter".
by Chris Jerdonek
· 13 years ago
b0d1c37
Issue #14574: Ignore socket errors raised when flushing a connection on close.
by Kristján Valur Jónsson
· 13 years ago
3b65a9e
#16760: use ref:`match-objects` instead of :class:`MatchObject`.
by Ezio Melotti
· 13 years ago
4268b3a
#16677: rename section header and fix markup.
by Ezio Melotti
· 13 years ago
513e9b4
#16666: document default values for socket.getaddrinfo in the text to clarify that it doesn't accept keyword args.
by Ezio Melotti
· 13 years ago
8e1e816
Add missing label.
by Georg Brandl
· 13 years ago
9a772e5
Fix indentation.
by Georg Brandl
· 13 years ago
4bb142b
Issue #16714: use 'raise' exceptions, don't 'throw'.
by Andrew Svetlov
· 13 years ago
78efadb
Update example: Counter.subtract returns None, not self
by Andrew Svetlov
· 13 years ago
bc453ca
Fix #14901. Update some sections of Windows FAQ.
by Brian Curtin
· 13 years ago
eea058b
#16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.
by Ezio Melotti
· 13 years ago
28d21ca
#16681: use "bidirectional class" instead of "bidirectional category".
by Ezio Melotti
· 13 years ago
bfb0989
Document the reason attribute of urllib.HTTPError Patch by Berker Peksag
by Senthil Kumaran
· 13 years ago
Next »