]> granicus.if.org Git - python/shortlog
python
2007-09-07 Brett CannonMake uuid1 and uuid4 tests conditional on whether ctype...
2007-09-06 Gregory P.... Apply the fix from Issue1112 to make this test more...
2007-09-06 Skip MontanaroIf this is correct for py3k branch and it's already...
2007-09-06 Thomas HellerFix typo: c_float represents to C float type.
2007-09-06 Georg BrandlBackport from 3k: #1116: fix reference to old filename.
2007-09-06 Armin RigoPyDict_GetItem() returns a borrowed reference.
2007-09-06 Armin RigoPatch #1733973 by peaker:
2007-09-05 Georg BrandlBackport from Py3k: Bug #1684991: explain lookup semant...
2007-09-05 Martin v. LöwisPatch #786737: Allow building in a tree of symlinks...
2007-09-05 Armin RigoPyDict_GetItem() returns a borrowed reference.
2007-09-05 Martin v. LöwisPatch #1105: Explain that one needs to build the solution
2007-09-05 Bill JanssenSSL certificate distinguished names should be represent...
2007-09-04 Matthias Klose- Fix libffi configure for hppa*-*-linux* | parisc...
2007-09-04 Matthias Klose- Makefile.pre.in(buildbottest): Remove whitespace...
2007-09-04 Matthias Klose- Makefile.pre.in(buildbottest): Run an optional script...
2007-09-04 Martin v. LöwisPatch #1031213: Decode source line in SyntaxErrors...
2007-09-04 Martin v. LöwisPatch #1388440: Add set_completion_display_matches_hook and
2007-09-04 Martin v. LöwisDocument that we rely on the OS to release the crypto
2007-09-04 Mark SummerfieldAdded cross-references plus a note about dict & list...
2007-09-03 Matthias Klose- Added support for linking the bsddb module against...
2007-09-03 Georg BrandlFix #883466: don't allow Unicode as arguments to quopri...
2007-09-02 Ronald OussorenMacosx: this patch ensures that the value of MACOSX_DEP...
2007-09-01 Andrew M. KuchlingAdd more items
2007-09-01 Andrew M. KuchlingWording change
2007-09-01 Andrew M. KuchlingAdd various items
2007-09-01 Andrew M. KuchlingMarkup fix
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...
next