Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.4.0a4
/
Doc
0acceb7
What's New updates prior to alpha
by Nick Coghlan
· 12 years ago
4dae27a
Tweak 'provisional' in glossary
by Nick Coghlan
· 12 years ago
3586673
Issue #19304: Fix typos noted by Claudiu Popa.
by Ned Deily
· 12 years ago
f5e987b
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
by Larry Hastings
· 12 years ago
eaea5e9
Issue #12866: The audioop module now supports 24-bit samples.
by Serhiy Storchaka
· 12 years ago
c679227
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
by Serhiy Storchaka
· 12 years ago
0f5bff2
Doc markup fixes.
by Georg Brandl
· 12 years ago
8608d26
contextlib doc updates and refactoring
by Nick Coghlan
· 12 years ago
e723622
Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0
by Christian Heimes
· 12 years ago
3626a50
Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
by Christian Heimes
· 12 years ago
ee1be99
Issue #19222: Add support for the 'x' mode to the gzip module.
by Nadeem Vawda
· 12 years ago
8a9e99c
Issue #19223: Add support for the 'x' mode to the bz2 module.
by Nadeem Vawda
· 12 years ago
42ca982
Issue #19201: Add support for the 'x' mode to the lzma module.
by Nadeem Vawda
· 12 years ago
559ae0f
merge 3.3
by Benjamin Peterson
· 12 years ago
910a665
fix description of super() behavior on descriptors
by Benjamin Peterson
· 12 years ago
27e27f7
Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
by Brett Cannon
· 12 years ago
1805a62
Issue #16129: Py_SetStandardStreamEncoding cleanups
by Nick Coghlan
· 12 years ago
ef23f18
Fix markup.
by Serhiy Storchaka
· 12 years ago
3353313
Fix markup.
by Serhiy Storchaka
· 12 years ago
2498d9e
Issue #19272: slight clarification of pickle docs with regard to lambda.
by Ethan Furman
· 12 years ago
63c141c
Close #19030: inspect.getmembers and inspect.classify_class_attrs
by Ethan Furman
· 12 years ago
2bb0ac0
merge with 3.3
by Georg Brandl
· 12 years ago
9ff06dc
Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support.
by Georg Brandl
· 12 years ago
240f86d
Close #19266: contextlib.ignore -> contextlib.suppress
by Nick Coghlan
· 12 years ago
7d270ee
Issue #16129: Add `Py_SetStandardStreamEncoding`
by Nick Coghlan
· 12 years ago
3da240f
#18891: Complete new provisional email API.
by R David Murray
· 12 years ago
b1694cf
Issue #18999: Make multiprocessing use context objects.
by Richard Oudkerk
· 12 years ago
acc9f3f
Issue #18725: The textwrap module now supports truncating multiline text.
by Serhiy Storchaka
· 12 years ago
0186721
Issue #19189: Improved cross-references in the pickle module documentation.
by Serhiy Storchaka
· 12 years ago
5bbbc94
Issue #19189: Improved cross-references in the pickle module documentation.
by Serhiy Storchaka
· 12 years ago
33fc6d6
#4965: merge with 3.3.
by Ezio Melotti
· 12 years ago
47fd9d8
#4965: Implement intelligent scrolling of the sidebar in the docs.
by Ezio Melotti
· 12 years ago
ca1d6db
Merge heads
by Serhiy Storchaka
· 12 years ago
72aabb6
Merge heads
by Serhiy Storchaka
· 12 years ago
a7c17e5
Fix spacing of toplevel items.
by Georg Brandl
· 12 years ago
3e30d47
merge with 3.3
by Georg Brandl
· 12 years ago
810f1d5
Wing IDE is switching to PyQt...
by Georg Brandl
· 12 years ago
03d010b
merge with 3.3
by Georg Brandl
· 12 years ago
c3a2916
Closes #19248: actually check for Python 3.x in tools/sphinx-build.py.
by Georg Brandl
· 12 years ago
98b28fd
Issue #18758: Fixed and improved cross-references.
by Serhiy Storchaka
· 12 years ago
bfdcd43
Issue #18758: Fixed and improved cross-references.
by Serhiy Storchaka
· 12 years ago
fbc3c3c
Closes #17730: in code.interact(), when banner="", do not print anything.
by Georg Brandl
· 12 years ago
7ff4520
Issue #19197: Improved cross-references in the shlex module documentation.
by Serhiy Storchaka
· 12 years ago
4e98567
Issue #19197: Improved cross-references in the shlex module documentation.
by Serhiy Storchaka
· 12 years ago
690a6a9
Issue #19207: Improved cross-references in the os, os.path, and posix modules
by Serhiy Storchaka
· 12 years ago
dab8354
Issue #19207: Improved cross-references in the os, os.path, and posix modules
by Serhiy Storchaka
· 12 years ago
10e73ba
Improve #19204: Improved cross-references in the urllib package documentation.
by Serhiy Storchaka
· 12 years ago
5e1c053
Improve #19204: Improved cross-references in the urllib package documentation.
by Serhiy Storchaka
· 12 years ago
ef1605a
merge with 3.3
by Georg Brandl
· 12 years ago
b7117af
Refer to strftime(3) manpage for platform specific format codes.
by Georg Brandl
· 12 years ago
287da2e
Issue #19203: Improved cross-references in the curses howto.
by Serhiy Storchaka
· 12 years ago
04d11a7
Issue #19203: Improved cross-references in the curses howto.
by Serhiy Storchaka
· 12 years ago
221d943
Issue #19198: Improved cross-references in the cgi module documentation.
by Serhiy Storchaka
· 12 years ago
fd1c3d3
Issue #19198: Improved cross-references in the cgi module documentation.
by Serhiy Storchaka
· 12 years ago
e206b6e
Issue #17827: document codecs.encode and codecs.decode
by Nick Coghlan
· 12 years ago
6cb2b5b
Issue #17827: Document codecs.encode and codecs.decode
by Nick Coghlan
· 12 years ago
b4534ae
Docs tweaks for contextlib additions
by Nick Coghlan
· 12 years ago
31f6f4d
merge with 3.3
by Georg Brandl
· 12 years ago
aeaecfd
Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.
by Georg Brandl
· 12 years ago
bcdb4fd
merge with 3.3
by Georg Brandl
· 12 years ago
5d5b375
Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.
by Georg Brandl
· 12 years ago
daa1fa9
Back out accidentally pushed changeset b51218966201.
by Georg Brandl
· 12 years ago
a7bb9b3
merge with 3.3
by Georg Brandl
· 12 years ago
1e32011
Fix display of deprecated blocks with Sphinx 1.2.
by Georg Brandl
· 12 years ago
4300019
Add re.fullmatch() function and regex.fullmatch() method, which anchor the
by Georg Brandl
· 12 years ago
57841dd
Grammar fix.
by Eric V. Smith
· 12 years ago
17ecd1d
Document speedup in whatsnew
by Christian Heimes
· 12 years ago
f1dc3ee
Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start
by Christian Heimes
· 12 years ago
84fc708
merge
by Raymond Hettinger
· 12 years ago
6480168
Issue #19202: Add cross-reference and a rough code equivalent
by Raymond Hettinger
· 12 years ago
e92ef13
Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.
by Christian Heimes
· 12 years ago
793d847
merge with 3.3
by Georg Brandl
· 12 years ago
a140348
Invert logic of new limited-API annotation and call it "stable ABI".
by Georg Brandl
· 12 years ago
e9bd31f
merge with 3.3
by Georg Brandl
· 12 years ago
239990d
Fix compatibility with upcoming Sphinx 1.2.
by Georg Brandl
· 12 years ago
7c11e52
merge with 3.3
by Georg Brandl
· 12 years ago
5c01d99
Introduce support for documenting which C API elements are not part of the stable/limited API.
by Georg Brandl
· 12 years ago
b9e8712a
merge with 3.3
by Georg Brandl
· 12 years ago
5db7c54
Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147).
by Georg Brandl
· 12 years ago
a636c8e
merge with 3.3
by Georg Brandl
· 12 years ago
ae30a81
Closes #13833: document PyStructSequence C-API functions.
by Georg Brandl
· 12 years ago
3cb26b7
merge with 3.3
by Georg Brandl
· 12 years ago
c96ef1f
Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.
by Georg Brandl
· 12 years ago
32b2c62
merge with 3.3
by Georg Brandl
· 12 years ago
57f936e
Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand.
by Georg Brandl
· 12 years ago
42840f0
merge with 3.3
by Georg Brandl
· 12 years ago
d8ede4f
Closes #13203: add a FAQ section about seemingly duplicate id()s.
by Georg Brandl
· 12 years ago
34808e2
#19221: update whatsnew entry about UCD version.
by Ezio Melotti
· 12 years ago
c2228c8
Markup fix.
by Georg Brandl
· 12 years ago
1254b40
Rename contextlib.ignored() to contextlib.ignore().
by Raymond Hettinger
· 12 years ago
d579376
#18764: p(rint) -> p in pdb docs.
by R David Murray
· 12 years ago
94d08d9
upgrade unicode db to 6.3.0 (closes #19221)
by Benjamin Peterson
· 12 years ago
78d692f
18764: remove the problematic 'print' alias for the PDB 'p' command.
by R David Murray
· 12 years ago
2fe9bac
Close #16742: Fix misuse of memory allocations in PyOS_Readline()
by Victor Stinner
· 12 years ago
6cf185d
Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on
by Victor Stinner
· 12 years ago
088cbf2
Issue #15805: Add contextlib.redirect_stdout()
by Raymond Hettinger
· 12 years ago
5ed3bc9
merge
by Raymond Hettinger
· 12 years ago
8ee7708
Issue #19005: Fix documentation for PyIter_Next().
by Raymond Hettinger
· 12 years ago
213ef6e
Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Gershuni.
by Georg Brandl
· 12 years ago
8d19767
Close #19199: Remove ``PyThreadState.tick_counter`` field
by Victor Stinner
· 12 years ago
Next »