]> granicus.if.org Git - python/shortlog
python
2007-12-05 Ronald OussorenThis "fixes" compilation issues for the Carbon._OSA...
2007-12-05 Georg BrandlAnother markup fix.
2007-12-05 Christian HeimesUpdated documentation and build_tkinter.py script
2007-12-05 Georg BrandlFix markup.
2007-12-05 Georg BrandlAdd examples to re docs. Written for GHOP by Dan Finnie.
2007-12-05 Raymond HettingerError checking was too aggressive (reported by Chris...
2007-12-05 Georg BrandlAdd examples to csv, pprint and traceback docs.
2007-12-05 Andrew M. KuchlingSpelling fix
2007-12-05 Christian HeimesAdded msg to Misc/NEWS
2007-12-05 Christian Heimesmerge -r59315:59316 from py3k: Fix issue #1553: An...
2007-12-05 Christian HeimesFixed error in regrtest. I must have missed the spot.
2007-12-05 Christian HeimesFixed quoting and paths in the sqlite project file
2007-12-05 Georg BrandlFix typo.
2007-12-04 Christian HeimesThese optimizations create smaller and a bit faster...
2007-12-04 Georg BrandlAdd tutorial and examples to logging docs, from GHOP...
2007-12-04 Georg BrandlFix duplicate label and a typo.
2007-12-04 Christian HeimesAdded warning that make install may overwrite or masque...
2007-12-04 Facundo Batistafma speedup by avoiding to create a Context. Thanks...
2007-12-04 Georg BrandlAdd "Python on Unix" document, mostly written for GHOP
2007-12-04 Christian HeimesAdded VS 2005 and VS 2008 to the search path for cabarc.exe
2007-12-04 Christian HeimesAdded self generated UUID for msvcr90.dll to msi.py
2007-12-04 Martin v. LöwisMove nt.access change into the right section.
2007-12-04 Martin v. LöwisFix chflags issue on Tru64, from #1490190.
2007-12-03 Martin v. LöwisForward-port r59310:
2007-12-03 Guido van RossumShut up a compiler warning.
2007-12-03 Andrew M. KuchlingGrammar fix
2007-12-03 Georg BrandlAdd examples to the xmlrpclib docs.
2007-12-03 Christian HeimesPatch #1537 from Chad Austin
2007-12-03 Georg Brandl#1548: fix apostroph placement.
2007-12-03 Facundo BatistaTwo small fixes. Issue 1547.
2007-12-03 Martin v. LöwisIssue #1727780: Support loading pickles of random.Rando...
2007-12-03 Facundo BatistaFaster _fix function, and some reordering for a more...
2007-12-03 Facundo BatistaSpeedup and cleaning of __str__. Thanks Mark Dickinson.
2007-12-03 Christian HeimesI followed MA Lemberg's suggestion and added comments...
2007-12-03 Christian HeimesAdded comment to Misc/NEWS for r59290
2007-12-03 Christian HeimesApplied my patch #1455 with some extra fixes for VS...
2007-12-03 Nick CoghlanImplement PEP 366
2007-12-02 Georg BrandlAdd documentation for PySys_* functions.
2007-12-02 Georg BrandlFix a sentence I missed before. Do not merge to 3k.
2007-12-02 Georg BrandlAdd more entries to the glossary.
2007-12-02 Georg BrandlConvert bdb.rst line endings to Unix style.
2007-12-02 Georg BrandlAdd example to mmap docs.
2007-12-01 Georg BrandlAdd "Using Python on Windows" document, by Robert Lehmann.
2007-12-01 Georg BrandlAdd examples to the ElementTree documentation.
2007-12-01 Georg BrandlAdd test suite for cmd module.
2007-12-01 Georg BrandlAdd a few refcount data entries.
2007-12-01 Georg BrandlDocument PyEval_* functions from ceval.c.
2007-12-01 Lars GustäbelIssue #1531: Read fileobj from the current offset,...
2007-12-01 Christian HeimesAdded one more missing versionadded tag
2007-12-01 Georg BrandlAdd versionadded tags missing in r59254. Do NOT merge...
2007-12-01 Christian HeimesFeature #1534
2007-12-01 Christian HeimesAlthough pyconfig.h claims that WIN32 is obsolete it...
2007-11-30 Christian HeimesBackport of -r59242:59246 from py3k
2007-11-30 Georg BrandlMove lchmod() docs to correct place, and add versionadd...
2007-11-30 Christian HeimesFix for feature request #1528 Add os.fchmod
2007-11-30 Amaury Forgeot... Issue #1521: on 64bit platforms, str.decode fails on...
2007-11-30 Amaury Forgeot... Add a NEWS entry for r59231
2007-11-30 Christian HeimesRemoved or replaced some more deprecated preprocessor...
2007-11-30 Facundo BatistaReordering of __new__ to minimize isinstance() calls...
2007-11-29 Amaury Forgeot... Issue #1402: PyInterpreterState_Clear() may still invok...
2007-11-29 Georg BrandlAdd more examples to the wsgiref docs.
2007-11-29 Amaury Forgeot... vc2008: Move python.vcproj first in the solution file...
2007-11-29 Georg BrandlSpaces vs. Tabs.
2007-11-29 Guido van RossumFix bug #1517, a segfault in lookdict().
2007-11-29 Georg BrandlAdd examples to the ConfigParser documentation.
2007-11-29 Georg BrandlFix reference target.
2007-11-28 Christian HeimesAdded py3kwarning to the documentation of the sys module.
2007-11-27 Christian HeimesI forgot to fix one occurence of new in test_descr
2007-11-27 Christian HeimesExpose Py_Py3kWarningFlag as sys.py3kwarning as discuss...
2007-11-27 Guido van RossumPatch # 1507 by Mark Dickinson. Make complex(x, -0...
2007-11-27 Christian HeimesAdded a deprecation warning to the 'new' module.
2007-11-27 Christian HeimesReplaced import of the 'new' module with 'types' module...
2007-11-27 Christian HeimesBackport of changes to PCbuild9 from the py3k branch
2007-11-27 Facundo BatistaMoved the errno import from inside the functions to the
2007-11-27 Thomas HellerRemove unused global variable, and remove unneeded...
2007-11-26 Guido van RossumA thread-less variant of brownian.py, submitted by...
2007-11-24 Martin v. LöwisBug #1494: Document that appendChild removes first.
2007-11-24 Skip Montanaroback in these go - thanks to Titus Brown for the fix
2007-11-24 Georg Brandl#1735632: add O_NOATIME constant to os module.
2007-11-24 Amaury Forgeot... Issue #1445: Fix a SystemError when accessing the ...
2007-11-24 Amaury Forgeot... Warning "<> not supported in 3.x" should be enabled...
2007-11-24 Georg Brandl#1355: remove mention of PyXML from xml.dom docs.
2007-11-24 Georg Brandl#1467: fix documentation for TestResult.add{Error,Failure}.
2007-11-24 Georg Brandl#1344: document that you need to open std{in,out,err...
2007-11-24 Skip Montanarorevert
2007-11-24 Skip Montanarorevert change that breaks test_doctest (which I forgot...
2007-11-24 Christian HeimesBackport of fixes from py3k branch
2007-11-24 Christian HeimesAdded filename to compiling struct based on Martin...
2007-11-23 Facundo BatistaTest cases from Cowlishaw, v2.57. All are pased cleanly.
2007-11-23 Facundo BatistaMajor change in the internal structure of the Decimal
2007-11-23 Skip Montanaroissue 1429818
2007-11-23 Skip MontanaroMake trace and doctest play nice together (issue 142981...
2007-11-23 Andrew M. KuchlingAdd item
2007-11-23 Christian HeimesAnd yet another fix for the patch. Paul Moore has send...
2007-11-23 Christian HeimesHow did the comment get there?
2007-11-23 Christian HeimesFixed problems in the last commit. Filenames and line...
2007-11-23 Christian HeimesApplied patch #1754273 and #1754271 from Thomas Glee
2007-11-23 Christian HeimesBackport of PCbuild9 fixes from py3k r59130
2007-11-23 Brett CannonFix a bug in the test for using __loader__.get_data().
2007-11-22 Christian HeimesBackport of the PCbuild9 directory from the py3k branch.
next