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 #19344: fix markup error in whatsnew
Christian Heimes
2013-10-22
1
-1/+1
*
Issue #16595: Add prlimit() to resource module
Christian Heimes
2013-10-22
2
-0/+27
*
Issue #19324: Expose Linux-specific constants in resource module
Christian Heimes
2013-10-22
1
-0/+46
*
#17400; NEWS and ipaddress.rst change
Peter Moody
2013-10-21
1
-2/+5
*
fix typo in what's new in 3.4
Victor Stinner
2013-10-21
1
-1/+1
*
Fix typo in whatsnew
Christian Heimes
2013-10-21
1
-1/+1
*
Closes #19323: fix typo. Thanks to Michael Merickel.
Georg Brandl
2013-10-21
1
-1/+1
*
Simplify markup.
Georg Brandl
2013-10-21
1
-2/+2
*
Reformat statistics.rst and remove unnecessary headings for each function.
Georg Brandl
2013-10-21
1
-197/+139
*
#19274: use captured_stdout() in the test suite; add NEWS entry.
Georg Brandl
2013-10-21
1
-3/+3
*
Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of m...
Raymond Hettinger
2013-10-21
1
-13/+0
*
Update faulthandler docs.
Guido van Rossum
2013-10-21
1
-1/+2
*
add a filterfunc to zip file.PyZipFile.writepy, issue 19274
Christian Tismer
2013-10-21
2
-2/+18
*
#19319: merge with 3.3.
Ezio Melotti
2013-10-21
1
-2/+2
|
\
|
*
#19319: fix ctypes docs: sizeof is an operator in C, not a function.
Ezio Melotti
2013-10-21
1
-2/+2
*
|
#19238, #19289: merge with 3.3.
Ezio Melotti
2013-10-20
1
-6/+6
|
\
\
|
|
/
|
*
#19238, #19289: fix description of the align and fill values of the format sp...
Ezio Melotti
2013-10-20
1
-6/+6
*
|
remove backticks
Benjamin Peterson
2013-10-20
1
-1/+1
*
|
fix declaration of StatisticsError
Benjamin Peterson
2013-10-20
1
-2/+2
*
|
What's New updates prior to alpha
Nick Coghlan
2013-10-20
2
-11/+63
*
|
Tweak 'provisional' in glossary
Nick Coghlan
2013-10-20
1
-6/+13
*
|
Issue #19304: Fix typos noted by Claudiu Popa.
Ned Deily
2013-10-19
1
-2/+2
*
|
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
Larry Hastings
2013-10-19
2
-0/+464
*
|
Issue #12866: The audioop module now supports 24-bit samples.
Serhiy Storchaka
2013-10-19
2
-8/+17
*
|
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
7
-20/+20
*
|
Doc markup fixes.
Georg Brandl
2013-10-19
2
-4/+4
*
|
contextlib doc updates and refactoring
Nick Coghlan
2013-10-19
1
-0/+116
*
|
Issue #18582: provide a faster C implementation of pbkdf2_hmac that works wit...
Christian Heimes
2013-10-19
1
-5/+3
*
|
Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
Christian Heimes
2013-10-19
1
-1/+5
*
|
Issue #19222: Add support for the 'x' mode to the gzip module.
Nadeem Vawda
2013-10-18
1
-4/+11
*
|
Issue #19223: Add support for the 'x' mode to the bz2 module.
Nadeem Vawda
2013-10-18
1
-4/+11
*
|
Issue #19201: Add support for the 'x' mode to the lzma module.
Nadeem Vawda
2013-10-18
1
-4/+11
*
|
merge 3.3
Benjamin Peterson
2013-10-18
1
-1/+1
|
\
\
|
|
/
|
*
fix description of super() behavior on descriptors
Benjamin Peterson
2013-10-18
1
-1/+1
*
|
Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
Brett Cannon
2013-10-18
2
-0/+18
*
|
Issue #16129: Py_SetStandardStreamEncoding cleanups
Nick Coghlan
2013-10-18
1
-5/+8
*
|
Fix markup.
Serhiy Storchaka
2013-10-18
1
-2/+2
|
\
\
|
|
/
|
*
Fix markup.
Serhiy Storchaka
2013-10-18
1
-2/+2
*
|
Issue #19272: slight clarification of pickle docs with regard to lambda.
Ethan Furman
2013-10-18
1
-2/+6
*
|
Close #19030: inspect.getmembers and inspect.classify_class_attrs
Ethan Furman
2013-10-18
1
-3/+3
*
|
merge with 3.3
Georg Brandl
2013-10-17
1
-2/+1
|
\
\
|
|
/
|
*
Fix inaccurate versionchanged tag for compressobj(): most parameter were ther...
Georg Brandl
2013-10-17
1
-2/+1
*
|
Close #19266: contextlib.ignore -> contextlib.suppress
Nick Coghlan
2013-10-17
2
-13/+26
*
|
Issue #16129: Add `Py_SetStandardStreamEncoding`
Nick Coghlan
2013-10-17
2
-1/+31
*
|
#18891: Complete new provisional email API.
R David Murray
2013-10-17
5
-15/+480
*
|
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk
2013-10-16
1
-11/+65
*
|
Issue #18725: The textwrap module now supports truncating multiline text.
Serhiy Storchaka
2013-10-15
1
-12/+16
*
|
Issue #19189: Improved cross-references in the pickle module documentation.
Serhiy Storchaka
2013-10-14
1
-18/+23
|
\
\
|
|
/
|
*
Issue #19189: Improved cross-references in the pickle module documentation.
Serhiy Storchaka
2013-10-14
1
-18/+23
*
|
#4965: merge with 3.3.
Ezio Melotti
2013-10-13
2
-6/+46
|
\
\
|
|
/
[next]