2009-01-08 |
Tarek Ziadé | fixed #4394 make the storage of the password optional... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Raymond Hettinger | Forward port r68394 for issue 4816. |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Benjamin Peterson | use new sphinx modules |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Benjamin Peterson | string exceptions are gone |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Martin v. Löwis | Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Mark Dickinson | Issue #4869: clarify documentation for random.expovariate. |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Hirokazu Yamamoto | Issue #4864: test_msvc9compiler failed on VC6/7. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Antoine Pitrou | Use shutil.rmtree rather than os.rmdir. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Antoine Pitrou | Issue #1180193: When importing a module from a .pyc... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Marc-André... | Fix #4846 (Py_UNICODE_ISSPACE causes linker error)... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Neal Norwitz | Make sure to checkout any new packages |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Georg Brandl | Update make.bat. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Benjamin Peterson | use Jinja 2.1.1 |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Antoine Pitrou | Issue #4272: Add an optional argument to the GzipFile... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | Misc/NEWS entry for r68317 |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | More Python 2.3 compatibility fixes for decimal.py. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | Fix Decimal.from_float to use valid Python 2.3 syntax... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | It's wrong to use AC_REPLACE_FUNCS for hypot, since... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | Use C99 'isfinite' macro in preference to BSD-derived... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | Fix HAVE_DECL_ISINF/ISNAN test (again). |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | Oops. Need to check not only that HAVE_DECL_ISINF... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | isinf and isnan are macros, not functions; fix configur... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | Add autoconf test to detect x87-style double rounding... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Tarek Ziadé | using clearer syntax |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Skip Montanaro | If user configures --without-gcc give preference to... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Georg Brandl | Fix two issues found by the suspicious builder. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Georg Brandl | Add "suspicious" builder which finds leftover markup... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Georg Brandl | Test commit. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Benjamin Peterson | only check the actual compile() call for a SyntaxError |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Tarek Ziadé | fixed #1702551: distutils sdist was not pruning VCS... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Add temporary code to fix the automatic doc build failure. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Manually merge r67868 from 2.6 branch. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Manually merge r68095,68186,68187,68188,68190 from... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Grammar fix. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Guilherme Polo | The _tkinter module functions "createfilehandler",... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Disable the line length checker by default. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Remove tabs from the documentation. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Fix uses of the default role. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Recognize usage of the default role. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Add rstlint, a little tool to find subtle markup proble... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Fix role name. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Make indentation consistent. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Set eol-style correctly for mp_distributing.py. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Raymond Hettinger | Reapply r68191. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Raymond Hettinger | Issue 4796: Add from_float methods to the decimal module. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Martin v. Löwis | Issue #4817: Remove unused function PyOS_GetLastModific... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Benjamin Peterson | Merged revisions 67900-67901,67919,67928,67984,67991... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Remove useless string literal. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Mark Dickinson | Issue #4812: further renaming of internal Decimal... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Mark Dickinson | Issue #4812: add missing underscore prefix to some... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Raymond Hettinger | Issue #4615. Document how to use itertools for de... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Benjamin Peterson | fix compilation on non-Windows platforms |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Martin v. Löwis | Issue #4051: Prevent conflict of UNICODE macros in... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Martin v. Löwis | Issue #4075: Use OutputDebugStringW in Py_FatalError. |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Georg Brandl | #4811: fix markup glitches (mostly remains of the conve... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Vinay Sajip | Minor documentation changes relating to NullHandler... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Benjamin Peterson | document PyMemberDef |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Fix for issues #841800 and #900506 |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Fix for issue 4472 is incompatible with Cygwin, this... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Fix for issue 1149804 |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Fix for issue r1737832 |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Fix for issue 1627952 |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Fix for issue 900949 |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Fix for issue1594 |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Fix for issue3559: No preferences menu in IDLE on OSX |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Fix for issue 3433 |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Fix for issue4780 |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Forgot to add a NEWS item in my previous checkin |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Ronald Oussoren | Fix for issue4472: "configure --enable-shared doesn... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Amaury Forgeot... | #4801 _collections module fails to build on cygwin. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Benjamin Peterson | welcome to 2009, Python! |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Benjamin Peterson | fix highlighting |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Hirokazu Yamamoto | Issue #4797: IOError.filename was not set when _fileio... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Antoine Pitrou | fill in actual issue number in tests |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Antoine Pitrou | Issue #3680: Reference cycles created through a dict... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Georg Brandl | #4767: Use correct submodules for all MIME classes. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Georg Brandl | Handlers are in the `logging.handlers` module. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Georg Brandl | #4776: add data_files and package_dir arguments. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Georg Brandl | #4782: Fix markup error that hid load() and loads(). |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Georg Brandl | #4784: ... on three counts ... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Georg Brandl | Point to types module in new module deprecation notice. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Georg Brandl | #4228: Pack negative values the same way as 2.4 |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Georg Brandl | #4222: document dis.findlabels() and dis.findlinestarts... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Georg Brandl | #4185: clarify escape behavior of replacement strings. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Georg Brandl | #4156: make clear that "protocol" is to be replaced... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Georg Brandl | #4100: note that element children are not necessarily... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Benjamin Peterson | simplfy code |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Benjamin Peterson | #4795 inspect.isgeneratorfunction() should return False... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Hirokazu Yamamoto | Just inserted blank line. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Hirokazu Yamamoto | Fixed compile error on windows. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Benjamin Peterson | fix name collision issues |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Benjamin Peterson | #4788 qualify some bare except clauses |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Tarek Ziadé | Fixed #4702: Throwing DistutilsPlatformError instead... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Georg Brandl | #4778: attributes can't be called. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vinay Sajip | Minor documentation change relating to NullHandler. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Nick Coghlan | Issue #4701: implicitly call PyType_Ready from PyObject... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Tarek Ziadé | fixed #4646 : distutils was choking on empty options... |
commit | commitdiff | tree | snapshot |
next |