]> granicus.if.org Git - python/shortlog
python
2007-09-01 Walter DörwaldFix typo.
2007-09-01 Walter DörwaldFix wrong function names.
2007-09-01 Skip MontanaroAdded a note and examples to explain that re.split...
2007-09-01 Georg BrandlDocument sets' ">" and "<" operations (backport from...
2007-09-01 Georg BrandlFix RST link (backport from Py3k).
2007-09-01 Martin v. LöwisBug #1737210: Change Manufacturer of Windows installer...
2007-08-31 Bill Janssenremove use of non-existent SSLFakeSocket in apparently...
2007-08-31 Bill Janssenremove mentions of socket.ssl in comments
2007-08-31 Bill Janssendeprecate use of FakeSocket
2007-08-31 Martin v. LöwisMark registry components as 64-bit on Win64.
2007-08-31 Georg BrandlFix subitem markup.
2007-08-31 Georg BrandlDocument new shorthand notation for index entries.
2007-08-30 Thomas WoutersOne more fix to consider missing SSL support.
2007-08-30 Thomas WoutersDon't lie in __all__ attributes when SSL is not availab...
2007-08-30 Thomas WoutersSomewhat-preliminary slice-object and extended slicing...
2007-08-30 Lars GustäbelWarn about possible risks when extracting untrusted...
2007-08-30 Martin v. LöwisBump autoconf minimum version to 2.61.
2007-08-30 Martin v. LöwisBug #1709599: Run test_1565150 only if the file system...
2007-08-30 Martin v. LöwisBug #1746880: Correctly install DLLs into system32...
2007-08-30 Martin v. LöwisFix typo.
2007-08-30 Martin v. LöwisFix popen usage.
2007-08-30 Bill Janssenadded note on new ssl module and deprecation of socket.ssl
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".
next