]> granicus.if.org Git - python/shortlog
python
2007-09-20 Thomas WoutersMerged revisions 58211-58220 via svnmerge from
2007-09-19 Thomas WoutersWhitespace cleanup.
2007-09-19 Thomas WoutersMerged revisions 58203-58210 via svnmerge from
2007-09-19 Thomas WoutersMerged revisions 58198-58202 via svnmerge from
2007-09-19 Thomas WoutersMerged revisions 58095-58132,58136-58148,58151-58197...
2007-09-18 Sean Reifscheiderissue1172: Documentation of "done" attribute in cgi...
2007-09-18 Guido van RossumOptimize unicode_hash() by not calling
2007-09-18 Guido van RossumThomas Wouters suggested an obvious improvement to...
2007-09-18 Guido van RossumSwitch dict lookup around to optimizing for unicode.
2007-09-18 Guido van RossumMicro optimizations after staring at gprof output for...
2007-09-17 Sean ReifscheiderFixing the spelling of "writeable" to "writable", parti...
2007-09-14 Martin v. LöwisMerged revisions 58149-58150 via svnmerge from
2007-09-13 Martin v. LöwisMerged revisions 58133-58135 via svnmerge from
2007-09-12 Georg BrandlOops.
2007-09-12 Georg BrandlDocument input() function.
2007-09-12 Georg BrandlRepair a bad translation of the exec statement.
2007-09-12 Guido van RossumFix for bug 1148: str/bytes issue in httplib's _safe_re...
2007-09-12 Georg BrandlDocument inspect.getfullargspec(). Fixes #1121.
2007-09-12 Georg BrandlNew documentation for the bdb module. Forward-port...
2007-09-11 Guido van RossumThomas Wouters pointed out that _Abstract.__new__ shoul...
2007-09-11 Eric SmithAdded __format__ method to datetime.datetime, datetime...
2007-09-10 Thomas WoutersMerged revisions 58091-58094 via svnmerge from
2007-09-10 Thomas WoutersMerged revisions 58053-58090 via svnmerge from
2007-09-10 Guido van RossumBug # 1125 (my code).
2007-09-10 Gregory P.... merge of r58091 from trunk:
2007-09-10 Martin v. LöwisDrop convert_binop.
2007-09-10 Collin WinterChange instances of 'while 1:' in the docs into 'while...
2007-09-10 Collin WinterGeneral clean-up in socket howto.
2007-09-10 Collin WinterFix more raise statments in the docs.
2007-09-10 Collin WinterMore two-argument raise cleanup in the tutorial.
2007-09-10 Collin WinterFix docs that imply that tuples in except clauses must...
2007-09-10 Collin WinterFix more two-arg raise statements.
2007-09-10 Collin WinterUpdate tutorial/classes.rst to remove references to...
2007-09-10 Guido van RossumPatch # 1094 by Serge Julien. Fix some bytes/str compa...
2007-09-10 Collin WinterRemove yet more references to has_key() methods.
2007-09-10 Collin WinterFix a legacy raise statement in pickle's docs.
2007-09-10 Collin WinterRemove two lingering references to now-gone has_key...
2007-09-09 Gregory P.... merge this from trunk:
2007-09-09 Gregory P.... email address update
2007-09-09 Gregory P.... openssl 0.9.6 is too old to use, use our own modules
2007-09-09 Gregory P.... Adds stand alone _md5 and _sha1 modules for use by...
2007-09-08 Gregory P.... Cleanup test_thread. CDB (Concurrent Database) support...
2007-09-08 Thomas WoutersMerged revisions 57778-58052 via svnmerge from
2007-09-08 Guido van RossumAdd REPORT_NDIFF option to o test that was hard to...
2007-09-07 Neil SchemenauerRestore caching of unicode hash value. This apparently...
2007-09-07 Georg BrandlFinish the first pass of the language reference update.
2007-09-07 Jeffrey YasskinForgot to run the tests after making the places and...
2007-09-07 Jeffrey YasskinCheck in some documentation tweaks for PEP 3141, add...
2007-09-07 Jeffrey YasskinAdd a test for fail*AlmostEqual, including the new...
2007-09-07 Georg BrandlContinue going through the language reference, bringing...
2007-09-07 Kurt B. KaiserMake IDLE's file decode more robust.
2007-09-07 Brett CannonFix docstring for getfullargspec().
2007-09-06 Gregory P.... merge r58023 to fix issue1112 on windows. make this...
2007-09-06 Jeffrey YasskinExtend unittest's fail*AlmostEqual methods to work...
2007-09-06 Skip MontanaroI think we can just dump the else clause, per the comme...
2007-09-06 Georg Brandl#1116: reference to old filename fixed.
2007-09-06 Guido van RossumIn response to issue 1101, place vastly more emphasis...
2007-09-06 Georg Brandlhashlib operates on bytes, not strings.
2007-09-06 Georg BrandlNew exception catching syntax.
2007-09-06 Kurt B. Kaiser1. Fail gracefully if the file fails to decode when...
2007-09-06 Guido van RossumUse an event variable to wait for the server to be...
2007-09-05 Brett CannonCast away const qualifier to silence a compiler warning...
2007-09-05 Georg BrandlBug #1684991: explain __special__ lookup semantics.
2007-09-05 Mark SummerfieldProof read/editing of abc. Added table of collections...
2007-09-05 Guido van RossumFix doctest failure introduced by r57949.
2007-09-05 Eric SmithSimplified recursion logic. Modified variable name...
2007-09-04 Eric SmithChanged some ValueError's to KeyError and IndexError.
2007-09-04 Fred Drakefix typo
2007-09-04 Georg BrandlAdd a dict view usage example.
2007-09-04 Georg BrandlChange docs for builtins that now return iterators.
2007-09-04 Georg BrandlDocs on dictviews.
2007-09-04 Fred Drakeremove/update many of the references to dict.iter*()
2007-09-04 Guido van RossumCorrection an issue reported by Mark Summerfeld.
2007-09-04 Georg BrandlMore abc docs.
2007-09-04 Thomas HellerMake the _wrap_close type (which is returned by os...
2007-09-04 Martin v. LöwisConvert code from sys.stdin.encoding to UTF-8 in
2007-09-04 Thomas WoutersUpdate ref docs on slicing.
2007-09-04 Georg BrandlInitial documentation for the `abc` module.
2007-09-04 Georg BrandlFix the string formatting docs for now; if the feature...
2007-09-04 Georg BrandlFix up the types module docs.
2007-09-04 Georg BrandlConvert all print statements in the docs.
2007-09-04 Georg BrandlAdd "print" command to pdb, "print s" previously invoke...
2007-09-04 Georg BrandlDoc update for __xslice__ removal.
2007-09-04 Martin v. LöwisDecode input() with stdin.encoding. Fixes #1097.
2007-09-04 Skip MontanaroCVS -> Subversion
2007-09-04 Skip MontanaroI always think of the language when I see "ABC". Empha...
2007-09-04 Guido van RossumFix sinple typo.
2007-09-03 Matthias Klose- Add support for linking the bsddb module against...
2007-09-03 Gregory P.... fix test, use bytes not unicode and let the test raise...
2007-09-03 Gregory P.... regenerated
2007-09-03 Gregory P.... test for strlcpy (so i can use it in _bsddb.c)
2007-09-03 Eric SmithFix segfault discovered by Ron Adam. Not checking...
2007-09-03 Martin v. LöwisPatch #1076: Use wide API for registry functions.
2007-09-03 Martin v. LöwisPatch #1075: Use wide API to format error messages.
2007-09-03 Georg BrandlFix Mac build, patch #1091 by Humberto Diogenes.
2007-09-03 Georg BrandlTutorial formatting patch by Robin Stocker.
2007-09-02 Eric SmithRemoved used_args param from string.Formatter.get_field...
2007-09-01 Collin WinterPartial py3k-ification of Doc/library/: convert has_key...
2007-09-01 Collin WinterRun 2to3's fix_has_key over distutils.
2007-09-01 Collin WinterRun 2to3's fix_has_key over Lib/plat-os2emx/.
next