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 typo fixes from 3.5
Martin Panter
2015-10-07
2
-2/+2
|
\
|
*
Merge typo fixes from 3.4 into 3.5
Martin Panter
2015-10-07
2
-2/+2
|
|
\
|
|
*
Various minor typos in documentation and comments
Martin Panter
2015-10-07
2
-2/+2
*
|
|
Issue #25286: Merge dictionary view glossary from 3.5
Martin Panter
2015-10-07
3
-10/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #25286: Update dictionary view link; patch by Akira Li
Martin Panter
2015-10-07
1
-2/+2
|
*
|
Issue #25286: Merge dictionary view glossary from 3.4 into 3.5
Martin Panter
2015-10-07
2
-8/+9
|
|
\
\
|
|
|
/
|
|
*
Issue #25286: Dictionary views are not sequences
Martin Panter
2015-10-07
2
-8/+9
*
|
|
Add a versionadded directive for reopenIfNeeded()
Berker Peksag
2015-10-07
1
-0/+2
*
|
|
Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.
Alexander Belopolsky
2015-10-06
2
-1/+44
*
|
|
Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3....
Guido van Rossum
2015-10-05
2
-3/+48
|
\
\
\
|
|
/
/
|
*
|
Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3....
Guido van Rossum
2015-10-05
2
-3/+48
|
|
\
\
|
|
|
/
|
|
*
Docs and one small improvement for issue #25304, by Vincent Michel.
Guido van Rossum
2015-10-05
2
-3/+48
*
|
|
Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.5->3.6.)
Guido van Rossum
2015-10-05
1
-4/+42
|
\
\
\
|
|
/
/
|
*
|
Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.)
Guido van Rossum
2015-10-05
1
-4/+42
|
|
\
\
|
|
|
/
|
|
*
Issue #23972: updates to asyncio datagram API. By Chris Laws.
Guido van Rossum
2015-10-05
1
-4/+42
*
|
|
Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error
Victor Stinner
2015-10-05
1
-0/+3
*
|
|
Issue #16701: Merge sequence docs from 3.5
Martin Panter
2015-10-03
1
-2/+12
|
\
\
\
|
|
/
/
|
*
|
Issue #16701: Merge sequence docs from 3.4 into 3.5
Martin Panter
2015-10-03
1
-2/+12
|
|
\
\
|
|
|
/
|
|
*
Issue #16701: Document += and *= for mutable sequences
Martin Panter
2015-10-03
1
-2/+12
*
|
|
Merge with 3.5
Terry Jan Reedy
2015-10-03
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Merge with 3.4
Terry Jan Reedy
2015-10-03
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #25224: README.txt is now an idlelib index for IDLE developers and
Terry Jan Reedy
2015-10-03
1
-1/+1
*
|
|
Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
Victor Stinner
2015-10-02
1
-1/+1
*
|
|
Merge from 3.5
Berker Peksag
2015-10-02
1
-5/+5
|
\
\
\
|
|
/
/
|
*
|
Tweak susp-ignored.csv to make buildbots happy
Berker Peksag
2015-10-02
1
-5/+5
*
|
|
asyncio: Make ensure_future() accept all kinds of awaitables. (Merge 3.5)
Yury Selivanov
2015-10-02
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
asyncio: Make ensure_future() accept all kinds of awaitables.
Yury Selivanov
2015-10-02
1
-0/+7
|
|
\
\
|
|
|
/
*
|
|
Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error
Victor Stinner
2015-10-01
1
-0/+3
*
|
|
Closes #24884: refactored WatchedFileHandler file reopening into a separate m...
Vinay Sajip
2015-10-01
1
-3/+9
*
|
|
Merge 3.5 -> default
Andrew Svetlov
2015-10-01
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Merge 3.4 -> 3.5
Andrew Svetlov
2015-10-01
1
-3/+3
|
|
\
\
|
|
|
/
|
|
*
Reflect parameter name change in the doc
Andrew Svetlov
2015-10-01
1
-3/+3
*
|
|
Optimize ascii/latin1+surrogateescape encoders
Victor Stinner
2015-09-29
1
-0/+3
*
|
|
Merge with 3.5, Issue #24028: Add subsection about Idle calltips.
Terry Jan Reedy
2015-09-29
1
-3/+29
|
\
\
\
|
|
/
/
|
*
|
Merge with 3.4, Issue #24028: Add subsection about Idle calltips.
Terry Jan Reedy
2015-09-29
1
-3/+29
|
|
\
\
|
|
|
/
|
|
*
Issue #24028: Add subsection about Idle calltips.
Terry Jan Reedy
2015-09-29
1
-3/+29
*
|
|
Merge: Fix English phrasing.
R David Murray
2015-09-27
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Merge: Fix English phrasing.
R David Murray
2015-09-27
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
Fix English phrasing.
R David Murray
2015-09-27
1
-2/+2
*
|
|
Issue #25011: rlcomplete now omits private and special attribute names unless
Serhiy Storchaka
2015-09-27
1
-0/+8
*
|
|
merge 3.5
Benjamin Peterson
2015-09-27
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
merge 3.4
Benjamin Peterson
2015-09-27
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
make wikipedia link https
Benjamin Peterson
2015-09-27
1
-1/+1
*
|
|
merge 3.5
Benjamin Peterson
2015-09-27
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
merge 3.4
Benjamin Peterson
2015-09-27
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
shorten and fix casing of title
Benjamin Peterson
2015-09-27
1
-2/+2
*
|
|
Merge with 3.5
Terry Jan Reedy
2015-09-25
1
-31/+13
|
\
\
\
|
|
/
/
|
*
|
Merge with 3.4
Terry Jan Reedy
2015-09-25
1
-31/+13
|
|
\
\
|
|
|
/
|
|
*
Issue #25225: Condense and rewrite Idle doc section on text colors.
Terry Jan Reedy
2015-09-25
1
-31/+13
*
|
|
Merge 3.5 -> default
Andrew Svetlov
2015-09-24
1
-5/+5
|
\
\
\
|
|
/
/
[next]