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 #21741: Add st_file_attributes to os.stat_result on Windows.
Zachary Ware
2014-06-19
3
-1/+44
*
(Merge 3.4) Closes #21758: asyncio doc: mention explicitly that subprocess
Victor Stinner
2014-06-19
2
-6/+11
|
\
|
*
Closes #21758: asyncio doc: mention explicitly that subprocess parameters are
Victor Stinner
2014-06-19
2
-6/+11
*
|
Merge typo fix
Zachary Ware
2014-06-18
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo pointed out by cocoatomo on docs@
Zachary Ware
2014-06-18
1
-1/+1
*
|
(Merge 3.4) asyncio: Fix pyflakes errors
Victor Stinner
2014-06-18
1
-0/+4
|
\
\
|
|
/
|
*
asyncio: Fix pyflakes errors
Victor Stinner
2014-06-18
1
-0/+4
*
|
Merge typo fix from 3.4
Zachary Ware
2014-06-16
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo reported by Jesse W on docs@
Zachary Ware
2014-06-16
1
-1/+1
*
|
Issue #21205: Complete the "versionchanged" note in inspect documentation
Victor Stinner
2014-06-16
1
-1/+3
*
|
Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified
Victor Stinner
2014-06-16
2
-0/+20
*
|
Merge with 3.4
Terry Jan Reedy
2014-06-16
1
-3/+4
|
\
\
|
|
/
|
*
Issue #21559: Add alternative (historical) reason for OverflowError.
Terry Jan Reedy
2014-06-16
1
-3/+4
*
|
Merge with 3.4
Terry Jan Reedy
2014-06-16
1
-1/+2
|
\
\
|
|
/
|
*
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
Terry Jan Reedy
2014-06-16
1
-1/+2
*
|
merge 3.4 (#13779)
Benjamin Peterson
2014-06-16
1
-3/+5
|
\
\
|
|
/
|
*
clarify when the list of subdirectories is read (closes #13779)
Benjamin Peterson
2014-06-16
1
-3/+5
*
|
improve note
Benjamin Peterson
2014-06-16
1
-1/+2
*
|
merge 3.4 (#21764)
Benjamin Peterson
2014-06-15
1
-0/+6
|
\
\
|
|
/
|
*
document IOBase.__del__'s behavior (closes #21764)
Benjamin Peterson
2014-06-15
1
-0/+6
*
|
fix issue #6916: undocument deprecated asynchat.fifo class.q
Giampaolo Rodola'
2014-06-14
1
-34/+0
*
|
Closes #21752: Merged update from 3.4.
Vinay Sajip
2014-06-14
1
-0/+5
|
\
\
|
|
/
|
*
Issue #21752: Documented change to behaviour of logging.getLevelName().
Vinay Sajip
2014-06-14
1
-0/+5
*
|
Merge with 3.4
Terry Jan Reedy
2014-06-13
1
-3/+0
|
\
\
|
|
/
|
*
Issue #21726: Remove unnecessary and contextually wrong line.
Terry Jan Reedy
2014-06-13
1
-3/+0
|
*
Issue #16136: VMSError is done, bye bye VMS
Victor Stinner
2014-06-13
1
-4/+0
*
|
Issue #16136: VMSError is done, bye bye VMS
Victor Stinner
2014-06-13
1
-4/+0
*
|
Issue #21711: support for "site-python" directories has now been removed from...
Antoine Pitrou
2014-06-12
1
-10/+8
*
|
Fix doc build warning
Zachary Ware
2014-06-11
1
-1/+3
*
|
#19840: Add copy_function to shutil.move.
R David Murray
2014-06-11
2
-5/+25
*
|
#14758: add IPv6 support to smtpd.
R David Murray
2014-06-11
2
-2/+6
*
|
#19662: add decode_data to smtpd so you can get at DATA in bytes form.
R David Murray
2014-06-11
2
-2/+38
*
|
merge from 3.4
Senthil Kumaran
2014-06-11
1
-1/+1
|
\
\
|
|
/
|
*
#21693 - Fix the broken link for pylons project.
Senthil Kumaran
2014-06-11
1
-1/+1
*
|
fix issue #17552: add socket.sendfile() method allowing to send a file over a...
Giampaolo Rodola'
2014-06-11
4
-1/+32
*
|
Issue #18039: dbm.dump.open() now always creates a new database when the
Serhiy Storchaka
2014-06-10
1
-2/+7
*
|
Issue #21688: Merge with 3.4
Zachary Ware
2014-06-10
1
-0/+9
|
\
\
|
|
/
|
*
Issue #21688: Give informative error message when hhc.exe cannot be found.
Zachary Ware
2014-06-10
1
-0/+9
*
|
(Merge 3.4) Issue #21596: asyncio.wait(): mention that the sequence of futures
Victor Stinner
2014-06-10
1
-0/+2
|
\
\
|
|
/
|
*
Issue #21596: asyncio.wait(): mention that the sequence of futures must not
Victor Stinner
2014-06-10
1
-0/+2
*
|
Merge 3.4
Victor Stinner
2014-06-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop
Victor Stinner
2014-06-10
1
-0/+6
*
|
(Merge 3.4) Issue #21700: Fix asyncio doc, add DatagramProtocol
Victor Stinner
2014-06-10
1
-6/+6
|
\
\
|
|
/
|
*
Issue #21700: Fix asyncio doc, add DatagramProtocol
Victor Stinner
2014-06-10
1
-6/+6
*
|
Merge: #20903: clarify what happens when an smtp connection timeout occurs.
R David Murray
2014-06-09
1
-1/+2
|
\
\
|
|
/
|
*
#20903: clarify what happens when an smtp connection timeout occurs.
R David Murray
2014-06-09
1
-1/+2
*
|
Issue #21569: merge from 3.4
Nick Coghlan
2014-06-09
1
-1/+1
|
\
\
|
|
/
|
*
Issue #21569: Fix incorrect cross reference
Nick Coghlan
2014-06-09
1
-1/+1
*
|
backout 0fb7789b5eeb for test breakage (#20578)
Benjamin Peterson
2014-06-08
1
-24/+7
*
|
add BufferedIOBase.readinto1 (closes #20578)
Benjamin Peterson
2014-06-08
1
-7/+24
[next]