]> granicus.if.org Git - python/shortlog
python
2007-08-30 Bill JanssenAdded docstrings to methods and functions.
2007-08-30 Walter DörwaldSet startinpos before calling the error handler.
2007-08-30 Walter DörwaldRewrap line.
2007-08-30 Mark SummerfieldAdded more cross-references.
2007-08-30 Georg Brandl* Skip test_pipes on non-POSIX.
2007-08-30 Georg BrandlPatch #1680959: add test suite for pipes module.
2007-08-30 Georg BrandlStronger urge to convert filenames to str before using...
2007-08-29 Bill JanssenThis contains a number of things:
2007-08-29 Facundo BatistaIgnore test failures caused by 'resource temporarily...
2007-08-29 Neal NorwitzAdd Bill as a developer
2007-08-29 Skip MontanaroRecent items.
2007-08-29 Skip MontanaroInstall pygettext (once the scriptsinstall target is...
2007-08-28 Walter DörwaldFix test output.
2007-08-28 Skip Montanarofixes 813986
2007-08-28 Georg BrandlAdd a crasher for the thread-unsafety of file objects.
2007-08-28 Walter DörwaldFix title endtag in HTMLCalender.formatyearpage()....
2007-08-28 Thomas WoutersImprove extended slicing support in builtin types and...
2007-08-28 Lars GustäbelTarFile.__init__() no longer fails if no name argument...
2007-08-28 Georg BrandlFix some glitches.
2007-08-28 Sean ReifscheiderAdding basic imputil documentation.
2007-08-28 Georg BrandlDocument rev. 57574.
2007-08-27 Guido van RossumNews about functools.reduce.
2007-08-27 Guido van RossumPatch # 1739906 by Christian Heimes -- add reduce to...
2007-08-27 Guido van RossumPatch 10124 by Bill Janssen, docs for the new ssl code.
2007-08-27 Guido van Rossum> Some of the code sets the error string in this direct...
2007-08-27 Guido van Rossum> Regardless, building a fixed test certificate and...
2007-08-27 Facundo BatistaIgnore test failures caused by 'resource temporarily...
2007-08-27 Neal NorwitzIf we can't create a certificate, print a warning,...
2007-08-27 Neal NorwitzMake a utility function for handling (printing) an...
2007-08-27 Neal NorwitzStop using string.join (from the module) to ease upgrad...
2007-08-26 Neal NorwitzAnother patch from Bill Janssen that:
2007-08-26 Neal NorwitzCatch IOError for when the device file doesn't exist...
2007-08-26 Neal NorwitzGet the test passing by commenting out some writes...
2007-08-26 Guido van RossumBill Janssen wrote:
2007-08-26 Neal NorwitzFail gracefully if the cert files cannot be created
2007-08-26 Neal NorwitzReap children before the test starts so hopefully Socke...
2007-08-26 Neal NorwitzSpell check (also americanify behaviour, it's almost...
2007-08-26 Neal NorwitzFix typo in docstring (missing c in reacquire)
2007-08-26 Gregory P.... keep setup.py from listing unneeded hash modules (_md5...
2007-08-25 Neal NorwitzTry to get this test to pass for systems that do not...
2007-08-25 Neal NorwitzFix a few more variables to try to get this to compile...
2007-08-25 Neal NorwitzFix test so it is skipped properly if there is no SSL...
2007-08-25 Neal NorwitzTry to get this to build with Visual Studio by moving...
2007-08-25 Guido van RossumServer-side SSL and certificate validation, by Bill...
2007-08-25 Nick CoghlanFix bug 1764407 - the -i switch now does the right...
2007-08-25 Nick CoghlanRevert compile.c changes that shouldn't have been inclu...
2007-08-25 Nick CoghlanRevert misguided attempt at fixing incompatibility...
2007-08-24 Collin WinterMake test_structmembers pass when run with regrtests...
2007-08-24 Georg BrandlPort test_class to unittest. Patch #1671298.
2007-08-24 Georg BrandlCatch the correct errors.
2007-08-24 Collin WinterConvert test_pkg to use unittest.
2007-08-24 Georg BrandlConvert test_linuxaudiodev to unittest. Fix a wrong...
2007-08-24 Georg BrandlRemove output file for test_ossaudiodev, also properly...
2007-08-24 Georg BrandlRemove test_rgbimg output file, there is no test_rgbimg.py.
2007-08-24 Georg BrandlDocument new utility functions in test_support.
2007-08-24 Georg BrandlPort test_frozen to unittest.
2007-08-24 Georg BrandlPatch #1008: port test_signal to unittest.
2007-08-24 Georg BrandlFix #1012: wrong URL to :mod:`site` in install/index...
2007-08-24 Georg BrandlPatch #1006: port test_winreg to unittest.
2007-08-24 Georg BrandlBug #1011: fix rfc822.Message.getheader docs.
2007-08-24 Guido van RossumFix silly typo in test name.
2007-08-24 Georg BrandlBug #1765375: fix stripping of unwanted LDFLAGS.
2007-08-24 Georg Brandluuid creation is now threadsafe, backport from py3k...
2007-08-24 Gregory P.... Fix bug 1725856.
2007-08-23 Georg BrandlPatch #1779550: remove redundant code in logging.
2007-08-23 Georg BrandlBug #1758696: more info about descriptors.
2007-08-23 Georg BrandlBug #1625381: clarify match vs search introduction.
2007-08-23 Georg BrandlBug #1688564: document os.path.join's absolute path...
2007-08-23 Georg BrandlBug #1734111: document struct.Struct.size.
2007-08-23 Georg BrandlBug #1752332: httplib no longer uses socket.getaddrinfo().
2007-08-23 Georg BrandlClarify wording a bit.
2007-08-23 Georg BrandlBug #1594966: fix misleading usage example
2007-08-23 Georg BrandlBug #1694833: fix imp.find_module() docs wrt. packages.
2007-08-23 Georg BrandlBug #1573854: fix docs for sqlite3 cursor rowcount...
2007-08-23 Georg BrandlBug #1697820: document that the old slice protocol...
2007-08-23 Georg BrandlUse try-except-finally in contextlib.
2007-08-23 Georg BrandlSecond half of #1752175: #ifdef out references to PyImp...
2007-08-23 Georg BrandlBug #1766421: "return code" vs. "status code".
2007-08-23 Georg BrandlBug #1768121: fix wrong/missing opcode docs.
2007-08-23 Brett CannonMake test_runpy re-entrant.
2007-08-22 Jeffrey YasskinWhen setup.py fails to find the necessary bits to build...
2007-08-22 Gregory P.... stop leaving log.0000001 __db.00* and xxx.db turds...
2007-08-22 Alex MartelliFix compile.c so that it records 0.0 and -0.0 as separa...
2007-08-22 Skip Montanarowhoops - need to check in configure as well
2007-08-22 Skip MontanaroNote that BeOS is unsupported as of Python 2.6.
2007-08-21 Facundo BatistaAdded test for behavior of operations on an unconnected...
2007-08-21 Georg BrandlBug #1777168: replace operator names "opa"... with...
2007-08-21 Georg BrandlBug #1777160: mention explicitly that e.g. -1**2 is -1.
2007-08-21 Georg BrandlRevert accidental checkins from last commit.
2007-08-21 Georg BrandlDemand version 2.5.1 since 2.5 has a bug with codecs...
2007-08-21 Mark Hammond[ 1761786 ] distutils.util.get_platform() return value...
2007-08-21 Mark Hammond[ 1761786 ] distutils.util.get_platform() return value...
2007-08-21 Facundo BatistaCatch ProtocolError exceptions and include the header...
2007-08-20 Guido van RossumAdd a hack (originally devised in a slightly different...
2007-08-20 Hye-Shik ChangAdd cheot-ga-keut composed make-up sequence support...
2007-08-19 Georg BrandlFix stray backticks.
2007-08-18 Brett CannonRemove Mikael as the maintainer of BeOS at his request...
2007-08-18 Georg BrandlFix PDB command descriptions.
2007-08-17 Brett CannonMake test_warnings re-entrant.
2007-08-17 Facundo BatistaAdded a flag (_send_traceback_header) to the SimpleXMLR...
next