]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-10-26  Guido van RossumDelete test_str.py. There's not much there I care...
2007-10-26  Guido van RossumPatch 1335 by Christian Heimes.
2007-10-26  Guido van RossumPatch 1330 by Christian Heimes (with some TLC applied...
2007-10-26  Neal NorwitzFix some Py_ssize_t warnings on Win64 that were probabl...
2007-10-26  Neal NorwitzTry to fix some of the failing tests on Win64. PY_SSIZ...
2007-10-26  Brett CannonAdd a missing news entry about how str8's constructor...
2007-10-26  Guido van RossumPatch # 1331 by Christian Heimes.
2007-10-25  Guido van RossumPatch # 1302 by Christian Heimes (with some love from...
2007-10-25  Guido van RossumPatch # 1323 by Amaury Forgeot d'Arc.
2007-10-25  Guido van RossumPatch 1318 by Christian Heimes: remove os.tmpnam()...
2007-10-24  Georg BrandlRemove a test case which is no longer valid.
2007-10-24  Georg BrandlFix a refleak for `filename', introduced in rev. 58466.
2007-10-24  Guido van RossumFix a broken format in a PyErr_Format() call: %lx is...
2007-10-24  Guido van RossumMake test_locale pass by removing tests that were desig...
2007-10-24  Thomas HellerA 'PyObject *' parameter in PyErr_Format must use ...
2007-10-24  Georg BrandlPatch #1303: Adapt str8 constructor to bytes (now buffe...
2007-10-24  Guido van RossumPatch #1318 by Amaury Forgeot d'Arc.
2007-10-23  Guido van RossumPatch #1314 by Christian Heimes.
2007-10-23  Georg Brandl#1316: remove redundant PyLong_Check calls when PyInt_C...
2007-10-23  Georg BrandlRemove duplicate entry for PyObject_AsFileDescriptor.
2007-10-23  Georg BrandlRemove redundant PyInt/PyLong checks.
2007-10-23  Georg BrandlUpdate Pygments version from externals.
2007-10-23  Georg BrandlUpdate w.r.t. PEP 3137.
2007-10-23  Georg BrandlPatch #1071: Improve unicode.translate() so that you...
2007-10-23  Georg Brandl#1061 (mainly by Thomas Wouters): use weak sets for...
2007-10-22  Guido van RossumPatch 1304, by Amaury Forgeot d'Arc.
2007-10-22  Brett CannonMake str/str8 comparisons return True/False for !=/==.
2007-10-22  Georg BrandlIn followup to #1310: Remove more exception indexing.
2007-10-22  Guido van Rossumssue 1309: fix by Christian Heimes to be able to build...
2007-10-22  Georg BrandlFix exception indexing.
2007-10-22  Guido van RossumIssue 1267, continued.
2007-10-21  Brett CannonMake sure the malloc'ed string has space for the null...
2007-10-20  Brett CannonFix PyTokenizer_FindEncoding() for OS X 10.4. Turns...
2007-10-20  Brett CannonFix a memory leak caused by PyTokenizer_FindEncoding...
2007-10-20  Brett CannonPlug a memory leak where a struct tok_state was not...
2007-10-20  Guido van RossumTweak the version *string* to clarify that this isn...
2007-10-19  Guido van RossumPatch 1267 by Christian Heimes.
2007-10-19  Guido van RossumPatch 1280, by Alexandre Vassalotti.
2007-10-19  Guido van RossumThis is the uncontroversial half of patch 1263 by Thoma...
2007-10-19  Gregory P.... Merge 58539: squelch the warning that this test is...
2007-10-18  Gregory P.... Merge 58532, 58533, 58534: bsddb.dbtables bug fixes...
2007-10-16  Guido van RossumPatch# 1258 by Christian Heimes: kill basestring.
2007-10-16  Gregory P.... For PEP3137: Adds missing methods to the mutable PyByte...
2007-10-16  Alexandre VassalottiFix a small typo in the comment of unicode_default_enco...
2007-10-15  Brett CannonMake the docstring for io.open() a raw string so that...
2007-10-15  Neal NorwitzMove decl so it compiles with C89.
2007-10-15  Guido van RossumUpdate what the locale module documents about string...
2007-10-15  Guido van RossumPatch #1272, by Christian Heimes and Alexandre Vassalotti.
2007-10-15  Kurt B. KaiserFinish bug fix applied at 58398. I missed a piece,...
2007-10-15  Guido van RossumFix yet another stray 2.x-ism (maybe merged?).
2007-10-15  Guido van RossumMake it possible to run this test stand-alone.
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.
next