summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix markupBenjamin Peterson2009-01-091-5/+4
* specify what -3 warnings are aboutBenjamin Peterson2009-01-091-1/+2
* Merged revisions 68306-68308,68340,68368,68422 via svnmerge fromBenjamin Peterson2009-01-094-8/+15
* fixed #4394 make the storage of the password optional in .pypircTarek Ziadé2009-01-089-75/+172
* Forward port r68394 for issue 4816.Raymond Hettinger2009-01-083-20/+47
* use new sphinx modulesBenjamin Peterson2009-01-082-10/+4
* string exceptions are goneBenjamin Peterson2009-01-081-0/+3
* Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.Martin v. Löwis2009-01-075-12/+20
* Issue #4869: clarify documentation for random.expovariate.Mark Dickinson2009-01-072-6/+10
* Issue #4864: test_msvc9compiler failed on VC6/7.Hirokazu Yamamoto2009-01-071-0/+4
* Use shutil.rmtree rather than os.rmdir.Antoine Pitrou2009-01-061-1/+1
* Issue #1180193: When importing a module from a .pyc (or .pyo) file withAntoine Pitrou2009-01-063-1/+144
* Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declarationMarc-André Lemburg2009-01-051-10/+28
* Make sure to checkout any new packagesNeal Norwitz2009-01-051-1/+1
* Update make.bat.Georg Brandl2009-01-041-7/+2
* use Jinja 2.1.1Benjamin Peterson2009-01-041-3/+3
* Issue #4272: Add an optional argument to the GzipFile constructor to override...Antoine Pitrou2009-01-044-5/+94
* Misc/NEWS entry for r68317Mark Dickinson2009-01-041-0/+2
* More Python 2.3 compatibility fixes for decimal.py.Mark Dickinson2009-01-041-4/+4
* Fix Decimal.from_float to use valid Python 2.3 syntax, as perMark Dickinson2009-01-041-3/+11
* It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer anyMark Dickinson2009-01-042-107/+3
* Use C99 'isfinite' macro in preference to BSD-derived 'finite' function.Mark Dickinson2009-01-041-1/+3
* Fix HAVE_DECL_ISINF/ISNAN test (again).Mark Dickinson2009-01-041-2/+2
* Oops. Need to check not only that HAVE_DECL_ISINF is defined, but alsoMark Dickinson2009-01-041-2/+2
* isinf and isnan are macros, not functions; fix configure scriptMark Dickinson2009-01-045-16/+224
* Add autoconf test to detect x87-style double rounding, as described inMark Dickinson2009-01-043-2/+131
* using clearer syntaxTarek Ziadé2009-01-041-2/+7
* If user configures --without-gcc give preference to $CC instead of blindlySkip Montanaro2009-01-041-1/+1
* Fix two issues found by the suspicious builder.Georg Brandl2009-01-043-3/+3
* Add "suspicious" builder which finds leftover markup in the HTML files.Georg Brandl2009-01-045-12/+430
* Test commit.Georg Brandl2009-01-041-1/+0
* only check the actual compile() call for a SyntaxErrorBenjamin Peterson2009-01-041-5/+5
* fixed #1702551: distutils sdist was not pruning VCS directories under win32Tarek Ziadé2009-01-043-1/+120
* Add temporary code to fix the automatic doc build failure.Georg Brandl2009-01-031-0/+4
* Manually merge r67868 from 2.6 branch.Georg Brandl2009-01-031-7/+5
* Manually merge r68095,68186,68187,68188,68190 from 2.6 branch.Georg Brandl2009-01-035-8/+25
* Grammar fix.Georg Brandl2009-01-031-4/+3
* The _tkinter module functions "createfilehandler", "deletefilehandler",Guilherme Polo2009-01-032-0/+40
* Disable the line length checker by default.Georg Brandl2009-01-032-3/+8
* Remove tabs from the documentation.Georg Brandl2009-01-0320-166/+163
* Remove trailing whitespace.Georg Brandl2009-01-03149-771/+771
* Fix uses of the default role.Georg Brandl2009-01-0311-79/+77
* Recognize usage of the default role.Georg Brandl2009-01-031-2/+10
* Add rstlint, a little tool to find subtle markup problems and inconsistencies...Georg Brandl2009-01-032-1/+220
* Fix role name.Georg Brandl2009-01-031-1/+1
* Make indentation consistent.Georg Brandl2009-01-031-9/+9
* Set eol-style correctly for mp_distributing.py.Georg Brandl2009-01-031-364/+364
* Reapply r68191.Raymond Hettinger2009-01-031-56/+56
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-034-58/+201
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-0317-84/+2