Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d2cbd9053975d6d6a98adb23b2735b2125ed0626
/
Doc
d2cbd90
merge with 3.2
by Sandro Tosi
· 13 years ago
1ee1719
fix typo; thanks to Jérôme Mainka from docs@
by Sandro Tosi
· 13 years ago
9c9af9d
Merge highlight and spacing fixes in json example with 3.2.
by Ezio Melotti
· 13 years ago
84e59aa
Fix highlight and spacing in json example.
by Ezio Melotti
· 13 years ago
584fbbb
#14535: merge with 3.2.
by Ezio Melotti
· 13 years ago
f86b28e
#14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
0682a0c
Minor docstring / docs corrections for unittest.mock
by Michael Foord
· 13 years ago
c287062
unittest.mock.PropertyMock return value and attributes are now standard MagicMocks
by Michael Foord
· 13 years ago
79ec55e
Issue #1559549: Add 'name' and 'path' attributes to ImportError.
by Brett Cannon
· 13 years ago
6125e23
Doc: sort time.CLOCK_xxx constants
by Victor Stinner
· 13 years ago
d46d69c
3.2 sidebar: link to 3.3, not 3.1
by Georg Brandl
· 13 years ago
df7ac06
Merge doc fixes #14553 and #14552.
by R David Murray
· 13 years ago
e7bade5
#14553: fix word order.
by R David Murray
· 13 years ago
644cabe
#14552: remove redundant wording in 'test' docs.
by R David Murray
· 13 years ago
1c94ff8
Improve the threading.Condition docs.
by Antoine Pitrou
· 13 years ago
f6cd9b2
Improve the threading.Condition docs.
by Antoine Pitrou
· 13 years ago
b43ef77
#14545: merge 3.2
by Georg Brandl
· 13 years ago
2c58075
Closes #14545: make clearer what was added.
by Georg Brandl
· 13 years ago
61d85ba
Merge
by Antoine Pitrou
· 13 years ago
b96a354
Small improvements to the threading docs: better publicize support for the with statement.
by Antoine Pitrou
· 13 years ago
2c9f104
Fix some markup in the threading docs.
by Antoine Pitrou
· 13 years ago
126aef7
Issue #8799: Fix and improve the threading.Condition documentation.
by Antoine Pitrou
· 13 years ago
8bf2aea
Merged updates to logging reference and HOWTO from 3.2.
by Vinay Sajip
· 13 years ago
074faff
Updated logging reference and HOWTO.
by Vinay Sajip
· 13 years ago
9deb188
merge - minor .rst fix
by Senthil Kumaran
· 13 years ago
cc49790
minor .rst fix
by Senthil Kumaran
· 13 years ago
da29f8c
Merged comment correction from 3.2.
by Vinay Sajip
· 13 years ago
838e638
Corrected comment in cookbook example script.
by Vinay Sajip
· 13 years ago
0c0914e
_decimal is now 100x faster than the Python version in the pi benchmark.
by Stefan Krah
· 13 years ago
f1cdb60
Reflow paragraph (not that it helped much).
by R David Murray
· 13 years ago
78fc25c
#14533: if a test has no test_main, use loadTestsFromModule.
by R David Murray
· 13 years ago
452806c
Merged logging cookbook update from 3.2.
by Vinay Sajip
· 13 years ago
0292fa9
Added multiprocessing example to logging cookbook.
by Vinay Sajip
· 13 years ago
014397e
Determine opensearch URL from current version.
by Georg Brandl
· 13 years ago
30e4ca4
Closes #14511: merge with 3.2
by Georg Brandl
· 13 years ago
3abebca
Closes #14511: fix wrong opensearch link for 3.2 docs.
by Georg Brandl
· 13 years ago
10f383a
Issue #14310: inter-process socket duplication for windows
by Kristján Valur Jónsson
· 13 years ago
f3be68e
Issue #14502: it's RuntimeError on 3.3
by Sandro Tosi
· 13 years ago
e0029ba
merge 3.2
by Benjamin Peterson
· 13 years ago
5d1c2f0
Issue #14502: merge with 3.2
by Sandro Tosi
· 13 years ago
fee3fc7
Issue #14502: release() and unlocked lock generates a ThreadError
by Sandro Tosi
· 13 years ago
9a13b43
Replace ThreadError by RuntimeError: the former is now an obsolete alias of the latter.
by Georg Brandl
· 13 years ago
4f61a2d
A few tweaks to whatsnew/3.3 (fixes #14362)
by Éric Araujo
· 13 years ago
395c879
Merge #14481: fix formatting of example in subprocess docs.
by R David Murray
· 13 years ago
28b8b94
#14481: fix formatting of example in subprocess docs.
by R David Murray
· 13 years ago
283b96b
Move ChainMap versionadded to be less ambiguous.
by Georg Brandl
· 13 years ago
e50d6ab
add XXX
by Benjamin Peterson
· 13 years ago
30d7947
Expose clock_settime() as time.clock_settime()
by Victor Stinner
· 13 years ago
1470f35
Add time.CLOCK_HIGHRES constant, needed on Solaris
by Victor Stinner
· 13 years ago
2489167
Fix markup errors found by "make suspicious".
by Georg Brandl
· 13 years ago
204e789
Remove parens around link.
by Georg Brandl
· 13 years ago
bf80308
Issue #14394: Use elaborate phrases that boil down to "one to two orders
by Stefan Krah
· 13 years ago
5b072ef
merge with 3.2
by Sandro Tosi
· 13 years ago
165a2c2
fix typo; thanks to Robert Bardos from docs@
by Sandro Tosi
· 13 years ago
8bbe9b4
Fix formatting
by Antoine Pitrou
· 13 years ago
682d443
Issue #14456: improve documentation of the signal module w.r.t. threads.
by Antoine Pitrou
· 13 years ago
6afd11c
Issue #14456: improve documentation of the signal module w.r.t. threads.
by Antoine Pitrou
· 13 years ago
4cc229a
merge with 3.2
by Sandro Tosi
· 13 years ago
317075d
use unittest.skip; thanks to Chang Min Jeon from docs@
by Sandro Tosi
· 13 years ago
dc60f94
merge with 3.2
by Sandro Tosi
· 13 years ago
9ee65f1
add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
by Sandro Tosi
· 13 years ago
69c2ffa
issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc
by Andrew Svetlov
· 13 years ago
3288e94
Merge #10423: clarify options vs args in argparse discussion of optparse
by R David Murray
· 13 years ago
5e0c571
#10423: clarify options vs args in argparse discussion of optparse
by R David Murray
· 13 years ago
c1d9869
Issue #14006: improve the documentation of xml.etree.ElementTree
by Eli Bendersky
· 13 years ago
dbaedb8
fix typo in glossary
by Eli Bendersky
· 13 years ago
6bdb650
Added the "provisional package" glossary term from PEP 411
by Eli Bendersky
· 13 years ago
e55f663
Fix typo in unittest.mock docs
by Michael Foord
· 13 years ago
eac0939
#14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.
by R David Murray
· 13 years ago
8c69632
Merge #14416: add missing LOG_SYSLOG facility to syslog docs.
by R David Murray
· 13 years ago
07cf1d8
#14416: add missing LOG_SYSLOG facility to syslog docs.
by R David Murray
· 13 years ago
909f5bc
Fix newlines.
by Georg Brandl
· 13 years ago
324b58b
Update unittest.mock.patch example
by Michael Foord
· 13 years ago
2309ed8
Re-order unittest.mock documentation to put magic method support before the helpers
by Michael Foord
· 13 years ago
9015536
Adding an example to unittest.mock.patch documentation
by Michael Foord
· 13 years ago
54b3db8
Minor unittest.mock.patch doc / docstring improvement
by Michael Foord
· 13 years ago
a9e6fb2
Unsplit unittest.mock documentation
by Michael Foord
· 13 years ago
ede001a
Fix doc typo noticed by Amaury Forgeot d'Arc
by Eli Bendersky
· 13 years ago
3a4875e
Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code
by Eli Bendersky
· 13 years ago
70ea34d
Issue #14410: merge with 3.2
by Sandro Tosi
· 13 years ago
99e7d07
Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
by Sandro Tosi
· 13 years ago
4a1ad91
#14413: tweak word order in deprecation section
by R David Murray
· 13 years ago
38a12af
Updated handler documentation.
by Vinay Sajip
· 13 years ago
8ece80f
Minor documentation tweak.
by Vinay Sajip
· 13 years ago
944e02d
Adding unittest.mock documentation
by Michael Foord
· 13 years ago
87b3caf
merge with 3.2
by Georg Brandl
· 13 years ago
d34fc8b
Add missing files for new doc theme.
by Georg Brandl
· 13 years ago
288b9bf
merge with 3.2
by Georg Brandl
· 13 years ago
ab71214
Switch to new "lighter" doc design.
by Georg Brandl
· 13 years ago
1d56179
Remove extra spaces in doc example.
by Andrew Svetlov
· 13 years ago
1a7742e
merge with 3.2
by Georg Brandl
· 13 years ago
11ee31a
Closes #14401: fix typos in curses howto.
by Georg Brandl
· 13 years ago
60ee049
Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to
by Eli Bendersky
· 13 years ago
ecc92db
merge 3.2
by Martin v. Löwis
· 13 years ago
2dee394
Issue #14400: Fix typo.
by Martin v. Löwis
· 13 years ago
226ed7e
Fix indentation.
by Georg Brandl
· 13 years ago
b6405ef
Use the same exception hierarchy as decimal.py. FloatOperation now also
by Stefan Krah
· 13 years ago
396e8fc
Issue #13782: streamline argument type-checking in ET.Element
by Eli Bendersky
· 13 years ago
8680bcc
#14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode
by R David Murray
· 13 years ago
2ac82f8
Fix indentation.
by Georg Brandl
· 13 years ago
Next »