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 #24531: Document that encoding lines cannot follow non-comment lines.
Robert Collins
2015-08-06
1
-3/+4
*
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
1
-4/+5
*
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
Terry Jan Reedy
2015-07-30
1
-2/+0
*
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...
Berker Peksag
2015-07-30
1
-4/+4
*
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Robert Collins
2015-07-29
1
-4/+2
*
Issue #23254: Document how to close the TCPServer listening socket.
Robert Collins
2015-07-29
1
-2/+11
*
we don't care about python 1.5.2
Benjamin Peterson
2015-07-22
1
-2/+0
*
Issue #24680: Remove random backslash. Patch by cdz.
Zachary Ware
2015-07-22
1
-1/+1
*
'not' is very important here
Benjamin Peterson
2015-07-06
1
-1/+1
*
tighten warning
Benjamin Peterson
2015-07-06
1
-3/+3
*
Update Docs/tools/susp-ignored.csv
Zachary Ware
2015-07-06
1
-4/+13
*
Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference
Ned Deily
2015-07-04
1
-1/+2
*
#24548: replace dead link with pointer to archive.org.
R David Murray
2015-07-04
1
-1/+1
*
Issue #24525: Add missing word. Patch by Vincent Legoll.
Terry Jan Reedy
2015-07-03
1
-1/+1
*
Issue #24496: Backport gzip examples to Python 2.
Berker Peksag
2015-06-25
1
-11/+7
*
Issue #23684: Clarify the return value of the scheme attribute of ParseResult...
Berker Peksag
2015-06-25
1
-2/+2
*
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1/+1
*
Issue #24443: Fix links for Event.clear() and Event.wait() methods.
Berker Peksag
2015-06-13
1
-2/+2
*
whitespace
Terry Jan Reedy
2015-06-12
1
-1/+1
*
Issue #24406: Add sentences on dict comparisons, similar to those for Sequence
Terry Jan Reedy
2015-06-12
1
-0/+3
*
that this is "for Python" is obvious
Benjamin Peterson
2015-06-06
1
-1/+1
*
Issue #24357: use example.org instead
Ned Deily
2015-06-02
1
-4/+4
*
Issue #24357: Change host in socket.getaddrinfo example to one that
Ned Deily
2015-06-02
1
-4/+4
*
update for 3.6 emerging
Benjamin Peterson
2015-05-27
1
-1/+2
*
Issue 24304: Fix broken license link in FAQ.
Ned Deily
2015-05-27
1
-1/+1
*
Make expression legal python by adding '1'.
Terry Jan Reedy
2015-05-23
1
-1/+1
*
Issue #22155: Add File Handlers subsection with createfilehandler to Tkinter
Terry Jan Reedy
2015-05-17
2
-22/+53
*
#19934: fix mangled wording
Andrew Kuchling
2015-05-13
1
-3/+3
*
Issue #19934: Document *None* as an acceptable input to Counter.most_common(...
Raymond Hettinger
2015-05-13
1
-3/+3
*
use imperative
Benjamin Peterson
2015-05-12
1
-2/+2
*
Issue #24161: Document that PyIter_Check() returns false positives for old-s...
Raymond Hettinger
2015-05-11
1
-0/+4
*
update example, since python.org is HTTPS-only now (closes #24118)
Benjamin Peterson
2015-05-03
1
-5/+5
*
#24108: Update fnmatch.translate example to show correct output.
R David Murray
2015-05-02
1
-1/+1
*
#24081: Remove obsolete caveat from import docs.
R David Murray
2015-05-02
1
-6/+0
*
Issue #24060: Made logging.Formatter documentation a little clearer.
Vinay Sajip
2015-05-02
1
-1/+3
*
Issue #23356: Simplify convert_arg_line_to_args example.
Berker Peksag
2015-04-26
1
-4/+1
*
fix relative link (closes #24057)
Benjamin Peterson
2015-04-25
1
-2/+2
*
recommend requests library (closes #23989)
Benjamin Peterson
2015-04-20
3
-0/+15
*
Issue #23536: Clarified scope of fileConfig()'s API.
Vinay Sajip
2015-04-18
1
-0/+12
*
Fix PyGILState_GetThisThreadState() prototype in the API documentation.
Charles-François Natali
2015-04-15
1
-1/+1
*
Issue #23730: Document the return value of ZipFile.extract
Zachary Ware
2015-04-13
1
-0/+2
*
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Zachary Ware
2015-04-13
1
-124/+124
*
use imperative
Benjamin Peterson
2015-04-11
1
-5/+5
*
highlight is now highlighted (closes #23909)
Benjamin Peterson
2015-04-10
1
-1/+1
*
Issue #23400: Add notes about the sem_open support of the host OS to
Berker Peksag
2015-04-08
1
-8/+17
*
actually ssl3 is just completely broken
Benjamin Peterson
2015-04-08
1
-7/+7
*
Issue #23729: Improve docs for ElementTree namespace parsing
Raymond Hettinger
2015-03-31
1
-8/+11
*
#23512: list non-essential built-in functions after the table. Patch by Carl...
Ezio Melotti
2015-03-24
1
-4/+9
*
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
Ezio Melotti
2015-03-24
1
-38/+29
*
Issue 23729: Document ElementTree namespace handling and fix an omission in ...
Raymond Hettinger
2015-03-22
1
-0/+68
[next]