| Commit message (Expand) | Author | Age | Files | Lines |
* | fix markup | Benjamin Peterson | 2009-01-09 | 1 | -5/+4 |
|
|
* | specify what -3 warnings are about | Benjamin Peterson | 2009-01-09 | 1 | -1/+2 |
|
|
* | Merged revisions 68306-68308,68340,68368,68422 via svnmerge from | Benjamin Peterson | 2009-01-09 | 4 | -8/+15 |
|
|
* | fixed #4394 make the storage of the password optional in .pypirc | Tarek Ziadé | 2009-01-08 | 9 | -75/+172 |
|
|
* | Forward port r68394 for issue 4816. | Raymond Hettinger | 2009-01-08 | 3 | -20/+47 |
|
|
* | use new sphinx modules | Benjamin Peterson | 2009-01-08 | 2 | -10/+4 |
|
|
* | string exceptions are gone | Benjamin Peterson | 2009-01-08 | 1 | -0/+3 |
|
|
* | Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. | Martin v. Löwis | 2009-01-07 | 5 | -12/+20 |
|
|
* | Issue #4869: clarify documentation for random.expovariate. | Mark Dickinson | 2009-01-07 | 2 | -6/+10 |
|
|
* | Issue #4864: test_msvc9compiler failed on VC6/7. | Hirokazu Yamamoto | 2009-01-07 | 1 | -0/+4 |
|
|
* | Use shutil.rmtree rather than os.rmdir. | Antoine Pitrou | 2009-01-06 | 1 | -1/+1 |
|
|
* | Issue #1180193: When importing a module from a .pyc (or .pyo) file with | Antoine Pitrou | 2009-01-06 | 3 | -1/+144 |
|
|
* | Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration | Marc-André Lemburg | 2009-01-05 | 1 | -10/+28 |
|
|
* | Make sure to checkout any new packages | Neal Norwitz | 2009-01-05 | 1 | -1/+1 |
|
|
* | Update make.bat. | Georg Brandl | 2009-01-04 | 1 | -7/+2 |
|
|
* | use Jinja 2.1.1 | Benjamin Peterson | 2009-01-04 | 1 | -3/+3 |
|
|
* | Issue #4272: Add an optional argument to the GzipFile constructor to override... | Antoine Pitrou | 2009-01-04 | 4 | -5/+94 |
|
|
* | Misc/NEWS entry for r68317 | Mark Dickinson | 2009-01-04 | 1 | -0/+2 |
|
|
* | More Python 2.3 compatibility fixes for decimal.py. | Mark Dickinson | 2009-01-04 | 1 | -4/+4 |
|
|
* | Fix Decimal.from_float to use valid Python 2.3 syntax, as per | Mark Dickinson | 2009-01-04 | 1 | -3/+11 |
|
|
* | It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any | Mark Dickinson | 2009-01-04 | 2 | -107/+3 |
|
|
* | Use C99 'isfinite' macro in preference to BSD-derived 'finite' function. | Mark Dickinson | 2009-01-04 | 1 | -1/+3 |
|
|
* | Fix HAVE_DECL_ISINF/ISNAN test (again). | Mark Dickinson | 2009-01-04 | 1 | -2/+2 |
|
|
* | Oops. Need to check not only that HAVE_DECL_ISINF is defined, but also | Mark Dickinson | 2009-01-04 | 1 | -2/+2 |
|
|
* | isinf and isnan are macros, not functions; fix configure script | Mark Dickinson | 2009-01-04 | 5 | -16/+224 |
|
|
* | Add autoconf test to detect x87-style double rounding, as described in | Mark Dickinson | 2009-01-04 | 3 | -2/+131 |
|
|
* | using clearer syntax | Tarek Ziadé | 2009-01-04 | 1 | -2/+7 |
|
|
* | If user configures --without-gcc give preference to $CC instead of blindly | Skip Montanaro | 2009-01-04 | 1 | -1/+1 |
|
|
* | Fix two issues found by the suspicious builder. | Georg Brandl | 2009-01-04 | 3 | -3/+3 |
|
|
* | Add "suspicious" builder which finds leftover markup in the HTML files. | Georg Brandl | 2009-01-04 | 5 | -12/+430 |
|
|
* | Test commit. | Georg Brandl | 2009-01-04 | 1 | -1/+0 |
|
|
* | only check the actual compile() call for a SyntaxError | Benjamin Peterson | 2009-01-04 | 1 | -5/+5 |
|
|
* | fixed #1702551: distutils sdist was not pruning VCS directories under win32 | Tarek Ziadé | 2009-01-04 | 3 | -1/+120 |
|
|
* | Add temporary code to fix the automatic doc build failure. | Georg Brandl | 2009-01-03 | 1 | -0/+4 |
|
|
* | Manually merge r67868 from 2.6 branch. | Georg Brandl | 2009-01-03 | 1 | -7/+5 |
|
|
* | Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. | Georg Brandl | 2009-01-03 | 5 | -8/+25 |
|
|
* | Grammar fix. | Georg Brandl | 2009-01-03 | 1 | -4/+3 |
|
|
* | The _tkinter module functions "createfilehandler", "deletefilehandler", | Guilherme Polo | 2009-01-03 | 2 | -0/+40 |
|
|
* | Disable the line length checker by default. | Georg Brandl | 2009-01-03 | 2 | -3/+8 |
|
|
* | Remove tabs from the documentation. | Georg Brandl | 2009-01-03 | 20 | -166/+163 |
|
|
* | 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 |
|
|