Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
89c4eef435addb2db972304d715793e224307886
/
Doc
89c4eef
Issue #14691: indent the traceback so the example is highlighted
by Sandro Tosi
· 13 years ago
b77b5c3
merge
by Raymond Hettinger
· 13 years ago
5fe0f4e
#14519: merge with 3.2.
by Ezio Melotti
· 13 years ago
a0b1d1e
#14519: fix the regex used in the scanf example.
by Ezio Melotti
· 13 years ago
5fbd37e
Merge markup fix in unittest doc from 3.2.
by Ezio Melotti
· 13 years ago
b8e336b
Fix markup in unittest doc.
by Ezio Melotti
· 13 years ago
4ca008b
issue6085 - update docs in default branch
by Senthil Kumaran
· 13 years ago
db727b4
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
by Senthil Kumaran
· 13 years ago
1aacba4
Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname
by Senthil Kumaran
· 13 years ago
0ce1649
#14461: merge with 3.2.
by Ezio Melotti
· 13 years ago
0a6b541
#14461: fix wording.
by Ezio Melotti
· 13 years ago
4b7698c
issue14427 - Document Request.get_header and Request.header_items
by Senthil Kumaran
· 13 years ago
8dc5004
issue14427 - Document Request.get_header and Request.header_items
by Senthil Kumaran
· 13 years ago
e240947
#14155: merge note about \b from 3.2.
by Ezio Melotti
· 13 years ago
285e51b
#14155: add a note about \b.
by Ezio Melotti
· 13 years ago
fe98e2f
Issue #14428: Use the new time.perf_counter() and time.process_time() functions
by Victor Stinner
· 13 years ago
47620a6
Close #14309: Deprecate time.clock()
by Victor Stinner
· 13 years ago
ec89539
Issue #14428, #14397: Implement the PEP 418
by Victor Stinner
· 13 years ago
ca6e40f
Time doc: documentation that the CLOCK_* constants and clock_*() functions are
by Victor Stinner
· 13 years ago
4aff7ed
Issue #14448: merge with 3.2
by Sandro Tosi
· 13 years ago
100b889
Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions
by Sandro Tosi
· 13 years ago
efad00d
Issue #14646: __import__() now sets __loader__ if need be.
by Brett Cannon
· 13 years ago
990eff0
Backing out 86dc014cdd74. Not ready yet
by Jesus Cea
· 13 years ago
2b47f0a
Close #10142: Support for SEEK_HOLE/SEEK_DATA
by Jesus Cea
· 13 years ago
4fe29c9
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
by Marc-Andre Lemburg
· 13 years ago
ac8805a
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
by Marc-Andre Lemburg
· 13 years ago
2945e78
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
by Marc-Andre Lemburg
· 13 years ago
5438ed1
Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections.
by Antoine Pitrou
· 13 years ago
17feca0
Issue #14448: merge with 3.2
by Sandro Tosi
· 13 years ago
d11d0d6
Issue #14448: mention pytz; patch by Andrew Svetlov
by Sandro Tosi
· 13 years ago
f409583
Fix location of versionaddeds and empty lines.
by Georg Brandl
· 13 years ago
f0c10f0
Issue #14554: merge with 3.2
by Sandro Tosi
· 13 years ago
3e29d93
Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe
by Sandro Tosi
· 13 years ago
d57c73b
Issue #13478: merge with 3.2
by Sandro Tosi
· 13 years ago
e6c3462
Issue #13478: document timeit.default_timer()
by Sandro Tosi
· 13 years ago
011c9aa
Issue #13587: merge with 3.2
by Sandro Tosi
· 13 years ago
08ccbf4
Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa
by Sandro Tosi
· 13 years ago
0b7d7c9
Merge #14640: Fix typos/syntax in pyporting.rst.
by R David Murray
· 13 years ago
790e005
#14640: Fix typos/syntax in pyporting.rst.
by R David Murray
· 13 years ago
8c52ab5
Issue #14641: merge with 3.2
by Sandro Tosi
· 13 years ago
cfdba61
Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos
by Sandro Tosi
· 13 years ago
938d44d
Issue #14605: Expose importlib.abc.FileLoader and
by Brett Cannon
· 13 years ago
df7070a
issue2193 - Update docs about the legal characters allowed in Cookie name
by Senthil Kumaran
· 13 years ago
a42665f
issue2193 - Update 3.2 docs about legal characters allowed in Cookie name
by Senthil Kumaran
· 13 years ago
3af125a
Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments.
by Michael Foord
· 13 years ago
2cd4873
Closes issue 14636. mock objects raise exceptions from an iterable side_effect
by Michael Foord
· 13 years ago
1b5123a
Issue #14628: Document the fact that import always returns the module
by Brett Cannon
· 13 years ago
6fe20b3
Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.
by Larry Hastings
· 13 years ago
aa2efcb
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
by Martin v. Löwis
· 13 years ago
05fac02
Remove webbrowser doc reference to the previously removed internet-config option.
by Ned Deily
· 13 years ago
cc19140
Remove webbrowser doc reference to the previously removed internet-config option.
by Ned Deily
· 13 years ago
09b86d1
Fix #14600. Correct reference handling and naming of ImportError convenience function
by Brian Curtin
· 13 years ago
c8ce715
Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.
by Charles-François Natali
· 13 years ago
f138f8c
Merged cookbook corrections from 3.2.
by Vinay Sajip
· 13 years ago
62930e1
Corrected version numbers in cookbook example.
by Vinay Sajip
· 13 years ago
bded894
Add versionadded tags to newly added ImportError convenience functions.
by Brian Curtin
· 13 years ago
c07bda0
Correct warnings when building the docs for the nonexistet :arg: role. Changed to asterisks.
by Brian Curtin
· 13 years ago
bd43974
Add documentation for the new PyErr_SetFromImport* functions
by Brian Curtin
· 13 years ago
e8a463d
Merged tweaks to cookbook example from 3.2.
by Vinay Sajip
· 13 years ago
59b9a79
Tweaked format of cookbook example.
by Vinay Sajip
· 13 years ago
1b71019
Merged cookbook update from 3.2.
by Vinay Sajip
· 13 years ago
b00e8f1
Added cookbook example for BOM insertion.
by Vinay Sajip
· 13 years ago
0db176f
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
by Victor Stinner
· 13 years ago
69c6352
Issue #10576: Add a progress callback to gcmodule
by Kristján Valur Jónsson
· 13 years ago
2a082ad
Clarify that one should not use __import__() directly. Also mention
by Brett Cannon
· 13 years ago
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
Next »