]> granicus.if.org Git - python/shortlog
python
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...
2010-07-26 Georg BrandlClarify.
2010-07-26 Alexander BelopolskyAdded versionadded entry for the annotate argument.
2010-07-26 Georg BrandlAdd Reid.
2010-07-26 Georg BrandlFix indentation in example.
2010-07-26 Georg BrandlFix grammar.
2010-07-26 Andrew M. KuchlingReword paragraph
2010-07-26 Andrew M. Kuchling#7637: fix a grammar error; simplify a sentence
2010-07-26 Georg BrandlAdd Brian Quinlan.
2010-07-26 Georg Brandl#9381: fix markup.
2010-07-26 Alexander BelopolskyMake python version of fromtimestamp behave more like C.
2010-07-26 Brian CurtinAdd note about #7113 and add Łukasz Langa to ACKS
2010-07-26 Brian CurtinFix #7113. Patch by Łukasz Langa.
2010-07-25 Andrew M. Kuchling#777884: make .normalize() do nothing for childless...
2010-07-25 Andrew M. Kuchling#7637: clarify description of encoding parameter
2010-07-25 Michael FoordIssue #4686 - add .args to exceptions in the configpars...
2010-07-25 Andrew M. Kuchling#1495229: update the type names used by the XML DOM...
2010-07-25 Alexander BelopolskyCorrected comments on where settrace and setprofile...
2010-07-25 Alexander BelopolskyIssue #9315: Renamed test_trace to test_sys_settrace and
2010-07-25 Alexander BelopolskyIssue #9315: Revert r83005 before renaming test_trace to
2010-07-24 Ronald OussorenFix for issue 9367: the test code for os.getgroups
2010-07-24 Martin v. LöwisPut listdir default argument into declaration.
2010-07-24 Richard JonesImplementation for issue 4184
2010-07-24 Victor Stinner#9032: XML-RPC client: Transport.request() retries...
2010-07-24 Victor StinnerIssue #4629: getopt raises an error if an argument...
2010-07-23 Alexander BelopolskyUse _datetime docstring if _datetime is available.
2010-07-23 Alexander BelopolskyIssue #7989: Added pure python implementation of the...
2010-07-23 Brett CannonAdd Brian Brazil.
2010-07-23 Brett CannonMention in the fnmatch docs that meta-characters in...
2010-07-23 Brett CannonAdd queue tests for empty, full, put_nowait, and get_no...
2010-07-23 Georg BrandlUpdate to 1.0.
2010-07-23 Georg BrandlFix some markup glitches.
2010-07-23 Ezio Melotti#9359: fix typo. Thanks to Piotr Kasprzyk for the patch.
2010-07-23 Brian CurtinTab test_repr_daemon over so it's included in ThreadTests.
2010-07-23 Brett CannonAdd tests for fnmatch.filter and translate.
2010-07-23 Brett CannonMake fnmatch be more PEP 8 compliant.
2010-07-23 Richard JonesNew tests for smtpd module. Has full coverage for SMTPC...
2010-07-23 Ronald OussorenEnsure that sys.prefix can reliably be found
2010-07-23 Brett CannonAdd more tests for the threading.Thread.repr.
2010-07-23 Brett CannonRip out old testing code that was inlined in threading.
2010-07-23 Brett CannonRename some macros in the sha1 module to no longer...
2010-07-23 Brett CannonStop shadowing a test class.
2010-07-23 Brett CannonExplicitly test relative imports by reusing importlib...
2010-07-23 Brett CannonTest calendar.monthrange.
2010-07-23 Ronald OussorenThis fixes issue7900 by adding code that deals
2010-07-23 Brett CannonClarify the wording for threading.is_alive() to not...
2010-07-23 Martin v. LöwisIssue #6095: Make directory argument to os.listdir...
2010-07-23 Ronald OussorenFix for issue 7895. Avoid crashing the interpreter
2010-07-23 Ronald OussorenMinor tweak of test_osx_env to
2010-07-23 Brett CannonDocument the fact that the 'test' package is meant...
2010-07-23 Ronald OussorenWorkaround for issue 4047: in some configurations of
2010-07-23 Ronald OussorenEnsure that the Makefile variable expansion
2010-07-23 Georg BrandlUse augassign.
2010-07-22 Brian CurtinSkip this test as it doesn't apply to Windows. It was...
2010-07-22 Tarek Ziadéreverted distutils its 3.1 state. All new work is now...
2010-07-22 Brett CannonAdd importlib benchmarks which try to be "realistic...
next