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
*
merge with 3.3
Georg Brandl
2013-10-13
1
-1/+5
|
\
|
*
Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.
Georg Brandl
2013-10-13
1
-1/+5
*
|
Back out accidentally pushed changeset b51218966201.
Georg Brandl
2013-10-13
1
-28/+0
*
|
merge with 3.3
Georg Brandl
2013-10-13
2
-2/+2
|
\
\
|
|
/
|
*
Fix display of deprecated blocks with Sphinx 1.2.
Georg Brandl
2013-10-13
2
-2/+2
*
|
Add re.fullmatch() function and regex.fullmatch() method, which anchor the
Georg Brandl
2013-10-13
1
-0/+28
*
|
Grammar fix.
Eric V. Smith
2013-10-13
1
-1/+1
*
|
Document speedup in whatsnew
Christian Heimes
2013-10-13
1
-0/+11
*
|
Issue #19218: Rename collections.abc to _collections_abc in order to speed up...
Christian Heimes
2013-10-13
1
-1/+1
*
|
merge
Raymond Hettinger
2013-10-12
2
-0/+15
|
\
\
|
|
/
|
*
Issue #19202: Add cross-reference and a rough code equivalent
Raymond Hettinger
2013-10-12
2
-0/+15
*
|
Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.
Christian Heimes
2013-10-12
2
-0/+51
*
|
merge with 3.3
Georg Brandl
2013-10-12
2
-8/+8
|
\
\
|
|
/
|
*
Invert logic of new limited-API annotation and call it "stable ABI".
Georg Brandl
2013-10-12
2
-8/+8
*
|
merge with 3.3
Georg Brandl
2013-10-12
1
-16/+17
|
\
\
|
|
/
|
*
Fix compatibility with upcoming Sphinx 1.2.
Georg Brandl
2013-10-12
1
-16/+17
*
|
merge with 3.3
Georg Brandl
2013-10-12
5
-32/+154
|
\
\
|
|
/
|
*
Introduce support for documenting which C API elements are not part of the st...
Georg Brandl
2013-10-12
5
-32/+154
*
|
merge with 3.3
Georg Brandl
2013-10-12
1
-48/+36
|
\
\
|
|
/
|
*
Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP ...
Georg Brandl
2013-10-12
1
-48/+36
*
|
merge with 3.3
Georg Brandl
2013-10-12
1
-0/+100
|
\
\
|
|
/
|
*
Closes #13833: document PyStructSequence C-API functions.
Georg Brandl
2013-10-12
1
-0/+100
*
|
merge with 3.3
Georg Brandl
2013-10-12
1
-4/+11
|
\
\
|
|
/
|
*
Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.
Georg Brandl
2013-10-12
1
-4/+11
*
|
merge with 3.3
Georg Brandl
2013-10-12
1
-5/+7
|
\
\
|
|
/
|
*
Closes #19179: make table of XML vulnerabilities clearer by using "everyday" ...
Georg Brandl
2013-10-12
1
-5/+7
*
|
merge with 3.3
Georg Brandl
2013-10-12
1
-0/+26
|
\
\
|
|
/
|
*
Closes #13203: add a FAQ section about seemingly duplicate id()s.
Georg Brandl
2013-10-12
1
-0/+26
*
|
#19221: update whatsnew entry about UCD version.
Ezio Melotti
2013-10-12
1
-1/+1
*
|
Markup fix.
Georg Brandl
2013-10-12
1
-1/+1
*
|
Rename contextlib.ignored() to contextlib.ignore().
Raymond Hettinger
2013-10-11
1
-3/+3
*
|
#18764: p(rint) -> p in pdb docs.
R David Murray
2013-10-10
1
-1/+7
*
|
upgrade unicode db to 6.3.0 (closes #19221)
Benjamin Peterson
2013-10-10
1
-4/+4
*
|
18764: remove the problematic 'print' alias for the PDB 'p' command.
R David Murray
2013-10-10
2
-3/+19
*
|
Close #16742: Fix misuse of memory allocations in PyOS_Readline()
Victor Stinner
2013-10-10
2
-0/+14
*
|
Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on
Victor Stinner
2013-10-10
1
-2/+2
*
|
Issue #15805: Add contextlib.redirect_stdout()
Raymond Hettinger
2013-10-10
1
-0/+31
*
|
merge
Raymond Hettinger
2013-10-10
1
-6/+5
|
\
\
|
|
/
|
*
Issue #19005: Fix documentation for PyIter_Next().
Raymond Hettinger
2013-10-10
1
-6/+5
*
|
Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Ge...
Georg Brandl
2013-10-09
1
-1/+1
*
|
Close #19199: Remove ``PyThreadState.tick_counter`` field
Victor Stinner
2013-10-09
1
-1/+2
*
|
#19194: Improved cross-references in the fcntl module documentation.
Serhiy Storchaka
2013-10-09
1
-20/+24
|
\
\
|
|
/
|
*
#19194: Improved cross-references in the fcntl module documentation.
Serhiy Storchaka
2013-10-09
1
-20/+24
*
|
#19196: Improved cross-references in distutils documentation.
Serhiy Storchaka
2013-10-09
2
-14/+17
|
\
\
|
|
/
|
*
#19196: Improved cross-references in distutils documentation.
Serhiy Storchaka
2013-10-09
2
-14/+17
*
|
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
5
-91/+100
|
\
\
|
|
/
|
*
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
5
-91/+100
*
|
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka
2013-10-09
10
-33/+35
|
\
\
|
|
/
|
*
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka
2013-10-09
10
-33/+35
*
|
Issue #19193: Improved cross-references in the tutorial.
Serhiy Storchaka
2013-10-09
2
-33/+37
|
\
\
|
|
/
[next]