summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #1734234: Massively speedup `unicodedata.normalize()` when theAntoine Pitrou2009-04-275-1746/+2056
* Add example to the seealso section.Raymond Hettinger2009-04-271-2/+9
* Update spec version number.Raymond Hettinger2009-04-271-1/+1
* Issue #5853: calling a function of the mimetypes module from several threadsAntoine Pitrou2009-04-272-15/+17
* Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....Eric Smith2009-04-2715-303/+338
* Make sys.xxx variable references into links, note that print_last onlyR. David Murray2009-04-271-28/+22
* #5840: dont claim we dont support TLS.Georg Brandl2009-04-271-4/+3
* #5848: small unittest doc patch.Georg Brandl2009-04-271-3/+20
* Demote warnings to notices, part 2: stuff that is 2.x-only.Georg Brandl2009-04-2720-65/+49
* Demote warnings to notices where appropriate, following the goal that as few ...Georg Brandl2009-04-2721-41/+40
* Remove ".. warning::" markup that doesnt contain warnings for users, rather t...Georg Brandl2009-04-272-19/+8
* #5856: fix typo s in traceback example.Georg Brandl2009-04-271-5/+4
* Issue #5854: Updated __all__ to include some missing names and remove some na...Vinay Sajip2009-04-272-6/+12
* Right click 'go to file/line' not working if spacesKurt B. Kaiser2009-04-262-25/+13
* Use test.test_support.EnvironmentVarGuard where tests change environment vars.Walter Dörwald2009-04-266-56/+36
* 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
* 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 PyOS_double_to_s...Eric Smith2009-04-261-1/+2
* Update pydoc topics.Georg Brandl2009-04-261-28/+28
* Move pydoc_topics module to its own subdirectory, so that no generated code i...Georg Brandl2009-04-265-11/+11
* 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
* Issue #5835, deprecate PyOS_ascii_formatd.Eric Smith2009-04-259-66/+232
* 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
* 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