| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 149 | -771/+771 |
|
|
* | Fix uses of the default role. | Georg Brandl | 2009-01-03 | 11 | -79/+77 |
|
|
* | Recognize usage of the default role. | Georg Brandl | 2009-01-03 | 1 | -2/+10 |
|
|
* | Add rstlint, a little tool to find subtle markup problems and inconsistencies... | Georg Brandl | 2009-01-03 | 2 | -1/+220 |
|
|
* | Fix role name. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Make indentation consistent. | Georg Brandl | 2009-01-03 | 1 | -9/+9 |
|
|
* | Set eol-style correctly for mp_distributing.py. | Georg Brandl | 2009-01-03 | 1 | -364/+364 |
|
|
* | Reapply r68191. | Raymond Hettinger | 2009-01-03 | 1 | -56/+56 |
|
|
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 4 | -58/+201 |
|
|
* | Issue #4817: Remove unused function PyOS_GetLastModificationTime. | Martin v. Löwis | 2009-01-03 | 17 | -84/+2 |
|
|
* | Merged revisions 67900-67901,67919,67928,67984,67991-67993,68106-68108,68110 ... | Benjamin Peterson | 2009-01-03 | 9 | -58/+198 |
|
|
* | Fix indentation. | Georg Brandl | 2009-01-03 | 1 | -6/+6 |
|
|
* | Remove useless string literal. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Issue #4812: further renaming of internal Decimal constants, for clarity. | Mark Dickinson | 2009-01-03 | 1 | -56/+56 |
|
|
* | Issue #4812: add missing underscore prefix to some internal-use-only | Mark Dickinson | 2009-01-02 | 2 | -63/+66 |
|
|
* | Issue #4615. Document how to use itertools for de-duping. | Raymond Hettinger | 2009-01-02 | 2 | -0/+60 |
|
|
* | Add various items | Andrew M. Kuchling | 2009-01-02 | 1 | -2/+27 |
|
|
* | fix compilation on non-Windows platforms | Benjamin Peterson | 2009-01-02 | 1 | -0/+2 |
|
|
* | Issue #4051: Prevent conflict of UNICODE macros in cPickle. | Martin v. Löwis | 2009-01-02 | 2 | -0/+10 |
|
|
* | Issue #4075: Use OutputDebugStringW in Py_FatalError. | Martin v. Löwis | 2009-01-02 | 2 | -3/+19 |
|
|
* | #4811: fix markup glitches (mostly remains of the conversion), | Georg Brandl | 2009-01-02 | 19 | -39/+42 |
|
|
* | Minor documentation changes relating to NullHandler, the module used for hand... | Vinay Sajip | 2009-01-02 | 1 | -19/+38 |
|
|
* | document PyMemberDef | Benjamin Peterson | 2009-01-02 | 1 | -0/+63 |
|
|
* | Fix for issues #841800 and #900506 | Ronald Oussoren | 2009-01-02 | 2 | -15/+32 |
|
|
* | Fix for issue 4472 is incompatible with Cygwin, this patch | Ronald Oussoren | 2009-01-02 | 1 | -2/+2 |
|
|
* | Fix for issue 1149804 | Ronald Oussoren | 2009-01-02 | 2 | -1/+11 |
|
|
* | Fix for issue r1737832 | Ronald Oussoren | 2009-01-02 | 2 | -5/+11 |
|
|
* | Fix for issue 1627952 | Ronald Oussoren | 2009-01-02 | 2 | -1/+3 |
|
|
* | Fix for issue 900949 | Ronald Oussoren | 2009-01-02 | 2 | -11/+12 |
|
|
* | Fix for issue1594 | Ronald Oussoren | 2009-01-02 | 3 | -0/+67 |
|
|
* | Fix for issue3559: No preferences menu in IDLE on OSX | Ronald Oussoren | 2009-01-02 | 3 | -2/+9 |
|
|
* | Fix for issue 3433 | Ronald Oussoren | 2009-01-02 | 2 | -4/+4 |
|
|
* | Fix for issue4780 | Ronald Oussoren | 2009-01-02 | 1 | -1/+1 |
|
|
* | Forgot to add a NEWS item in my previous checkin | Ronald Oussoren | 2009-01-02 | 1 | -0/+2 |
|
|
* | Fix for issue4472: "configure --enable-shared doesn't work on OSX" | Ronald Oussoren | 2009-01-02 | 3 | -8/+26 |
|
|
* | #4801 _collections module fails to build on cygwin. | Amaury Forgeot d'Arc | 2009-01-02 | 1 | -2/+2 |
|
|
* | welcome to 2009, Python! | Benjamin Peterson | 2009-01-01 | 4 | -12/+11 |
|
|
* | fix highlighting | Benjamin Peterson | 2009-01-01 | 1 | -4/+4 |
|
|
* | Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open | Hirokazu Yamamoto | 2009-01-01 | 2 | -3/+7 |
|
|
* | fill in actual issue number in tests | Antoine Pitrou | 2009-01-01 | 3 | -3/+3 |
|
|
* | Issue #3680: Reference cycles created through a dict, set or deque iterator d... | Antoine Pitrou | 2009-01-01 | 7 | -23/+96 |
|
|
* | #4767: Use correct submodules for all MIME classes. | Georg Brandl | 2009-01-01 | 1 | -0/+15 |
|
|
* | Handlers are in the `logging.handlers` module. | Georg Brandl | 2009-01-01 | 1 | -0/+4 |
|
|
* | #4776: add data_files and package_dir arguments. | Georg Brandl | 2009-01-01 | 1 | -2/+9 |
|
|
* | #4782: Fix markup error that hid load() and loads(). | Georg Brandl | 2009-01-01 | 1 | -2/+2 |
|
|
* | #4784: ... on three counts ... | Georg Brandl | 2009-01-01 | 1 | -1/+1 |
|
|
* | Point to types module in new module deprecation notice. | Georg Brandl | 2009-01-01 | 1 | -2/+2 |
|
|
* | #4228: Pack negative values the same way as 2.4 | Georg Brandl | 2009-01-01 | 3 | -6/+15 |
|
|
* | #4222: document dis.findlabels() and dis.findlinestarts() and | Georg Brandl | 2009-01-01 | 2 | -3/+17 |
|
|
* | #4185: clarify escape behavior of replacement strings. | Georg Brandl | 2009-01-01 | 1 | -2/+4 |
|
|