Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.3.0rc3
/
Doc
60eba57
Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes.
by Larry Hastings
· 13 years ago
dc07bac
Mention that "defaults" can be None for inspect.getfullargspec.
by Larry Hastings
· 13 years ago
9471797
Add What's New entries for some minor work I did in 3.3.
by Larry Hastings
· 13 years ago
deb92b5
Closes #15969: rename new API to have consistent names in the faulthandler module.
by Georg Brandl
· 13 years ago
9e31d36
Issue #15814: Update whatsnew to the current state of hashing memoryviews.
by Stefan Krah
· 13 years ago
v3.3.0rc2
9c8ad07
Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.
by Stefan Krah
· 13 years ago
af3f3a7
Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().
by Stefan Krah
· 13 years ago
9ecae7a
Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.
by Stefan Krah
· 13 years ago
2a70535
Issue #15724: Add versionchanged tags to the memoryview documentation.
by Stefan Krah
· 13 years ago
a3f4a16
Add missing unit.
by Stefan Krah
· 13 years ago
ceaaced
Compile _decimal without asserts and update benchmark results.
by Stefan Krah
· 13 years ago
ca2b646
Issue #15785: Modify window.get_wch() API of the curses module: return a
by Victor Stinner
· 13 years ago
d183f0b
Update pydoc topics and suspicious markup file.
by Georg Brandl
· 13 years ago
06e1ab0
Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)
by Nick Coghlan
· 13 years ago
029780b
Issue #13072: The array module's 'u' format code is now deprecated and
by Stefan Krah
· 13 years ago
0ac0b11
Add glossary references
by Antoine Pitrou
· 13 years ago
15251a9
Add glossary references
by Antoine Pitrou
· 13 years ago
cbf9d5f
Issue #14674: Add a discussion of the json module's standard compliance.
by Antoine Pitrou
· 13 years ago
331624b
Issue #14674: Add a discussion of the json module's standard compliance.
by Antoine Pitrou
· 13 years ago
35d600c
Suggested a whatsnew item
by Alexander Belopolsky
· 13 years ago
6f69fb1
Update suspicious ignore file.
by Ezio Melotti
· 13 years ago
83c0ae5
Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation
by Nick Coghlan
· 13 years ago
a5e5797
Improve the pyvenv entry
by Antoine Pitrou
· 13 years ago
c907de9
Improved summary section in whatsnew
by Antoine Pitrou
· 13 years ago
609939e
Issue #14954: Clarify the interaction of weak references and garbage collection.
by Antoine Pitrou
· 13 years ago
9439f04
Issue #14954: Clarify the interaction of weak references and garbage collection.
by Antoine Pitrou
· 13 years ago
1ea50f5
Merge #15742: clarify sqlite parameter substitution example.
by R David Murray
· 13 years ago
f6bd1b0
#15742: clarify sqlite parameter substitution example.
by R David Murray
· 13 years ago
bac9a53
Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section
by Nick Coghlan
· 13 years ago
273069c
Close #4966: revamp the sequence docs in order to better explain the state of modern Python
by Nick Coghlan
· 13 years ago
1685db0
s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous)
by Nick Coghlan
· 13 years ago
a8517ad
Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky).
by Nick Coghlan
· 13 years ago
749bd42
Merge #13579: teach string.Formatter about 'a'.
by R David Murray
· 13 years ago
e56bf97
#13579: teach string.Formatter about 'a'.
by R David Murray
· 13 years ago
a86f185
Fixes #14668. Mention Windows Path manipulation option in the installer.
by Brian Curtin
· 13 years ago
8c601b0
Merge 3.2: tutorial typo fix
by Eli Bendersky
· 13 years ago
31a1190
tutorial typo fix
by Eli Bendersky
· 13 years ago
a1b0f6d
Issue #15586: fix prompts in some documentation examples
by Eli Bendersky
· 13 years ago
cd7128a
Merge #15636: add versionadded for decodebytes
by R David Murray
· 13 years ago
75fd225
#15636: add versionadded for decodebytes
by R David Murray
· 13 years ago
f669036
Merge #15355: Mention already-executing Exception in generator docs.
by R David Murray
· 13 years ago
2c1d1d6
#15355: Mention already-executing Exception in generator docs.
by R David Murray
· 13 years ago
ed7fb9c
Merge #15694: reflow paragraph.
by R David Murray
· 13 years ago
433ef3b
#15694: reflow paragraph.
by R David Murray
· 13 years ago
8eac575
Merge #15694: Link discussion of file objects to glossary entry.
by R David Murray
· 13 years ago
9f0c940
#15694: Link discussion of file objects to glossary entry.
by R David Murray
· 13 years ago
bbfe573
Merge with 3.2 #15660
by Terry Jan Reedy
· 13 years ago
f6190c1
Issue 15660: Clarify 0 prefix for width field in str.format doc.
by Terry Jan Reedy
· 13 years ago
1b79918
Issue #15640: Document importlib.abc.Finder as deprecated.
by Brett Cannon
· 13 years ago
b391b24
Merge
by Richard Oudkerk
· 13 years ago
d9c026f
Issue #15412: Remove erroneous note about weakrefs
by Richard Oudkerk
· 13 years ago
67a58cc
Merge
by Richard Oudkerk
· 13 years ago
264e9ac
Issue #14501: Clarify that authentication keys are byte strings
by Richard Oudkerk
· 13 years ago
d9a7e70
Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName.
by Antoine Pitrou
· 13 years ago
b7c6c81
Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName.
by Antoine Pitrou
· 13 years ago
eb41c7f
merge with 3.2
by Sandro Tosi
· 13 years ago
dd7c552
clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@
by Sandro Tosi
· 13 years ago
0689ce4
#15543: reflow paragraph.
by R David Murray
· 13 years ago
99d439a
#15543: additional link in subprocess docs.
by R David Murray
· 13 years ago
27bbcfb
Merge #15543: glossary entry for and 'universal newlines', and links to it.
by R David Murray
· 13 years ago
ee0a945
#15543: reflow paragraphs.
by R David Murray
· 13 years ago
1b00f25
#15543: glossary entry for and 'universal newlines', and links to it.
by R David Murray
· 13 years ago
bdbc0b0
merge 3.2
by Eli Bendersky
· 13 years ago
8f77349
Issue #15656: fixing code sample in extending doc
by Eli Bendersky
· 13 years ago
3115f0d
Issue #15586: typo fix. This commit is accompanied by an apology for all Liechtensteiners out there, and a thanks to Eric Araujo for noticing.
by Eli Bendersky
· 13 years ago
7f84833
Merge #15269: document dircmp.left and right, and add tests for them.
by R David Murray
· 13 years ago
2b209cd
#15269: document dircmp.left and right, and add tests for them.
by R David Murray
· 13 years ago
488cc36
merge with 3.2
by Sandro Tosi
· 13 years ago
a17ef14
fix typo
by Sandro Tosi
· 13 years ago
f06afe3
Issue #14167: Document return statement in finally blocks.
by Andrew Svetlov
· 13 years ago
f158d86
Issue #14167: Document return statement in finally blocks.
by Andrew Svetlov
· 13 years ago
e471772
Review of signature docs.
by Georg Brandl
· 13 years ago
1487c93
merge with 3.2
by Georg Brandl
· 13 years ago
296d1be
Restore original line lengths.
by Georg Brandl
· 13 years ago
0f4e934
Issue #15586: add some examples to ElementTree documentation. Patch by Daniel Ellis.
by Eli Bendersky
· 13 years ago
f334f74
Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
by Andrew Svetlov
· 13 years ago
59db401
Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
by Andrew Svetlov
· 13 years ago
a865654
Push importlib ABC hierarchy chart.
by Andrew Svetlov
· 13 years ago
4805fa8
Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
by Andrew Svetlov
· 13 years ago
50be452
Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
by Andrew Svetlov
· 13 years ago
ac23c9e
Mention PEP 362: Function Signature Object in whatsnew.
by Andrew Svetlov
· 13 years ago
eed1808
Minor update of docs for inspect module.
by Andrew Svetlov
· 13 years ago
4e48bf9
Issue #15151: PEP 362 — document signature and related classes for inspect.py
by Andrew Svetlov
· 13 years ago
e4b1a18
Issue #15624: clarify newline documentation for open and io.TextIOWrapper
by Andrew Svetlov
· 13 years ago
ecd78fe
Issue #15624: clarify newline documentation for open and io.TextIOWrapper
by Andrew Svetlov
· 13 years ago
b2d8502
merge from 3.2
by Senthil Kumaran
· 13 years ago
1ef9caa
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
by Senthil Kumaran
· 13 years ago
2e64a0b
merge with 3.2
by Sandro Tosi
· 13 years ago
c7b0e21
add usage example from cli; thanks to Christian Clauss from docs@
by Sandro Tosi
· 13 years ago
c254f64
merge with 3.2
by Sandro Tosi
· 13 years ago
6cbe405
escape '\'; thanks to Steve Holden from docs@
by Sandro Tosi
· 13 years ago
5bb665f
merge with 3.2
by Sandro Tosi
· 13 years ago
985104a
it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
by Sandro Tosi
· 13 years ago
439e17f
update doctests
by Andrew Svetlov
· 13 years ago
199b78d
fix doctest for email.header docs
by Andrew Svetlov
· 13 years ago
5a5e8dd
merge with 3.2
by Sandro Tosi
· 13 years ago
82a509c
add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@
by Sandro Tosi
· 13 years ago
9e095aa
merge with 3.2
by Sandro Tosi
· 13 years ago
8b2c71a
update Geany URL; thanks to Karl Tarbet from docs@
by Sandro Tosi
· 13 years ago
effb43b
merge with 3.2
by Sandro Tosi
· 13 years ago
Next »