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
*
Merged documentation update from 3.3.
Vinay Sajip
2013-10-31
1
-7/+8
|
\
|
*
Corrected some incorrect cross-references.
Vinay Sajip
2013-10-31
1
-7/+8
*
|
Issue #19172: Add a get_map() method to selectors.
Charles-François Natali
2013-10-30
1
-0/+8
*
|
merge
Christian Heimes
2013-10-29
1
-1/+1
|
\
\
|
|
/
|
*
fix language
Christian Heimes
2013-10-29
1
-1/+1
*
|
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...
Christian Heimes
2013-10-29
2
-0/+12
|
\
\
|
|
/
|
*
Issue #18747: document issue with OpenSSL's CPRNG state and fork
Christian Heimes
2013-10-29
2
-0/+12
*
|
merge with 3.3
Georg Brandl
2013-10-29
4
-6/+6
|
\
\
|
|
/
|
*
Clarify sentence.
Georg Brandl
2013-10-29
1
-1/+1
|
*
Closes #19416: fix references in the nntplib docs.
Georg Brandl
2013-10-29
1
-3/+3
|
*
Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on...
Georg Brandl
2013-10-29
1
-1/+1
|
*
Fix typo: js_JP is not a valid locale.
Georg Brandl
2013-10-29
1
-1/+1
*
|
merge with 3.3
Georg Brandl
2013-10-27
4
-19/+17
|
\
\
|
|
/
|
*
Fix markup errors in the docs and amend suspicious ignores.
Georg Brandl
2013-10-27
4
-19/+17
*
|
merge with 3.3
Georg Brandl
2013-10-27
2
-5/+12
|
\
\
|
|
/
|
*
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Georg Brandl
2013-10-27
1
-1/+1
|
*
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
Georg Brandl
2013-10-27
1
-4/+11
*
|
Assorted 3.4 What's New updates
Nick Coghlan
2013-10-26
2
-59/+116
*
|
Issue #19375: The site module adding a "site-python" directory to sys.path, i...
Antoine Pitrou
2013-10-25
2
-1/+5
*
|
merge
Brett Cannon
2013-10-25
1
-0/+3
|
\
\
|
*
\
Merge.
bquinlan
2013-10-25
1
-0/+4
|
|
\
\
|
*
|
|
Issue #11161: Update the documentation for ProcessPoolExecutor to note that i...
bquinlan
2013-10-25
1
-0/+3
*
|
|
|
Tweak some doc wording for importlib.reload
Brett Cannon
2013-10-25
1
-2/+3
|
|
/
/
|
/
|
|
*
|
|
merge from 3.3
Brett Cannon
2013-10-25
1
-0/+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #19392: Document that imp.reload() now relies on __loader__
Brett Cannon
2013-10-25
1
-0/+4
*
|
Issue #16595: prlimit() needs Linux kernel 2.6.36+
Christian Heimes
2013-10-25
1
-1/+1
*
|
#17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS
Peter Moody
2013-10-24
1
-0/+6
*
|
Close #19345: fix typo
Victor Stinner
2013-10-23
1
-2/+2
*
|
#17400: fix documentation, add cache to is_global and correctly handle 100.64...
Peter Moody
2013-10-22
1
-1/+1
*
|
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...
Tim Golden
2013-10-22
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...
Tim Golden
2013-10-22
1
-0/+3
*
|
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
[next]