summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix doc build errorAntoine Pitrou2015-04-131-1/+1
* Fix duplicate doc entry for SSLContext.get_ca_certs()Antoine Pitrou2015-04-131-12/+4
|\
| * Fix duplicate doc entry for SSLContext.get_ca_certs()Antoine Pitrou2015-04-131-12/+4
* | Issue #23732: Mention the new -b semantics in the porting HOWTO.Brett Cannon2015-04-131-4/+6
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-1316-57/+125
* | Closes #17202: Merge with 3.4Zachary Ware2015-04-131-133/+133
|\ \ | |/
| * Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-124/+124
* | Closes #23932: Merge with 3.4Zachary Ware2015-04-131-11/+10
|\ \ | |/
| * Issue #23932: Update the tutorial section on function annotations.Zachary Ware2015-04-131-11/+10
* | Doc clarification / edification on the semantics of the 'w*' format unit.Larry Hastings2015-04-132-5/+12
* | Merge: #17380: Document tp_init return value in extending docs.R David Murray2015-04-131-1/+2
|\ \ | |/
| * #17380: Document tp_init return value in extending docs.R David Murray2015-04-131-1/+2
* | #23464: remove JoinableQueue that was deprecated in 3.4.4.R David Murray2015-04-122-11/+4
* | Issue #12955: Change the urlopen() examples to use context managers where app...Berker Peksag2015-04-125-28/+38
|\ \ | |/
| * Issue #12955: Change the urlopen() examples to use context managers where app...Berker Peksag2015-04-125-28/+38
* | Issue #23668: Adds support for os.truncate and os.ftruncate on WindowsSteve Dower2015-03-212-4/+11
* | Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...Antoine Pitrou2015-04-111-2/+2
|\ \ | |/
| * Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...Antoine Pitrou2015-04-111-2/+2
* | Issue #23912: Fix code formatting in datamodel.rst.Berker Peksag2015-04-111-3/+3
|\ \ | |/
| * Issue #23912: Fix code formatting in datamodel.rst.Berker Peksag2015-04-111-3/+3
* | merge 3.4Benjamin Peterson2015-04-111-7/+7
|\ \ | |/
| * use imperativeBenjamin Peterson2015-04-111-7/+7
* | Issue #23529: Limit the size of decompressed data when reading fromAntoine Pitrou2015-04-103-10/+28
* | Null mergeSerhiy Storchaka2015-04-101-0/+2
|\ \ | |/
* | Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes...Berker Peksag2015-04-101-0/+4
|\ \ | |/
| * Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes...Berker Peksag2015-04-101-0/+4
* | Merge from 3.4Tim Golden2015-04-081-1/+1
|\ \ | |/
| * Fix typo in telnet docs (reported by Keith Briggs)Tim Golden2015-04-081-1/+1
* | merge 3.4Benjamin Peterson2015-04-081-7/+7
|\ \ | |/
| * actually ssl3 is just completely brokenBenjamin Peterson2015-04-081-7/+7
* | Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...Berker Peksag2015-04-081-8/+16
|\ \ | |/
| * Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...Berker Peksag2015-04-081-8/+16
* | Issue #23853: Methods of SSL socket don't reset the socket timeout anymore eachVictor Stinner2015-04-061-0/+18
* | Issue #23853: socket.socket.sendall() does no more reset the socket timeoutVictor Stinner2015-04-061-0/+4
* | Merge doc change from 3.4Tim Golden2015-04-061-1/+1
|\ \ | |/
| * Added missing right bracket (reported by Daryl Klakouski)Tim Golden2015-04-061-1/+1
* | #3566: Clean up handling of remote server disconnects.R David Murray2015-04-051-1/+19
* | Updated pprint examples in according to issue #19105.Serhiy Storchaka2015-04-051-18/+17
* | Issue #10590: xml.sax.parseString() now supports string argument.Serhiy Storchaka2015-04-041-1/+5
* | Issue #15582: inspect.getdoc() now follows inheritance chains.Serhiy Storchaka2015-04-031-0/+3
* | Merge 3.4 (asyncio doc)Victor Stinner2015-04-031-0/+5
|\ \ | |/
| * Issue #23219: Update asyncio.wait_for() documentationVictor Stinner2015-04-031-0/+5
* | Issue #2175: SAX parsers now support a character stream of InputSource object.Serhiy Storchaka2015-04-022-6/+13
* | Issue #23648: Complete the list of modified functions for the PEP 475Victor Stinner2015-04-021-1/+31
* | Issue #23618: socket.socket.connect() now waits until the connection completesVictor Stinner2015-04-022-0/+14
* | Issue #23618: Document EINTR changes in socket documentationVictor Stinner2015-04-024-5/+56
* | What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on WindowsVictor Stinner2015-04-011-0/+3
* | It wasn't a typo, it is the mnemonic (AT=@).R David Murray2015-04-011-1/+1
* | merge 3.4 (#12855)Benjamin Peterson2015-04-011-4/+36
|\ \ | |/
| * document what exactly str.splitlines() splits on (closes #12855)Benjamin Peterson2015-04-011-4/+36