Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from 3.2 | Antoine Pitrou | 2011-12-03 | 1 | -77/+55 |
|\ | |||||
| * | Streamline mention of sorted() | Antoine Pitrou | 2011-12-03 | 1 | -4/+4 |
| | | |||||
| * | Break down and refine memory management question | Antoine Pitrou | 2011-12-03 | 1 | -41/+34 |
| | | |||||
| * | Reformulate answer, and remove off-topic discussion of bytecode in a ↵ | Antoine Pitrou | 2011-12-03 | 1 | -32/+17 |
| | | | | | | | | question about compiling to C. | ||||
* | | Merge from 3.2 | Antoine Pitrou | 2011-12-03 | 2 | -48/+17 |
|\ \ | |/ | |||||
| * | Fix compatibility statement. | Antoine Pitrou | 2011-12-03 | 1 | -1/+1 |
| | | |||||
| * | Remove outdated question (the bsddb module isn't included anymore) | Antoine Pitrou | 2011-12-03 | 1 | -35/+0 |
| | | |||||
| * | Refine FAQ entry for catching stdout | Antoine Pitrou | 2011-12-03 | 1 | -6/+15 |
| | | |||||
| * | Advocate PyTuple_Pack instead of manual building of tuples | Antoine Pitrou | 2011-12-03 | 1 | -6/+1 |
| | | |||||
* | | Remove outdated FAQ content | Antoine Pitrou | 2011-12-03 | 1 | -32/+8 |
|\ \ | |/ | |||||
| * | Remove outdate FAQ content | Antoine Pitrou | 2011-12-03 | 1 | -32/+8 |
| | | |||||
* | | Streamline FAQ entry about the ternary operator, and suggest using ↵ | Antoine Pitrou | 2011-12-03 | 1 | -54/+20 |
|\ \ | |/ | | | | | io.StringIO for a mutable unicode container. | ||||
| * | Streamline FAQ entry about the ternary operator, and suggest using ↵ | Antoine Pitrou | 2011-12-03 | 1 | -54/+20 |
| | | | | | | | | io.StringIO for a mutable unicode container. | ||||
* | | Remove references to psyco, which is mostly unmaintained and doesn't work ↵ | Antoine Pitrou | 2011-12-03 | 2 | -18/+4 |
|\ \ | |/ | | | | | with Python 3. | ||||
| * | Remove references to psyco, which is mostly unmaintained and doesn't work ↵ | Antoine Pitrou | 2011-12-03 | 2 | -18/+4 |
| | | | | | | | | with Python 3. | ||||
* | | Merge doc fixes from 3.2 | Antoine Pitrou | 2011-12-03 | 2 | -7/+22 |
|\ \ | |/ | |||||
| * | Mention PySide in the "other GUIs" page. | Antoine Pitrou | 2011-12-03 | 1 | -0/+5 |
| | | |||||
| * | Mention the new GTK+ 3 bindings. | Antoine Pitrou | 2011-12-03 | 2 | -7/+17 |
| | | |||||
* | | Issue #13513: IOBase docs incorrectly link to the readline module | Meador Inge | 2011-12-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #13513: IOBase docs incorrectly link to the readline module | Meador Inge | 2011-12-03 | 1 | -1/+1 |
| | | |||||
* | | Fix glitches in email.policy docs (#12208) | Éric Araujo | 2011-12-03 | 1 | -2/+4 |
| | | |||||
* | | Merge fix for Issue #12666 from 3.2 | Jason R. Coombs | 2011-12-03 | 2 | -1/+21 |
|\ \ | |/ | |||||
| * | Issue #12666: Added section about map changes. | Jason R. Coombs | 2011-12-03 | 1 | -0/+12 |
| | | |||||
| * | Issue #12666: Clarifying changes in map for Python 3 | Jason R. Coombs | 2011-08-01 | 1 | -1/+9 |
| | | |||||
* | | #13494: merge with 3.2. | Ezio Melotti | 2011-12-02 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | #13494: s/cast/convert/. Also add a link. | Ezio Melotti | 2011-12-02 | 1 | -3/+3 |
| | | |||||
* | | #13499: merge with 3.2. | Ezio Melotti | 2011-12-02 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | #13499: fix example adding >>> before the comments. | Ezio Melotti | 2011-12-02 | 1 | -8/+8 |
| | | |||||
* | | c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc | Victor Stinner | 2011-12-01 | 1 | -1/+1 |
| | | |||||
* | | Issue #1040439: better document how to compile and link an embedded Python ↵ | Antoine Pitrou | 2011-11-30 | 1 | -31/+47 |
|\ \ | |/ | | | | | | | | | interpreter. Still lacks docs for Windows (anyone?). | ||||
| * | Issue #1040439: better document how to compile and link an embedded Python ↵ | Antoine Pitrou | 2011-11-30 | 1 | -31/+47 |
| | | | | | | | | | | | | interpreter. Still lacks docs for Windows (anyone?). | ||||
* | | Issue #6715: Add module for compression using the LZMA algorithm. | Nadeem Vawda | 2011-11-29 | 6 | -6/+352 |
| | | |||||
* | | Mention hashable memoryviews, and reformat. | Antoine Pitrou | 2011-11-29 | 1 | -13/+13 |
| | | |||||
* | | Add subheaders to make PEP 393 description clearer | Antoine Pitrou | 2011-11-29 | 1 | -22/+28 |
| | | |||||
* | | Merge 3.2 | Éric Araujo | 2011-11-29 | 2 | -9/+9 |
|\ \ | |/ | |||||
| * | Mark up constants in sockets docs as such | Éric Araujo | 2011-11-29 | 1 | -8/+8 |
| | | |||||
| * | Fix typo (#13467) | Éric Araujo | 2011-11-29 | 1 | -1/+1 |
| | | |||||
* | | Issue #12567: The curses module uses Unicode functions for Unicode arguments | Victor Stinner | 2011-11-25 | 2 | -1/+16 |
| | | | | | | | | | | when it is linked to the ncurses library. It encodes also Unicode strings to the locale encoding instead of UTF-8. | ||||
* | | Typo | Antoine Pitrou | 2011-11-25 | 1 | -1/+1 |
| | | |||||
* | | Update What's new for PEP 3155 | Antoine Pitrou | 2011-11-25 | 1 | -0/+59 |
| | | |||||
* | | PEP 3155 / issue #13448: Qualified name for classes and functions. | Antoine Pitrou | 2011-11-25 | 5 | -0/+45 |
| | | |||||
* | | Clarify concatenation behaviour of immutable strings, and remove explicit | Antoine Pitrou | 2011-11-25 | 2 | -9/+38 |
|\ \ | |/ | | | | | mention of the CPython optimization hack. | ||||
| * | Clarify concatenation behaviour of immutable strings, and remove explicit | Antoine Pitrou | 2011-11-25 | 2 | -9/+38 |
| | | | | | | | | mention of the CPython optimization hack. | ||||
* | | fix some typos in Doc/c-api/memoryview.rst | Eli Bendersky | 2011-11-25 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | fix some typos in Doc/c-api/memoryview.rst | Eli Bendersky | 2011-11-25 | 1 | -2/+2 |
| | | |||||
* | | Add a "What's New" entry for #12170 | Petri Lehtinen | 2011-11-24 | 1 | -0/+7 |
| | | |||||
* | | Merged documentation addition from 3.2. | Vinay Sajip | 2011-11-23 | 1 | -0/+64 |
|\ \ | |/ | |||||
| * | Added a configuration dictionary example to the logging cookbook. | Vinay Sajip | 2011-11-23 | 1 | -0/+64 |
| | | |||||
* | | Closes #13459: Merged fix from 3.2. | Vinay Sajip | 2011-11-23 | 1 | -3/+9 |
|\ \ | |/ | |||||
| * | Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike ↵ | Vinay Sajip | 2011-11-23 | 1 | -3/+9 |
| | | | | | | | | Fogel for the patch. |