Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in function name | Mark Dickinson | 2009-04-26 | 1 | -3/+3 |
| | |||||
* | Fix typo. | Walter Dörwald | 2009-04-26 | 1 | -1/+1 |
| | |||||
* | Backport r71967 changes from py3k to trunk. | Mark Dickinson | 2009-04-26 | 2 | -90/+78 |
| | | | | (Internal plumbing changes for float parsing.) | ||||
* | Reset errno before both calls to PyOS_ascii_strtod, not just one. | Mark Dickinson | 2009-04-26 | 1 | -2/+2 |
| | |||||
* | Note that the caller is resposible for freeing the result of ↵ | Eric Smith | 2009-04-26 | 1 | -1/+2 |
| | | | | PyOS_double_to_string. | ||||
* | Update pydoc topics. | Georg Brandl | 2009-04-26 | 1 | -28/+28 |
| | |||||
* | Move pydoc_topics module to its own subdirectory, so that no generated code ↵ | Georg Brandl | 2009-04-26 | 5 | -11/+11 |
| | | | | 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 #4971: Fix titlecase for characters that are their own | Martin v. Löwis | 2009-04-26 | 3 | -7/+10 |
| | | | | titlecase, but not their own uppercase. | ||||
* | Issue #5835, deprecate PyOS_ascii_formatd. | Eric Smith | 2009-04-25 | 9 | -66/+232 |
| | | | | | | 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. | ||||
* | Issue #5078: Avoid redundant call to FormatError() | Thomas Heller | 2009-04-25 | 1 | -146/+142 |
| | |||||
* | #5841: add deprecation py3k warning and notice in the docs for commands module. | Georg Brandl | 2009-04-25 | 2 | -4/+10 |
| | |||||
* | #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 |
| | |||||
* | Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in | Walter Dörwald | 2009-04-25 | 4 | -25/+41 |
| | | | | | makeunicodedata.py and regenerated the Unicode database (This fixes u'\u1d79'.lower() == '\x00'). | ||||
* | 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. | ||||
* | #5810: Fixed Distutils test_build_scripts | Tarek Ziadé | 2009-04-25 | 2 | -1/+4 |
| | |||||
* | 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(). | ||||
* | Issue #4951: Fixed failure in test_httpservers | Tarek Ziadé | 2009-04-25 | 2 | -2/+7 |
| | |||||
* | Issue #5837: Certain sequences of calls to set() and unset() for | Walter Dörwald | 2009-04-25 | 2 | -15/+21 |
| | | | | | | | | support.EnvironmentVarGuard objects restored the environment variables incorrectly on __exit__. Fix this by recording the initial value of each environment variable on the first access in set() or unset(). |