]> granicus.if.org Git - python/shortlog
python
2010-07-31 Georg Brandl#9440: Remove borderline test case that fails based...
2010-07-31 Georg BrandlMove news item to the correct position.
2010-07-31 Georg BrandlRe-commit r83327 now that the release is done.
2010-07-31 Antoine PitrouAdd ssl changes to the 3.2 "what's new".
2010-07-31 Georg BrandlPost-release updates.
2010-07-31 Georg BrandlTagging release 3.2a1.
2010-07-31 Georg BrandlFrom Martin: New UUIDs for the 3.2 release series. v3.2a1
2010-07-31 Georg BrandlImport test_pdb with its full name, so that running...
2010-07-31 Georg Brandl#9430: document timedelta str() and repr().
2010-07-31 Georg BrandlRewrap.
2010-07-31 Martin v. LöwisTruly uncomment rm lines.
2010-07-31 Victor StinnerIssue #8966: Fix ctypes tests for Windows
2010-07-31 Martin v. LöwisDelete openssl checkouts.
2010-07-31 Martin v. LöwisCopy asm files into place.
2010-07-31 Georg BrandlRevert r83327. This will have to wait until after...
2010-07-31 Raymond HettingerDocument how to change OrderedDict update order from...
2010-07-31 Raymond HettingerAdd functools.lfu_cache() and functools.lru_cache().
2010-07-31 Georg BrandlAvoid triggering DeprecationWarnings in test_smtpd...
2010-07-31 Georg BrandlCopy Sun-specific inclusion of <alloca.h> from 2.7...
2010-07-31 Martin v. LöwisUpdate OpenSSL version.
2010-07-31 Georg BrandlAfter distutils doc reversal, change back **bold todo...
2010-07-31 Tarek Ziadéreverted distutils doc to its 3.1 state
2010-07-31 Georg BrandlAt least give IDLE 3.1 a release date. No further...
2010-07-31 Georg BrandlUpdate copyright years and add releases to release...
2010-07-31 Florent XiclunaFix an oversight in r83294. unquote() should reject...
2010-07-31 Georg BrandlBump versions and review NEWS file.
2010-07-31 Georg BrandlUpdate pydoc topics and adapt Topics builder to Sphinx...
2010-07-31 Georg BrandlMake urllib tests pass for now. Will figure out what...
2010-07-31 Georg BrandlFix pdb test failures on the buildbots.
2010-07-31 Raymond HettingerOnly expose the abstract base classes.
2010-07-30 Georg BrandlPart of #7245: when KeyboardInterrupt is raised while...
2010-07-30 Matthias Klose- Issue #7567: PyCurses_setupterm: Don't call `setupter...
2010-07-30 Martin v. LöwisImport files from zlib 1.2.5.
2010-07-30 Senthil KumaranFix issue9301 - handle unquote({}) kind of case.
2010-07-30 Georg BrandlShow the traceback line numbers as well as the current...
2010-07-30 Georg BrandlTest that "source" with nonexisting things works as...
2010-07-30 Georg BrandlFix source finding if the given frame is a module-level...
2010-07-30 Martin v. LöwisUse OpenSSL 1.0.0a on Windows.
2010-07-30 Martin v. LöwisDrop 2.4 support. Add disabled algorithms to Configure...
2010-07-30 Georg BrandlAdd "longlist" and "source" commands, ideas borrowed...
2010-07-30 Georg BrandlSeveral enhancements to pdb and its test suite.
2010-07-30 Georg Brandlpdb now has its own tests.
2010-07-30 Georg BrandlAdd Breakpoint.bpformat(), which returns the info usual...
2010-07-30 Georg Brandl#7964 followup: add test case to ensure issue remains...
2010-07-30 Georg BrandlAdd myself for pdb.
2010-07-30 Mark DickinsonAdd note about surprising behaviour from round function.
2010-07-30 Georg Brandl#809887: improve pdb feedback for breakpoint-related...
2010-07-30 Georg Brandl#3143: enable "collapsible sidebar" feature of new...
2010-07-30 Georg Brandl#5294: Fix the behavior of pdb "continue" command when...
2010-07-30 Georg Brandl#5727: Restore the ability to use readline when calling...
2010-07-30 Georg BrandlRemove redundant import.
2010-07-30 Georg Brandl#6719: In pdb, do not stop somewhere in the encodings...
2010-07-30 Georg BrandlIssue #8048: Prevent doctests from failing when sys...
2010-07-30 Georg Brandl#1472251: remove addition of "\n" to code given to...
2010-07-30 Georg Brandl#8015: fix crash when entering an empty line for breakp...
2010-07-30 Georg BrandlDocument the "jump" command in pdb.__doc__, and add...
2010-07-30 Georg BrandlAllow giving an explicit line number to "until".
2010-07-30 Georg Brandl#1437051: allow "continue"/"next"/etc. in .pdbrc, also...
2010-07-30 Georg Brandl#9230: allow Pdb.checkline() to be called without a...
2010-07-30 Georg Brandl#4179: In pdb, allow "list ." as a command to return...
2010-07-30 Georg BrandlClarification.
2010-07-29 Mark DickinsonIssue #9422: Fix memory leak when re-initializing...
2010-07-29 Georg Brandl#4108: the first default entry (User-agent: *) wins.
2010-07-29 Victor Stinner#8603: Add environb to os.__all__
2010-07-29 Georg Brandl#6630: allow customizing flags for compiling string...
2010-07-29 Victor Stinner#9397: remove mention of dbm.bsd which does not exist...
2010-07-29 Georg Brandl#6522: add a "decorator" directive to explicitly docume...
2010-07-29 Georg Brandl#9388: remove ERA_YEAR which is never defined in the...
2010-07-29 Georg Brandl#9397: remove mention of dbm.bsd which does not exist...
2010-07-29 Georg BrandlUse correct directive and name.
2010-07-29 Georg Brandl#9407: document configparser.Error.
2010-07-29 Georg BrandlUse Py_CLEAR().
2010-07-29 Georg Brandl#1090076: explain the behavior of *vars* in get() better.
2010-07-29 Mark DickinsonFix typo.
2010-07-29 Georg Brandl#3874: document HTMLParser.unknown_decl().
2010-07-29 Georg BrandlFix #9412: make list of messages an instance attribute...
2010-07-29 Georg Brandl#9411: allow selecting an encoding for configparser...
2010-07-29 Georg BrandlFix for r83202: improve the handling of empty lines.
2010-07-29 Georg Brandl#6538: fix regex documentation again -- use fictional...
2010-07-29 Georg BrandlRemove Python 1.5 compatibility note.
2010-07-29 Victor StinnerUpdate test_os.py according to my last changes on _Envi...
2010-07-28 Victor StinnerIssue #9283: Oops, add missing { and } to repr(os.environ)
2010-07-28 Victor Stinner#9283: Fix repr(os.environ), display unicode keys and...
2010-07-28 Georg BrandlAdd missing file.
2010-07-28 Florent XiclunaSyntax cleanup.
2010-07-28 Senthil KumaranFix Issue6325 - robotparse to honor urls with query...
2010-07-28 Georg Brandl#1682942: add some ConfigParser features: alternate...
2010-07-28 Georg Brandl#9354: Provide getsockopt() in asyncore file_wrapper...
2010-07-28 Victor StinnerIssue #8991: convertbuffer() rejects discontigious...
2010-07-28 Ezio MelottiFix failure introduced in r83182.
2010-07-28 Victor StinnerIssue #8966: ctypes: Remove implicit bytes-unicode...
2010-07-27 Victor StinnerFix ctypes tests to avoid implicit bytes-unicode conversion
2010-07-27 Alexander BelopolskyIssue #9378: python -m pickle <pickle file> will now...
2010-07-27 Ezio MelottiWith skipUnless there is no need to add test classes...
2010-07-27 Antoine PitrouIssue #9294: remove dead code in Objects/object.c....
2010-07-27 Ezio MelottiUse proper skips and assert* methods in test_asyncore.
2010-07-27 Florent XiclunaIssue #4770: Restrict binascii module to accept only...
2010-07-27 Georg BrandlUpdate Sphinx to 1.0.1.
2010-07-27 Alexander BelopolskyIssue #9384: python -m tkinter will now display a simpl...
2010-07-27 Gregory P.... The default size of the re module's compiled regular...
next