2010-07-30 |
Martin v. Löwis | Use OpenSSL 1.0.0a on Windows. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Martin v. Löwis | Drop 2.4 support. Add disabled algorithms to Configure... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Add "longlist" and "source" commands, ideas borrowed... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Several enhancements to pdb and its test suite. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | pdb now has its own tests. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Add Breakpoint.bpformat(), which returns the info usual... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | #7964 followup: add test case to ensure issue remains... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Add myself for pdb. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Mark Dickinson | Add note about surprising behaviour from round function. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | #809887: improve pdb feedback for breakpoint-related... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | #3143: enable "collapsible sidebar" feature of new... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | #5294: Fix the behavior of pdb "continue" command when... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | #5727: Restore the ability to use readline when calling... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Remove redundant import. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | #6719: In pdb, do not stop somewhere in the encodings... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Issue #8048: Prevent doctests from failing when sys... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | #1472251: remove addition of "\n" to code given to... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | #8015: fix crash when entering an empty line for breakp... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Document the "jump" command in pdb.__doc__, and add... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Allow giving an explicit line number to "until". |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | #1437051: allow "continue"/"next"/etc. in .pdbrc, also... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | #9230: allow Pdb.checkline() to be called without a... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | #4179: In pdb, allow "list ." as a command to return... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Clarification. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Mark Dickinson | Issue #9422: Fix memory leak when re-initializing... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | #4108: the first default entry (User-agent: *) wins. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Victor Stinner | #8603: Add environb to os.__all__ |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | #6630: allow customizing flags for compiling string... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Victor Stinner | #9397: remove mention of dbm.bsd which does not exist... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | #6522: add a "decorator" directive to explicitly docume... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | #9388: remove ERA_YEAR which is never defined in the... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | #9397: remove mention of dbm.bsd which does not exist... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | Use correct directive and name. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | #9407: document configparser.Error. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | Use Py_CLEAR(). |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | #1090076: explain the behavior of *vars* in get() better. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Mark Dickinson | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | #3874: document HTMLParser.unknown_decl(). |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | Fix #9412: make list of messages an instance attribute... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | #9411: allow selecting an encoding for configparser... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | Fix for r83202: improve the handling of empty lines. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | #6538: fix regex documentation again -- use fictional... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Georg Brandl | Remove Python 1.5 compatibility note. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Victor Stinner | Update test_os.py according to my last changes on _Envi... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Victor Stinner | Issue #9283: Oops, add missing { and } to repr(os.environ) |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Victor Stinner | #9283: Fix repr(os.environ), display unicode keys and... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Georg Brandl | Add missing file. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Florent Xicluna | Syntax cleanup. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Senthil Kumaran | Fix Issue6325 - robotparse to honor urls with query... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Georg Brandl | #1682942: add some ConfigParser features: alternate... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Georg Brandl | #9354: Provide getsockopt() in asyncore file_wrapper... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Victor Stinner | Issue #8991: convertbuffer() rejects discontigious... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Ezio Melotti | Fix failure introduced in r83182. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Victor Stinner | Issue #8966: ctypes: Remove implicit bytes-unicode... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Victor Stinner | Fix ctypes tests to avoid implicit bytes-unicode conversion |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Alexander Belopolsky | Issue #9378: python -m pickle <pickle file> will now... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Ezio Melotti | With skipUnless there is no need to add test classes... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Antoine Pitrou | Issue #9294: remove dead code in Objects/object.c.... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Ezio Melotti | Use proper skips and assert* methods in test_asyncore. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Florent Xicluna | Issue #4770: Restrict binascii module to accept only... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Georg Brandl | Update Sphinx to 1.0.1. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Alexander Belopolsky | Issue #9384: python -m tkinter will now display a simpl... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Gregory P.... | The default size of the re module's compiled regular... |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Georg Brandl | Clarify. |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Alexander Belopolsky | Added versionadded entry for the annotate argument. |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Georg Brandl | Add Reid. |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Georg Brandl | Fix indentation in example. |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Georg Brandl | Fix grammar. |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Andrew M. Kuchling | Reword paragraph |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Andrew M. Kuchling | #7637: fix a grammar error; simplify a sentence |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Georg Brandl | Add Brian Quinlan. |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Georg Brandl | #9381: fix markup. |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Alexander Belopolsky | Make python version of fromtimestamp behave more like C. |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Brian Curtin | Add note about #7113 and add Łukasz Langa to ACKS |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Brian Curtin | Fix #7113. Patch by Łukasz Langa. |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Andrew M. Kuchling | #777884: make .normalize() do nothing for childless... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Andrew M. Kuchling | #7637: clarify description of encoding parameter |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Michael Foord | Issue #4686 - add .args to exceptions in the configpars... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Andrew M. Kuchling | #1495229: update the type names used by the XML DOM... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Alexander Belopolsky | Corrected comments on where settrace and setprofile... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Alexander Belopolsky | Issue #9315: Renamed test_trace to test_sys_settrace and |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Alexander Belopolsky | Issue #9315: Revert r83005 before renaming test_trace to |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Ronald Oussoren | Fix for issue 9367: the test code for os.getgroups |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Martin v. Löwis | Put listdir default argument into declaration. |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Richard Jones | Implementation for issue 4184 |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Victor Stinner | #9032: XML-RPC client: Transport.request() retries... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Victor Stinner | Issue #4629: getopt raises an error if an argument... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Alexander Belopolsky | Use _datetime docstring if _datetime is available. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Alexander Belopolsky | Issue #7989: Added pure python implementation of the... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Brett Cannon | Add Brian Brazil. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Brett Cannon | Mention in the fnmatch docs that meta-characters in... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Brett Cannon | Add queue tests for empty, full, put_nowait, and get_no... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Georg Brandl | Update to 1.0. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Georg Brandl | Fix some markup glitches. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Ezio Melotti | #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Brian Curtin | Tab test_repr_daemon over so it's included in ThreadTests. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Brett Cannon | Add tests for fnmatch.filter and translate. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Brett Cannon | Make fnmatch be more PEP 8 compliant. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Richard Jones | New tests for smtpd module. Has full coverage for SMTPC... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Ronald Oussoren | Ensure that sys.prefix can reliably be found |
commit | commitdiff | tree | snapshot |
next |