Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move pydoc_topics module to its own subdirectory, so that no generated code ↵ | Georg Brandl | 2009-04-26 | 2 | -6/+6 |
| | | | | is in Lib/. | ||||
* | Another file where the versions need to be up to date. | Georg Brandl | 2009-04-26 | 1 | -1/+1 |
| | |||||
* | Remove outdated TODO file. | Georg Brandl | 2009-04-26 | 1 | -6/+0 |
| | |||||
* | Note that the versions are also in README.txt. | Georg Brandl | 2009-04-26 | 1 | -0/+1 |
| | |||||
* | Update versions in instructions for manual set-up. | Georg Brandl | 2009-04-26 | 1 | -3/+9 |
| | |||||
* | Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. | Georg Brandl | 2009-04-26 | 1 | -22/+23 |
| | |||||
* | Issue #5835, deprecate PyOS_ascii_formatd. | Eric Smith | 2009-04-25 | 1 | -0/+35 |
| | | | | | | If anyone wants to clean up the documentation, feel free. It's my first documentation foray, and it's not that great. Will port to py3k with a different strategy. | ||||
* | Issue #4129: document int -> Py_ssize_t changes. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+133 |
| | |||||
* | Issue #4129: field changed from int to Py_ssize_t. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+4 |
| | |||||
* | Issue #4129: more int -> Py_ssize_t documentation. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+12 |
| | |||||
* | Issue #4129: more int -> Py_ssize_t documentation. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+16 |
| | |||||
* | Issue #4129: int -> Py_ssize_t documentation. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+8 |
| | |||||
* | Issue #4129: int -> Py_ssize_t documentation. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+12 |
| | |||||
* | Reformat prior to editing. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -12/+13 |
| | |||||
* | Issue #4129: int -> Py_ssize_t documentation. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+4 |
| | |||||
* | Reformat prior to editing. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -32/+34 |
| | |||||
* | Since it's a macro, actually refer to it as such instead of function. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -6/+6 |
| | |||||
* | Issue #4129: Add a versionchanged notice for a few forgotten entries. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+12 |
| | |||||
* | Reformat, since I've been busy here anyway. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -34/+37 |
| | |||||
* | Issue #4129: Documentation notes for int -> Py_ssize_t changes. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+8 |
| | |||||
* | Issue #4129: More documentation pointers about int -> Py_ssize_t. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -1/+9 |
| | | | | | | Also fix up the documentation for PyObject_GC_Resize(). It seems that since it first got documented, the documentation was actually for _PyObject_GC_Resize(). | ||||
* | Reformat prior to editing. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -35/+39 |
| | |||||
* | Since I edited this file, reformat for future edits. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -68/+72 |
| | |||||
* | Reference to an int type, whereas it's a Py_ssize_t as the synopsis states. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -3/+3 |
| | |||||
* | Reformat prior to editing. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -41/+47 |
| | |||||
* | Issue #4129: Document more int -> Py_ssize_t changes. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+11 |
| | |||||
* | Reformat prior to editing. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -17/+18 |
| | |||||
* | Issue #4129: Belatedly document which C API functions had their argument(s) or | Jeroen Ruigrok van der Werven | 2009-04-25 | 13 | -5/+171 |
| | | | | | return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms. | ||||
* | #5841: add deprecation py3k warning and notice in the docs for commands module. | Georg Brandl | 2009-04-25 | 1 | -0/+6 |
| | |||||
* | #5821: add some capabilities of TarFile's file-like object. | Georg Brandl | 2009-04-25 | 1 | -2/+3 |
| | |||||
* | #5834: use "failure" instead of "error" because the two have different ↵ | Georg Brandl | 2009-04-25 | 1 | -1/+1 |
| | | | | meanings in unittest context. | ||||
* | #3320: fix spelling. | Georg Brandl | 2009-04-25 | 1 | -1/+1 |
| | |||||
* | Reformat paragraph. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -10/+10 |
| | |||||
* | The type for ppos has been Py_ssize_t since 2.5, reflect this in the | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -1/+1 |
| | | | | documentation. | ||||
* | Reformat prior to editing. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -50/+55 |
| | |||||
* | Reformat file prior to editing. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -239/+252 |
| | |||||
* | Rewrite a sentence to be more in line with the rest of the documentation with | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -7/+7 |
| | | | | regard to person and audience. | ||||
* | Issue #4239: adjust email examples not to use connect() and terminate with | Jeroen Ruigrok van der Werven | 2009-04-25 | 4 | -7/+4 |
| | | | | quit() and not close(). | ||||
* | First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -1/+18 |
| | |||||
* | Reformat prior to expanding. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -57/+63 |
| | |||||
* | Add link to PEP 236. | Georg Brandl | 2009-04-23 | 1 | -0/+5 |
| | |||||
* | #5813: add a reference to the "future statements" section. | Georg Brandl | 2009-04-23 | 1 | -0/+4 |
| | |||||
* | Fix rewrapping accident. | Georg Brandl | 2009-04-23 | 1 | -3/+3 |
| | |||||
* | #5820: fix bug in usage of getreader(). | Georg Brandl | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Issue #5812: make Fraction('1e-6') valid. Backport of r71806. | Mark Dickinson | 2009-04-22 | 1 | -9/+8 |
| | |||||
* | Issue 5354: Change API for import_fresh_module() to better support ↵ | Nick Coghlan | 2009-04-22 | 1 | -4/+28 |
| | | | | test_warnings use case (also fixes some bugs in the original implementation) | ||||
* | Documentation for issue 5237, auto-numbered format fields. Contributed by ↵ | Eric Smith | 2009-04-22 | 2 | -9/+16 |
| | | | | Terry J. Reedy. | ||||
* | #5751: fix escaping of \\n. | Georg Brandl | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | #5757: fix copy-paste error in notify(). | Georg Brandl | 2009-04-21 | 1 | -5/+5 |
| | |||||
* | Fix typo | Raymond Hettinger | 2009-04-20 | 1 | -1/+1 |
| |