]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-10-02  Neal NorwitzGet the doc to build.
2007-09-28  Georg Brandl#1219: py3k cleanup in standard types docs.
2007-09-28  Georg Brandl#1211, #1212, #1213: py3k fixes to the tutorial.
2007-09-27  Guido van RossumMake byext.py really work.
2007-09-27  Collin WinterRevert r58075 (incorrect docs patch).
2007-09-27  Guido van RossumPatch # 1145 by Thomas Lee:
2007-09-26  Skip MontanaroClarify the difference between text and binary files...
2007-09-25  Guido van RossumWhitespace and line lengrth cleanup.
2007-09-25  Guido van RossumDelete now-unused static function Array_ass_slice().
2007-09-25  Guido van RossumFix a straggler filter() call.
2007-09-24  Georg Brandl#1189: documentation for tp_as_* structs.
2007-09-24  Thomas HellerMake Modules/_bsddb.c and PC/_winreg.c compile again...
2007-09-23  Skip MontanaroUpdate the documentation of the open() builtin function...
2007-09-23  Skip MontanaroReformat the open function text so it fits within 80...
2007-09-23  Georg BrandlFix turtle module: None and int are not comparable...
2007-09-23  Travis E. OliphantChange PyBuffer to Py_buffer to be consistent with...
2007-09-21  Neil SchemenauerUse an enum for decoding_state. It makes the code...
2007-09-21  Neil SchemenauerRemove more cruft leftover from nb_coerce. Rename...
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...
next