]> granicus.if.org Git - python/shortlog
python
2007-10-14 Guido van RossumFix typo: formats -> format. (Only mattered in wide...
2007-10-14 Neal NorwitzFix some more memory leaks (in error conditions) introd...
2007-10-14 Alexandre VassalottiFix the memory leak introduced in r58455. The buffer...
2007-10-14 Alexandre VassalottiRemove the buffer API from PyUnicode as specified by...
2007-10-13 Gregory P.... Merge 58450: fix uncollectable reference caused by...
2007-10-13 Travis E. OliphantEliminate use of PyBUF_CHARACTER flag which is no longe...
2007-10-13 Guido van RossumFix typo in arraymodule.c (?) -- it's PyBUF_LOCK, not...
2007-10-13 Neal NorwitzRemove more hotshot cruft.
2007-10-12 Travis E. OliphantFix problems with memoryview object. There is still...
2007-10-12 Travis E. OliphantAdd macros for checking for long double and defining...
2007-10-12 Travis E. OliphantFix Issue 1268 with the array module by backing-out...
2007-10-12 Brett CannonMake _load_testfile() use its encoding argument when...
2007-10-12 Gregory P.... Merge r58434:
2007-10-11 Brett CannonRemove self-referential import.
2007-10-11 Fred Drakeclean out some hotshot-related build turds
2007-10-11 Fred Drakeremove hotshot profiler from Py3k
2007-10-10 Guido van RossumTwo changes that are definitely problem-free and avoid...
2007-10-10 Guido van Rossumget rid of some more PyString uses.
2007-10-10 Guido van RossumMinor cleanup of the comment for PyErr_ProgramText...
2007-10-10 Guido van RossumFix another stray PyString reference that should be...
2007-10-10 Guido van RossumFix an issue in PyTokenizer_RestoreEncoding() which...
2007-10-10 Guido van RossumRandom changes having to do with readline() and bytes.
2007-10-10 Kurt B. Kaiserthe default class attr is needed!
2007-10-10 Guido van RossumDon't depend on str8.splitlines() in test_chunkcoding().
2007-10-09 Kurt B. KaiserWindows EOL sequence not converted correctly, encoding...
2007-10-09 Guido van RossumPyFile_WriteObject() should use PyObject_Repr(), not...
2007-10-09 Gregory P.... use a reliable host
2007-10-09 Guido van RossumSilly script I'd rather not throw away.
2007-10-09 Guido van RossumPatch #1049 by Thomas Lee.
2007-10-09 Guido van RossumReplace all (locale-dependent) uses of isupper(), tolow...
2007-10-08 Brett CannonChange the default encoding for ftplib.FTP to latin1...
2007-10-08 Georg Brandl#1228: new comparison behavior.
2007-10-08 Georg BrandlRemove buffer() from the docs.
2007-10-08 Neal NorwitzRemove unused variables
2007-10-08 Guido van RossumRemove more traces of bufferobject.[ch] from build...
2007-10-08 Guido van RossumDelete bufferobject.[ch].
2007-10-08 Guido van RossumBreaking ground for PEP 3137 implementation:
2007-10-07 Brett CannonFix a minor typo.
2007-10-07 Neal NorwitzAt least one of the buildbots was complaining about...
2007-10-06 Gregory P.... Merge 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the...
2007-10-06 Gregory P.... Merge 58343: attempt to fix DBSequence.get_key() to...
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...
next