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