2009-01-13 |
Raymond Hettinger | Add table of idioms/patterns for using Counter objects. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Georg Brandl | Fix call signature and markup. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Raymond Hettinger | Speed-up __repr__. Eliminate duplicate tests. Use... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Raymond Hettinger | Fixup and simplify docstrings and doctests. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Raymond Hettinger | Minor documentation tweaks and simpler update() example. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Benjamin Peterson | small logic correction |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Raymond Hettinger | Simplify Counter() API. Replace items keyword argument |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Amaury Forgeot... | #3720: Interpreter crashes when an evil iterator remove... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Raymond Hettinger | Issue 1696199: Add collections.Counter(). |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vinay Sajip | Minor changes/corrections in markup. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Kristján Valur... | Add tests for invalid format specifiers in strftime... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Raymond Hettinger | Optimize heapq.nsmallest/nlargest for cases where n... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Kristján Valur... | Misc/NEWS for issue 4293 |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Kristján Valur... | Update Misc/NEWS for issue 3582 |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Martin v. Löwis | Issue #4893: Use NT threading on CE. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Martin v. Löwis | Issue #4915: Port sysmodule to Windows CE. |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Benjamin Peterson | add email addresses |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Gregory P.... | Update the documentation for binascii and zlib crc32... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Gregory P.... | correct email address |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Kristján Valur... | Issue 4879: Allow buffering for HTTPResponse |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Martin v. Löwis | Issue #4895: Use _strdup on Windows CE. |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Martin v. Löwis | Issue #4279: Fix build of parsermodule under Cygwin. |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Hirokazu Yamamoto | Fixed version number in build_ssl.bat. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | macos 9 isn't supported |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | move seealso to a more appropiate place |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | make tests fail if they can't be imported |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Vinay Sajip | Corrected minor typo and added .currentmodule directive... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Mark Dickinson | Remove an unnecessary check from test_decimal. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | fix encoding |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Antoine Pitrou | Add ACKS entries for some of the patches I've been... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901 |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | rewrite verbose conditionals |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Matthias Klose | - Issue #4861: ctypes.util.find_library(): Robustify... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Antoine Pitrou | Add NEWS entry for r68484. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Antoine Pitrou | Issue #3860: GzipFile and BZ2File now support the conte... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Vinay Sajip | Corrected an incorrect self-reference. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Vinay Sajip | Minor documentation changes cross-referencing NullHandl... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Kristján Valur... | Issue 4906: Preserve windows error state across PyThre... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Hirokazu Yamamoto | Added helper script to build Tcl/Tk. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Hirokazu Yamamoto | Link to debug version of Tcl/Tk when python is built... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Hirokazu Yamamoto | Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Antoine Pitrou | Issue #4074: Change the criteria for doing a full garba... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Kristján Valur... | Issue 4293: Make Py_AddPendingCall() thread safe |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Kristján Valur... | Issue 4293: Make Py_AddPendingCall() thread safe |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Kristján Valur... | Issue 4336: Let users of HTTPConnection.endheaders... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Kristján Valur... | Issue 4336: HTTPRequest._send_output() now deals with... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Kristján Valur... | Issue 3677: Fix import from UNC paths on Windows. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Kristján Valur... | Issue 3582. Improved thread support and TLS for Windows |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Jeffrey Yasskin | Fix issue 4884, preventing a crash in the socket code... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Hirokazu Yamamoto | Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25) |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Hirokazu Yamamoto | Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | remove temporary code now |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | be more specific in -3 option help |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | add -3 to manpage |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | fix spelling |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | fix markup |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | specify what -3 warnings are about |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | Merged revisions 68306-68308,68340,68368,68422 via... |
commit | commitdiff | tree | snapshot |
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 |
next |