summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in function nameMark Dickinson2009-04-261-3/+3
|
* Fix typo.Walter Dörwald2009-04-261-1/+1
|
* Backport r71967 changes from py3k to trunk.Mark Dickinson2009-04-262-90/+78
| | | | (Internal plumbing changes for float parsing.)
* Reset errno before both calls to PyOS_ascii_strtod, not just one.Mark Dickinson2009-04-261-2/+2
|
* Note that the caller is resposible for freeing the result of ↵Eric Smith2009-04-261-1/+2
| | | | PyOS_double_to_string.
* Update pydoc topics.Georg Brandl2009-04-261-28/+28
|
* Move pydoc_topics module to its own subdirectory, so that no generated code ↵Georg Brandl2009-04-265-11/+11
| | | | is in Lib/.
* Another file where the versions need to be up to date.Georg Brandl2009-04-261-1/+1
|
* Remove outdated TODO file.Georg Brandl2009-04-261-6/+0
|
* Note that the versions are also in README.txt.Georg Brandl2009-04-261-0/+1
|
* Update versions in instructions for manual set-up.Georg Brandl2009-04-261-3/+9
|
* Mostly formatting nits, and "and-ed together" -> "or-ed together" flags.Georg Brandl2009-04-261-22/+23
|
* Issue #4971: Fix titlecase for characters that are their ownMartin v. Löwis2009-04-263-7/+10
| | | | titlecase, but not their own uppercase.
* Issue #5835, deprecate PyOS_ascii_formatd.Eric Smith2009-04-259-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 Werven2009-04-251-0/+133
|
* Issue #4129: field changed from int to Py_ssize_t.Jeroen Ruigrok van der Werven2009-04-251-0/+4
|
* Issue #4129: more int -> Py_ssize_t documentation.Jeroen Ruigrok van der Werven2009-04-251-0/+12
|
* Issue #4129: more int -> Py_ssize_t documentation.Jeroen Ruigrok van der Werven2009-04-251-0/+16
|
* Issue #4129: int -> Py_ssize_t documentation.Jeroen Ruigrok van der Werven2009-04-251-0/+8
|
* Issue #4129: int -> Py_ssize_t documentation.Jeroen Ruigrok van der Werven2009-04-251-0/+12
|
* Reformat prior to editing.Jeroen Ruigrok van der Werven2009-04-251-12/+13
|
* Issue #4129: int -> Py_ssize_t documentation.Jeroen Ruigrok van der Werven2009-04-251-0/+4
|
* Reformat prior to editing.Jeroen Ruigrok van der Werven2009-04-251-32/+34
|
* Since it's a macro, actually refer to it as such instead of function.Jeroen Ruigrok van der Werven2009-04-251-6/+6
|
* Issue #4129: Add a versionchanged notice for a few forgotten entries.Jeroen Ruigrok van der Werven2009-04-251-0/+12
|
* Reformat, since I've been busy here anyway.Jeroen Ruigrok van der Werven2009-04-251-34/+37
|
* Issue #4129: Documentation notes for int -> Py_ssize_t changes.Jeroen Ruigrok van der Werven2009-04-251-0/+8
|
* Issue #4129: More documentation pointers about int -> Py_ssize_t.Jeroen Ruigrok van der Werven2009-04-251-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 Werven2009-04-251-35/+39
|
* Since I edited this file, reformat for future edits.Jeroen Ruigrok van der Werven2009-04-251-68/+72
|
* Reference to an int type, whereas it's a Py_ssize_t as the synopsis states.Jeroen Ruigrok van der Werven2009-04-251-3/+3
|
* Reformat prior to editing.Jeroen Ruigrok van der Werven2009-04-251-41/+47
|
* Issue #4129: Document more int -> Py_ssize_t changes.Jeroen Ruigrok van der Werven2009-04-251-0/+11
|
* Reformat prior to editing.Jeroen Ruigrok van der Werven2009-04-251-17/+18
|
* Issue #4129: Belatedly document which C API functions had their argument(s) orJeroen Ruigrok van der Werven2009-04-2513-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 Heller2009-04-251-146/+142
|
* #5841: add deprecation py3k warning and notice in the docs for commands module.Georg Brandl2009-04-252-4/+10
|
* #5821: add some capabilities of TarFile's file-like object.Georg Brandl2009-04-251-2/+3
|
* #5834: use "failure" instead of "error" because the two have different ↵Georg Brandl2009-04-251-1/+1
| | | | meanings in unittest context.
* #3320: fix spelling.Georg Brandl2009-04-251-1/+1
|
* Reformat paragraph.Jeroen Ruigrok van der Werven2009-04-251-10/+10
|
* The type for ppos has been Py_ssize_t since 2.5, reflect this in theJeroen Ruigrok van der Werven2009-04-251-1/+1
| | | | documentation.
* Reformat prior to editing.Jeroen Ruigrok van der Werven2009-04-251-50/+55
|
* Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic inWalter Dörwald2009-04-254-25/+41
| | | | | makeunicodedata.py and regenerated the Unicode database (This fixes u'\u1d79'.lower() == '\x00').
* Reformat file prior to editing.Jeroen Ruigrok van der Werven2009-04-251-239/+252
|
* Rewrite a sentence to be more in line with the rest of the documentation withJeroen Ruigrok van der Werven2009-04-251-7/+7
| | | | regard to person and audience.
* #5810: Fixed Distutils test_build_scriptsTarek Ziadé2009-04-252-1/+4
|
* Issue #4239: adjust email examples not to use connect() and terminate withJeroen Ruigrok van der Werven2009-04-254-7/+4
| | | | quit() and not close().
* Issue #4951: Fixed failure in test_httpserversTarek Ziadé2009-04-252-2/+7
|
* Issue #5837: Certain sequences of calls to set() and unset() forWalter Dörwald2009-04-252-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().