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
*
Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...
Antoine Pitrou
2015-04-11
1
-2/+2
|
\
|
*
Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...
Antoine Pitrou
2015-04-11
1
-2/+2
*
|
Issue #23912: Fix code formatting in datamodel.rst.
Berker Peksag
2015-04-11
1
-3/+3
|
\
\
|
|
/
|
*
Issue #23912: Fix code formatting in datamodel.rst.
Berker Peksag
2015-04-11
1
-3/+3
*
|
merge 3.4
Benjamin Peterson
2015-04-11
1
-7/+7
|
\
\
|
|
/
|
*
use imperative
Benjamin Peterson
2015-04-11
1
-7/+7
*
|
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou
2015-04-10
3
-10/+28
*
|
Null merge
Serhiy Storchaka
2015-04-10
1
-0/+2
|
\
\
|
|
/
*
|
Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes...
Berker Peksag
2015-04-10
1
-0/+4
|
\
\
|
|
/
|
*
Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes...
Berker Peksag
2015-04-10
1
-0/+4
*
|
Merge from 3.4
Tim Golden
2015-04-08
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo in telnet docs (reported by Keith Briggs)
Tim Golden
2015-04-08
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2015-04-08
1
-7/+7
|
\
\
|
|
/
|
*
actually ssl3 is just completely broken
Benjamin Peterson
2015-04-08
1
-7/+7
*
|
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...
Berker Peksag
2015-04-08
1
-8/+16
|
\
\
|
|
/
|
*
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...
Berker Peksag
2015-04-08
1
-8/+16
*
|
Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each
Victor Stinner
2015-04-06
1
-0/+18
*
|
Issue #23853: socket.socket.sendall() does no more reset the socket timeout
Victor Stinner
2015-04-06
1
-0/+4
*
|
Merge doc change from 3.4
Tim Golden
2015-04-06
1
-1/+1
|
\
\
|
|
/
|
*
Added missing right bracket (reported by Daryl Klakouski)
Tim Golden
2015-04-06
1
-1/+1
*
|
#3566: Clean up handling of remote server disconnects.
R David Murray
2015-04-05
1
-1/+19
*
|
Updated pprint examples in according to issue #19105.
Serhiy Storchaka
2015-04-05
1
-18/+17
*
|
Issue #10590: xml.sax.parseString() now supports string argument.
Serhiy Storchaka
2015-04-04
1
-1/+5
*
|
Issue #15582: inspect.getdoc() now follows inheritance chains.
Serhiy Storchaka
2015-04-03
1
-0/+3
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-04-03
1
-0/+5
|
\
\
|
|
/
|
*
Issue #23219: Update asyncio.wait_for() documentation
Victor Stinner
2015-04-03
1
-0/+5
*
|
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka
2015-04-02
2
-6/+13
*
|
Issue #23648: Complete the list of modified functions for the PEP 475
Victor Stinner
2015-04-02
1
-1/+31
*
|
Issue #23618: socket.socket.connect() now waits until the connection completes
Victor Stinner
2015-04-02
2
-0/+14
*
|
Issue #23618: Document EINTR changes in socket documentation
Victor Stinner
2015-04-02
4
-5/+56
*
|
What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on Windows
Victor Stinner
2015-04-01
1
-0/+3
*
|
It wasn't a typo, it is the mnemonic (AT=@).
R David Murray
2015-04-01
1
-1/+1
*
|
merge 3.4 (#12855)
Benjamin Peterson
2015-04-01
1
-4/+36
|
\
\
|
|
/
|
*
document what exactly str.splitlines() splits on (closes #12855)
Benjamin Peterson
2015-04-01
1
-4/+36
*
|
Issue 23793: Add deque support for __add__(), __mul__(), and __imul__().
Raymond Hettinger
2015-03-31
1
-0/+3
*
|
Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.
Serhiy Storchaka
2015-03-31
2
-3/+23
*
|
What's New in Python 3.5, PEP 475: mention modified signal functions
Victor Stinner
2015-03-31
2
-2/+3
*
|
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
Serhiy Storchaka
2015-03-31
1
-0/+7
*
|
Issue #13583: sqlite3.Row now supports slice indexing.
Serhiy Storchaka
2015-03-31
1
-0/+3
*
|
Issue #23485: Enhance and update selectors doc and test_selectors
Victor Stinner
2015-03-31
1
-0/+6
*
|
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-31
2
-2/+8
*
|
Issue #23485: select.kqueue.control() is now retried when interrupted by a si...
Victor Stinner
2015-03-31
2
-1/+8
*
|
Fix typo in Doc/whatsnew/3.5.rst.
Berker Peksag
2015-03-31
1
-1/+1
*
|
merge
Raymond Hettinger
2015-03-31
1
-8/+10
|
\
\
|
|
/
|
*
Issue #23729: Improve docs for ElementTree namespace parsing
Raymond Hettinger
2015-03-31
1
-8/+10
*
|
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
2
-1/+7
*
|
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
2
-1/+7
*
|
Ignore .rst files in the venv directory.
Brett Cannon
2015-03-30
1
-0/+3
*
|
Issue #23485: select.select() is now retried automatically with the recomputed
Victor Stinner
2015-03-30
4
-8/+25
*
|
#2211: Fix typo, address missed review comment.
R David Murray
2015-03-30
2
-2/+8
[next]