2010-07-31 |
Georg Brandl | Re-commit r83327 now that the release is done. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Antoine Pitrou | Add ssl changes to the 3.2 "what's new". |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Post-release updates. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Tagging release 3.2a1. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | From Martin: New UUIDs for the 3.2 release series. v3.2a1 |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Import test_pdb with its full name, so that running... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | #9430: document timedelta str() and repr(). |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Rewrap. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Martin v. Löwis | Truly uncomment rm lines. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Victor Stinner | Issue #8966: Fix ctypes tests for Windows |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Martin v. Löwis | Delete openssl checkouts. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Martin v. Löwis | Copy asm files into place. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Revert r83327. This will have to wait until after... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Raymond Hettinger | Document how to change OrderedDict update order from... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Raymond Hettinger | Add functools.lfu_cache() and functools.lru_cache(). |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Avoid triggering DeprecationWarnings in test_smtpd... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Copy Sun-specific inclusion of <alloca.h> from 2.7... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Martin v. Löwis | Update OpenSSL version. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | After distutils doc reversal, change back **bold todo... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Tarek Ziadé | reverted distutils doc to its 3.1 state |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | At least give IDLE 3.1 a release date. No further... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Update copyright years and add releases to release... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Florent Xicluna | Fix an oversight in r83294. unquote() should reject... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Bump versions and review NEWS file. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Update pydoc topics and adapt Topics builder to Sphinx... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Make urllib tests pass for now. Will figure out what... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Georg Brandl | Fix pdb test failures on the buildbots. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Raymond Hettinger | Only expose the abstract base classes. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Part of #7245: when KeyboardInterrupt is raised while... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Matthias Klose | - Issue #7567: PyCurses_setupterm: Don't call `setupter... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Martin v. Löwis | Import files from zlib 1.2.5. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Senthil Kumaran | Fix issue9301 - handle unquote({}) kind of case. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Show the traceback line numbers as well as the current... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Test that "source" with nonexisting things works as... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Georg Brandl | Fix source finding if the given frame is a module-level... |
commit | commitdiff | tree | snapshot |
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 |
next |