Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Packaging doc: Add missing index file, improve main page description. | Éric Araujo | 2011-06-02 | 4 | -14/+71 |
| | | | | Also promote notices from distutils doc to deprecation boxes. | ||||
* | Kill trailing whitespace | Éric Araujo | 2011-06-01 | 4 | -30/+30 |
| | |||||
* | Add documentation for the packaging module. | Éric Araujo | 2011-06-01 | 42 | -3/+7388 |
| | | | | | This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update. | ||||
* | Issue #12196: Add a note on os.pipe2() in the "Whats' new in Python 3.3" | Charles-François Natali | 2011-06-01 | 1 | -0/+5 |
| | | | | document. | ||||
* | Merge 3.2 | Éric Araujo | 2011-06-01 | 1 | -3/+3 |
|\ | |||||
| * | Branch merge | Éric Araujo | 2011-06-01 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix markup: arguments in a class directive are __init__ arguments, not base ↵ | Éric Araujo | 2011-05-31 | 1 | -3/+3 |
| | | | | | | | | | | | | classes | ||||
* | | | merge 3.2 | Benjamin Peterson | 2011-06-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | demote this to a note | Benjamin Peterson | 2011-06-01 | 1 | -1/+1 |
| |/ | |||||
* | | Close #12028: Make threading._get_ident() public, rename it to | Victor Stinner | 2011-05-30 | 2 | -8/+18 |
| | | | | | | | | | | threading.get_ident() and document it. This function was used by _thread.get_ident(). | ||||
* | | Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls | Victor Stinner | 2011-05-30 | 1 | -1/+2 |
| | | | | | | | | encreset() instead of decreset(). | ||||
* | | Issue #12196: Add pipe2() to the os module. | Charles-François Natali | 2011-05-29 | 1 | -0/+13 |
| | | |||||
* | | Merge 3.2 | Éric Araujo | 2011-05-29 | 2 | -3/+4 |
|\ \ | |/ | |||||
| * | Merge 3.1 | Éric Araujo | 2011-05-29 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix typo in 0311f62714f7 | Éric Araujo | 2011-05-29 | 1 | -1/+1 |
| | | | |||||
| | * | Don’t misuse “package data” in pprint example | Éric Araujo | 2011-05-29 | 1 | -3/+3 |
| | | | |||||
| * | | Branch merge | Éric Araujo | 2011-05-29 | 4 | -81/+86 |
| |\ \ | |||||
* | \ \ | Branch merge | Éric Araujo | 2011-05-29 | 5 | -100/+98 |
|\ \ \ \ | |||||
| * | | | | Put version* directives at the right scope | Éric Araujo | 2011-05-29 | 1 | -14/+6 |
| | | | | | |||||
| * | | | | Improve example for crypt module. No string exceptions.. | Éric Araujo | 2011-05-29 | 1 | -5/+7 |
| | | | | | |||||
| * | | | | Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2 | Éric Araujo | 2011-05-28 | 4 | -81/+85 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 | Éric Araujo | 2011-05-28 | 4 | -81/+85 |
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | |||||
| | | * | Re-add missing doc stub for the distutils check command | Éric Araujo | 2011-05-28 | 1 | -0/+14 |
| | | | | |||||
| | | * | Minor touch-ups in distutils.cmd.Command doc | Éric Araujo | 2011-05-28 | 1 | -2/+2 |
| | | | | |||||
| | | * | Minor doc addition for clarity | Éric Araujo | 2011-05-27 | 1 | -1/+1 |
| | | | | |||||
| | | * | Add missing closing paren | Éric Araujo | 2011-05-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Use bytes in myreceive. | Martin v. Löwis | 2011-05-29 | 1 | -2/+2 |
| | | | | |||||
* | | | | Explain that INET is IPv4 and STREAM is TCP. | Martin v. Löwis | 2011-05-29 | 1 | -2/+2 |
|/ / / | |||||
* | | | Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin | Victor Stinner | 2011-05-27 | 1 | -25/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | open() function instead of using StreamReaderWriter. Deprecate StreamReader, StreamWriter, StreamReaderWriter, StreamRecoder and EncodedFile() of the codec module. Use the builtin open() function or io.TextIOWrapper instead." "It has not been approved !" wrote Marc-Andre Lemburg. | ||||
* | | | 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 |
|/ / / | | | | | | | | | | | | | | | | StreamReaderWriter. Deprecate StreamReader, StreamWriter, StreamReaderWriter, StreamRecoder and EncodedFile() of the codec module. Use the builtin open() function or io.TextIOWrapper instead. | ||||
* | | | 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 ↵ | Senthil Kumaran | 2011-05-25 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fails to reap all zombies in one pass. A new method called service_action is made available in BaseServer, called by serve_forever loop. This useful in cases where Mixins can use it for cleanup action. ForkingMixin class uses service_action to collect the zombie child processes. Initial Patch by Justin Wark. | ||||
* | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | ssl.RAND_pseudo_bytes(). Add also links to RAND_status and RAND_add. | ||||
* | | | | | Issue #10818: Remove deprecated pydoc.serve() function | Victor Stinner | 2011-05-24 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | The pydoc module has a new enhanced web server. | ||||
* | | | | | Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been | Victor Stinner | 2011-05-24 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | deprecated in Python 3.2). | ||||
* | | | | | Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation | Victor Stinner | 2011-05-24 | 2 | -0/+16 |
|/ / / / | | | | | | | | | | | | | Add also a security warning in the module random pointing to ssl.RAND_bytes(). | ||||
* | | | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl | Victor Stinner | 2011-05-24 | 2 | -3/+27 |
| | | | | | | | | | | | | | | | | module. | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | mentioned string to the accurate description of what type is required. | ||||
* | | | | Refer to the return value on nameindex and friends as a string, not a byte | Gregory P. Smith | 2011-05-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | string. The code was fixed to return strings instead of bytes and to accept either. | ||||
* | | | | 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 |
|\ \ \ \ | |/ / / | | | | | | | | | merge 3.2 -> default |