Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.4.0a2
/
Doc
ed0bf8a
Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni.
by Ethan Furman
· 12 years ago
96d848a
Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922
by Eli Bendersky
· 12 years ago
e2549df
Closes #18939: Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
a704582
Issue #18939: Updated venv documentation with some clarifications.
by Vinay Sajip
· 12 years ago
db2c681
Closes #18933: Merged update from 3.3.
by Vinay Sajip
· 12 years ago
31b862d
Issue #18933: Added links to source code.
by Vinay Sajip
· 12 years ago
34d2013
Issue #18878: sunau.open now supports the context manager protocol. Based on
by Serhiy Storchaka
· 12 years ago
73821c4
Issue #16853: Mention the new selectors module in the select module
by Victor Stinner
· 12 years ago
4aea4a0
Issue #16853: Mention the new selectors module in What's New in Python 3.4
by Victor Stinner
· 12 years ago
243d8d8
Issue #16853: Add new selectors module.
by Charles-François Natali
· 12 years ago
58b5c5a
Issue #18882: Add threading.main_thread() function.
by Andrew Svetlov
· 12 years ago
e06a896
Issue #18901: The sunau getparams method now returns a namedtuple rather than
by Serhiy Storchaka
· 12 years ago
ec15a82
Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such as IntEnum).
by Ethan Furman
· 12 years ago
34567ec
Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnum
by Eli Bendersky
· 12 years ago
2c68e30
Fix XMLPullParser documentation to say "non-blocking" instead of "asynchronous".
by Eli Bendersky
· 12 years ago
b586934
Issue #17741: Rename IncrementalParser and its methods.
by Eli Bendersky
· 12 years ago
a8c2a8a
Issue #18760: Improved cross-references in the xml package.
by Serhiy Storchaka
· 12 years ago
15e6590
Issue #18760: Improved cross-references in the xml package.
by Serhiy Storchaka
· 12 years ago
eb97368
Issue #11798: TestSuite now drops references to own tests after execution.
by Andrew Svetlov
· 12 years ago
daf4555
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
by Victor Stinner
· 12 years ago
46e1ce2
Issue #18783: Removed existing mentions of Python long type in docstrings,
by Serhiy Storchaka
· 12 years ago
9594942
Issue #18783: Removed existing mentions of Python long type in docstrings,
by Serhiy Storchaka
· 12 years ago
14e461d
Close #11619: The parser and the import machinery do not encode Unicode
by Victor Stinner
· 12 years ago
8d26a56
Clarify pyexpat documentation in StartElementHandler
by Eli Bendersky
· 12 years ago
ca4d97e
Clarify pyexpat documentation in StartElementHandler
by Eli Bendersky
· 12 years ago
c020e7f
Merge doc fix from 3.3
by Eli Bendersky
· 12 years ago
bf8ab77
Update XMLParser.close documentation and fix formatting.
by Eli Bendersky
· 12 years ago
74eba65
Fix markup in elementtree docs.
by Ezio Melotti
· 12 years ago
bfd7837
Clarify the documentation of XMLParser.close
by Eli Bendersky
· 12 years ago
96d5c54
Issue #18757: Improved cross-references in the concurrent package.
by Serhiy Storchaka
· 12 years ago
9e0ae53
Issue #18757: Improved cross-references in the concurrent package.
by Serhiy Storchaka
· 12 years ago
6e6c6ac
#18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok.
by Ezio Melotti
· 12 years ago
f9f0458
merge emphasized discouragement of overriding __import__
by Brett Cannon
· 12 years ago
f5ebd26
Emphasize that people should not override __import__.
by Brett Cannon
· 12 years ago
13423c3
Close #18794: Add a fileno() method and a closed attribute to select.devpoll
by Victor Stinner
· 12 years ago
13aa781
Typo fix
by Andrew Kuchling
· 12 years ago
c301b55
Issue 18774: Update news and whatsnew for the set optimizations
by Raymond Hettinger
· 12 years ago
319f3a1
Issue #18761: Improved cross-references in email documentation.
by Serhiy Storchaka
· 12 years ago
e0f0cf4
Issue #18761: Improved cross-references in email documentation.
by Serhiy Storchaka
· 12 years ago
46aace3
Merge from 3.3
by Andrew Kuchling
· 12 years ago
3f4f3ba
#18562: various revisions to the regex howto for 3.x
by Andrew Kuchling
· 12 years ago
07b1661
Issue #18759: Merged updates from 3.3.
by Vinay Sajip
· 12 years ago
67f3977
Issue #18759: Improved cross-references in logging documentation.
by Vinay Sajip
· 12 years ago
bbbf191
Issue #18743: Fix references to non-existant "StringIO" module.
by Serhiy Storchaka
· 12 years ago
e79be87
Issue #18743: Fix references to non-existant "StringIO" module.
by Serhiy Storchaka
· 12 years ago
c593056
Fix the default placeholder in textwrap.shorten() to be " [...]".
by Antoine Pitrou
· 12 years ago
53e5b5e
Issue #16190: fix random module recommendation to use ssl.RAND_bytes().
by Antoine Pitrou
· 12 years ago
ba69008
Issue #16190: fix random module recommendation to use ssl.RAND_bytes().
by Antoine Pitrou
· 12 years ago
d88f735
Issue #18673: Add versionchanged to docs
by Christian Heimes
· 12 years ago
177b3f9
Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel
by Christian Heimes
· 12 years ago
5d07e70
Remove errant fourth '.' from ellipsis in datetime documentation.
by David Wolever
· 12 years ago
e76c039
Remove errant fourth '.' from ellipsis in datetime documentation.
by David Wolever
· 12 years ago
84ed9a6
Issue #8713: Support alternative start methods in multiprocessing on Unix.
by Richard Oudkerk
· 12 years ago
0c7907d
Remove duplicate text in 3.4 what's new (my bad)
by Antoine Pitrou
· 12 years ago
7cf5e61
Issue 18724: Fix typo noticed by Susan Tan.
by Ned Deily
· 12 years ago
eedb58d
Issue 18724: Fix typo noticed by Susan Tan.
by Ned Deily
· 12 years ago
654f003
Documenting that json.load may raise a ValueError.
by Felix Crux
· 12 years ago
bc4b8eb
Documenting that json.load may raise a ValueError.
by Felix Crux
· 12 years ago
b435799
Documenting that json.load may raise a ValueError.
by Felix Crux
· 12 years ago
60fb971
Documenting that json.load may raise a ValueError.
by Felix Crux
· 12 years ago
bbf4a46
Merge issue #17701: Improving strftime documentation.
by David Wolever
· 12 years ago
569a5fa
Issue #17701: Improving strftime documentation.
by David Wolever
· 12 years ago
389dec8
Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece of text to a given length.
by Antoine Pitrou
· 12 years ago
d6cbd34
Sort whatsnew entries alphabetically
by Antoine Pitrou
· 12 years ago
f89aa9a
Add whatsnew entries for 3.4.
by Antoine Pitrou
· 12 years ago
01ea326
Close #12645: Clarify and reformat the documentation of import_fresh_module
by Eli Bendersky
· 12 years ago
ba5517d
Issue #12645: Clarify and reformat the documentation of import_fresh_module
by Eli Bendersky
· 12 years ago
b2855cc
#18663: merge with 3.3.
by Ezio Melotti
· 12 years ago
d51914c
#18663: document that assertAlmostEqual also works when the values are equal and add tests.
by Ezio Melotti
· 12 years ago
a4998a7
Close #18264: int- and float-derived enums now converted to int or float.
by Ethan Furman
· 12 years ago
ad73a9c
Issue #16400: Add command line option for isolated mode.
by Christian Heimes
· 12 years ago
562d9cb
Issue #18668: Further clarify m_size setting for non-negative values
by Eli Bendersky
· 12 years ago
43694a5
Issue #18668: Further clarify m_size setting for non-negative values
by Eli Bendersky
· 12 years ago
fb1a7bc
#18600: In 3.3, as_string does not accept a policy keyword.
by R David Murray
· 12 years ago
bb17d2b
#18600: add policy to add_string, and as_bytes and __bytes__ methods.
by R David Murray
· 12 years ago
0738aff
Fix a typo in PyUnicode_CopyCharacters() documentation.
by Serhiy Storchaka
· 12 years ago
cdd0279
Fix a typo in PyUnicode_CopyCharacters() documentation.
by Serhiy Storchaka
· 12 years ago
3e4477c
#18267: merge with 3.3.
by Ezio Melotti
· 12 years ago
79016e1
#18267: make whitespace consistent and fix an operator.
by Ezio Melotti
· 12 years ago
7533137
Closing #18668: Properly document setting m_size in PyModuleDef
by Eli Bendersky
· 12 years ago
0d2d2b8
Issue #18668: Properly document setting m_size in PyModuleDef
by Eli Bendersky
· 12 years ago
9b855de
Issue #14323: Expanded the number of digits in the coefficients for the
by Serhiy Storchaka
· 12 years ago
58720d6
Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles.
by Antoine Pitrou
· 12 years ago
b2aa6f4
Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects.
by Jason R. Coombs
· 12 years ago
790d269
Fixes #8860: Round half-microseconds to even in the timedelta constructor.
by Alexander Belopolsky
· 12 years ago
8580dab
Hum, VMS code is still present
by Victor Stinner
· 12 years ago
f3fd13b
Complete What's New in Python 3.4
by Victor Stinner
· 12 years ago
c4216ab
Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser
by Eli Bendersky
· 12 years ago
ca97fd3
Issue #17902: Clarify doc of ElementTree.iterparse
by Eli Bendersky
· 12 years ago
d36fc43
Fix minor documentation markup error.
by Larry Hastings
· 12 years ago
a68cbfa
Issue #18589: fix hyperlinking of type slots (tp_*)
by Antoine Pitrou
· 12 years ago
39668f5
Issue #18589: fix hyperlinking of type slots (tp_*)
by Antoine Pitrou
· 12 years ago
536ffe1
#17616: Improve context manager tests, fix bugs in close method and mode docs.
by R David Murray
· 12 years ago
c91d5ee
#17616: wave.open now supports the 'with' statement.
by R David Murray
· 12 years ago
92e2a22
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
778cba7
Issue #18573: More copy-paste fixes to assertWarns entry.
by Terry Jan Reedy
· 12 years ago
bc47d7b
Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).
by R David Murray
· 12 years ago
1c4e443
#16273: Fix tutorial discussion of seek/tell (opaque text-mode values).
by R David Murray
· 12 years ago
f392c60
Merge: #18601: fix error made when difflib example was converted to use 'with'.
by R David Murray
· 12 years ago
96433f8
#18601: fix error made when difflib example was converted to use 'with'.
by R David Murray
· 12 years ago
Next »