Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin | Victor Stinner | 2011-05-27 | 1 | -25/+0 |
* | Merge heads | Nadeem Vawda | 2011-05-27 | 1 | -8/+31 |
|\ | |||||
| * | Update bz2 docs following issue #1625. | Nadeem Vawda | 2011-05-26 | 1 | -8/+31 |
* | | Issue #8796: codecs.open() calls the builtin open() function instead of using | Victor Stinner | 2011-05-26 | 1 | -0/+25 |
|/ | |||||
* | Branch merge | Éric Araujo | 2011-05-26 | 2 | -2/+6 |
|\ | |||||
| * | Merge 3.2 | Éric Araujo | 2011-05-25 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix two typos | Éric Araujo | 2011-05-25 | 1 | -2/+2 |
| * | | Branch merge | Éric Araujo | 2011-05-25 | 1 | -0/+4 |
| |\ \ | |||||
| | * | | Also add versionchanged directive to the function doc (#11591) | Éric Araujo | 2011-05-06 | 1 | -0/+4 |
* | | | | Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fai... | Senthil Kumaran | 2011-05-25 | 1 | -1/+14 |
* | | | | Issue #12049: cleanup the warning in the random module doc | Victor Stinner | 2011-05-25 | 1 | -2/+2 |
* | | | | Issue #12049: Document errors cases of ssl.RAND_bytes() and | Victor Stinner | 2011-05-25 | 1 | -3/+8 |
* | | | | Issue #10818: Remove deprecated pydoc.serve() function | Victor Stinner | 2011-05-24 | 1 | -2/+3 |
* | | | | Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been | Victor Stinner | 2011-05-24 | 1 | -0/+7 |
* | | | | Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation | Victor Stinner | 2011-05-24 | 2 | -0/+16 |
|/ / / | |||||
* | | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl | Victor Stinner | 2011-05-24 | 2 | -3/+27 |
* | | | Clean-up example. | Raymond Hettinger | 2011-05-23 | 1 | -31/+41 |
|\ \ \ | | |/ | |/| | |||||
| * | | Clean-up example. | Raymond Hettinger | 2011-05-23 | 1 | -31/+41 |
* | | | Update documentation to mention bytes instead byte string and correct one | Gregory P. Smith | 2011-05-23 | 1 | -3/+4 |
* | | | Refer to the return value on nameindex and friends as a string, not a byte | Gregory P. Smith | 2011-05-23 | 1 | -3/+3 |
* | | | Issue #12105: Add O_CLOEXEC to the os module. | Charles-François Natali | 2011-05-22 | 1 | -0/+1 |
* | | | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 1 | -2/+1 |
| |\ \ | |||||
| | * | | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 1 | -2/+1 |
* | | | | Merge 3.2.1rc1 release changes to default. | Georg Brandl | 2011-05-21 | 2 | -11/+118 |
|\ \ \ \ | |/ / / | |||||
| * | | | Simplify example | Raymond Hettinger | 2011-05-21 | 1 | -4/+0 |
| * | | | Merge release branch after 3.2.1rc1. | Georg Brandl | 2011-05-21 | 2 | -11/+20 |
| |\ \ \ | |||||
| | * | | | Update pydoc topics and handle suspicious markup. | Georg Brandl | 2011-05-15 | 2 | -11/+20 |
* | | | | | Simplify example | Raymond Hettinger | 2011-05-21 | 1 | -4/+0 |
* | | | | | merge 3.2 | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merge 3.1 | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | this should actually be an IOError | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
* | | | | | merge 3.2 | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merge 3.1 | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | add example for not using access | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
* | | | | | #12072: merge with 3.2. | Ezio Melotti | 2011-05-20 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | #12072: merge with 3.1. | Ezio Melotti | 2011-05-20 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | | |||||
| | * | | #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. | Ezio Melotti | 2011-05-20 | 1 | -1/+1 |
* | | | | Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support | Antoine Pitrou | 2011-05-18 | 1 | -3/+14 |
* | | | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname | Gregory P. Smith | 2011-05-15 | 1 | -0/+33 |
* | | | | Merge #6498 fix from 3.2. | Georg Brandl | 2011-05-15 | 1 | -5/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge #6498 fix from 3.1. | Georg Brandl | 2011-05-15 | 1 | -5/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | Closes #6498: fix several misspellings of "SystemExit" as "SystemError". | Georg Brandl | 2011-05-15 | 1 | -5/+6 |
* | | | | Merged rethought pprint example from 3.2. | Łukasz Langa | 2011-05-14 | 1 | -31/+99 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merged rethought pprint usage example from 3.1. | Łukasz Langa | 2011-05-14 | 1 | -31/+99 |
| |\ \ \ | | |/ / | |||||
| | * | | pprint usage example rethought. | Łukasz Langa | 2011-05-14 | 1 | -30/+99 |
* | | | | #11979: merge with 3.2. | Ezio Melotti | 2011-05-14 | 1 | -16/+17 |
|\ \ \ \ | |/ / / | |||||
| * | | | #11979: merge with 3.1. | Ezio Melotti | 2011-05-14 | 1 | -16/+17 |
| |\ \ \ | | |/ / | |||||
| | * | | #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. | Ezio Melotti | 2011-05-14 | 1 | -16/+17 |
* | | | | Further beautification of the example | Raymond Hettinger | 2011-05-13 | 1 | -3/+6 |
|\ \ \ \ | |/ / / |