index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
43
-87/+87
|
\
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
40
-80/+90
*
|
Some minor clarifications in the documentation of pathlib + inheritance diagram
Eli Bendersky
2013-11-28
2
-68/+80
*
|
Change pathlib documentation to use "raise" instead of "throw".
Ned Deily
2013-11-27
1
-2/+2
*
|
Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore
Victor Stinner
2013-11-27
1
-3/+3
*
|
Close #19798: replace "maximum" term with "peak" in get_traced_memory()
Victor Stinner
2013-11-27
1
-2/+2
*
|
merge 3.3 (#19805)
Benjamin Peterson
2013-11-27
1
-27/+3
|
\
\
|
|
/
|
*
recommend OrderedDict for this FAQ (closes #19805)
Benjamin Peterson
2013-11-27
1
-27/+3
*
|
Issue #19793: Improved markup for True/False constants in pathlib documentation.
Serhiy Storchaka
2013-11-26
1
-28/+28
*
|
Issue #19794: Improved markup for True/False constants.
Serhiy Storchaka
2013-11-26
1
-13/+13
|
\
\
|
|
/
|
*
Issue #19794: Improved markup for True/False constants.
Serhiy Storchaka
2013-11-26
1
-13/+13
*
|
merge with 3.3
Georg Brandl
2013-11-26
1
-1/+0
|
\
\
|
|
/
|
*
Markup fix.
Georg Brandl
2013-11-26
1
-1/+0
*
|
Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)
Victor Stinner
2013-11-25
1
-2/+1
*
|
Issue #18874: apply Jim Jewett's patch on tracemalloc doc
Victor Stinner
2013-11-25
1
-9/+13
*
|
#13592, #17087: add whatsnew entry about regex/match object repr improvements.
Ezio Melotti
2013-11-25
1
-0/+7
*
|
#19778: fix a couple of re reprs in the documentation.
Ezio Melotti
2013-11-25
1
-4/+4
*
|
Issue #19691: remove outdated mention about RuntimeError
Antoine Pitrou
2013-11-25
1
-2/+1
|
\
\
|
|
/
|
*
Issue #19691: remove outdated mention about RuntimeError
Antoine Pitrou
2013-11-25
1
-2/+1
*
|
Mention the new tracemalloc module in the What's New in Python 3.4 document
Victor Stinner
2013-11-25
1
-0/+18
*
|
merge with 3.3
Georg Brandl
2013-11-25
1
-5/+5
|
\
\
|
|
/
|
*
Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.
Georg Brandl
2013-11-25
1
-5/+5
|
*
Fix doc markup error.
Georg Brandl
2013-11-25
1
-3/+3
*
|
Merge broken link fix from 3.3.
Ezio Melotti
2013-11-25
1
-1/+1
|
\
\
|
|
/
|
*
Fix broken link in html.entities docs.
Ezio Melotti
2013-11-25
1
-1/+1
*
|
Add whatsnew section about the html package.
Ezio Melotti
2013-11-25
1
-0/+21
*
|
merge with 3.3
Georg Brandl
2013-11-24
1
-0/+1
|
\
\
|
|
/
|
*
Doc/Makefile: also do "make suspicious" during daily autobuild
Georg Brandl
2013-11-24
1
-0/+1
*
|
Fix suspicious markup in the docs.
Georg Brandl
2013-11-24
6
-16/+18
*
|
Fix a few markup problems in the new import doc.
Georg Brandl
2013-11-24
1
-2/+4
*
|
Issue #3158: doctest can now find doctests in functions and methods
Zachary Ware
2013-11-24
1
-3/+6
*
|
Issue #13477: Added command line interface to the tarfile module.
Serhiy Storchaka
2013-11-23
1
-0/+61
*
|
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings
2013-11-23
1
-0/+7
*
|
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
Serhiy Storchaka
2013-11-23
2
-1/+36
*
|
Issue #19641: Added the audioop.byteswap() function to convert big-endian
Serhiy Storchaka
2013-11-23
2
-0/+11
*
|
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
3
-2/+10
*
|
#10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unit...
Ezio Melotti
2013-11-23
1
-0/+33
*
|
#19639: update the repr of the match objects in the docs. Patch by Claudiu P...
Ezio Melotti
2013-11-23
3
-18/+18
*
|
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
2
-9/+41
*
|
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...
Ezio Melotti
2013-11-23
1
-11/+24
*
|
Issue #19668: Added support for the cp1125 encoding.
Serhiy Storchaka
2013-11-23
1
-0/+4
*
|
Tweak ssl docs
Antoine Pitrou
2013-11-23
1
-23/+53
*
|
merge
Christian Heimes
2013-11-23
1
-7/+10
|
\
\
|
*
|
Issue #17201: ZIP64 extensions now are enabled by default.
Serhiy Storchaka
2013-11-23
1
-7/+10
*
|
|
Issue #19689: Add ssl.create_default_context() factory function. It creates
Christian Heimes
2013-11-23
1
-0/+18
*
|
|
Correct documentation clientAuth -> CLIENT_AUTH
Christian Heimes
2013-11-23
1
-2/+2
|
/
/
*
|
Issue #19292: Add SSLContext.load_default_certs() to load default root CA
Christian Heimes
2013-11-23
1
-1/+30
*
|
Document create_connection
Antoine Pitrou
2013-11-23
1
-0/+71
*
|
Start documenting the event loop
Antoine Pitrou
2013-11-23
1
-0/+57
*
|
Document asyncio transport APIs
Antoine Pitrou
2013-11-23
1
-0/+170
[next]