]> granicus.if.org Git - python/shortlog
python
2000-04-10 Guido van RossumVersion 1.3 of the Python Unicode Integration proposal.
2000-04-10 Fred DrakeAdded reference count information for Py_FindMethod().
2000-04-10 Guido van RossumInstall the docs (with fewer rules).
2000-04-10 Guido van RossumBunch of new names, mostly from patches and bugs mailin...
2000-04-10 Fred DrakeYet another markup nit: functions that are part of...
2000-04-10 Fred DrakePyErr_Format():
2000-04-10 Jeremy Hyltondocument PyErr_Format
2000-04-10 Fred Drakeletters:
2000-04-10 Fred DrakeAdd to the comment a description of the "null" value...
2000-04-10 Fred Drakeload_refcounts(),
2000-04-10 Fred DrakeThe reference count field for PyErr_NoMemory() and
2000-04-10 Fred DrakeIf the refcount field is "null", that's ok; the value...
2000-04-10 Fred DrakeFor functions which return a PyObject* but use "null...
2000-04-10 Fred Drakecfuncdesc environment:
2000-04-10 Guido van RossumAdded project dependencies -- Mark is right, these...
2000-04-10 Guido van RossumStrangely, we *do* need to define ZLIB_DLL.
2000-04-10 Fred Drakedo_cmd_datalineni(): New function, to implement the...
2000-04-10 Guido van RossumChristian Tismer: added test to ensure that multiplicat...
2000-04-10 Guido van RossumSimple optimization by Christian Tismer, who gives...
2000-04-10 Guido van RossumImplement suggestion from Lawrence Kesteloot in PR...
2000-04-10 Guido van RossumFredrik Lundh: new snapshot. Mostly reindented.
2000-04-10 Guido van RossumRemoved CRLF line endings.
2000-04-10 Guido van RossumRemove CRLF line endings.
2000-04-10 Guido van RossumSome cleanup -- don't use splitfields/joinfields, stand...
2000-04-10 Guido van RossumMatch the error messages to say "(most recent call...
2000-04-10 Fred DrakeUse a better approach to locating IDLE's default config...
2000-04-10 Guido van RossumPatch by Vladimir Marangozov to include the function...
2000-04-10 Fred DrakeUse a constant to specify the number of child threads...
2000-04-10 Guido van RossumMarc-Andre Lemburg:
2000-04-10 Guido van RossumMarc-Andre Lemburg:
2000-04-10 Guido van RossumMarc-Andre Lemburg:
2000-04-10 Guido van RossumMarc-Andre Lemburg:
2000-04-10 Guido van RossumMarc-Andre Lemburg:
2000-04-10 Guido van RossumMarc-Andre Lemburg: New exported API PyUnicode_Resize().
2000-04-10 Guido van RossumDon't be so strict in checking AttributeError -- the...
2000-04-10 Guido van RossumOutput from test_zipfile.py.
2000-04-10 Guido van RossumTest for zipfile.py, by Jim Ahlstrom.
2000-04-10 Greg WardDefine 'self.force' in the constructor and remove the...
2000-04-10 Guido van RossumMark Hammond:
2000-04-10 Guido van RossumSkip Montanaro: add string precisions to calls to PyErr...
2000-04-10 Guido van RossumIn dealloc(), only close the socket if fd != -1.
2000-04-10 Greg WardDelete some debugging print statements.
2000-04-10 Greg WardAdded a check for the 'force' attribute in '__getattr__...
2000-04-10 Greg WardAdded optional 'prefix' arguments to 'get_python_inc...
2000-04-10 Greg WardBetter variable names here and there.
2000-04-10 Greg WardAdded '--force' option -- very clear what it means...
2000-04-10 Greg WardRemoved global '--force' option -- just too vague a...
2000-04-10 Greg WardAdded __version__ to store the Distutils version number.
2000-04-09 Greg WardMoved definition of \XXX command out to distutils.sty.
2000-04-09 Greg WardWrote the introduction (including several subsections).
2000-04-09 Just van Rossumminor tweak (jvr)
2000-04-09 Just van Rossumadded experimental microthread support for use with...
2000-04-09 Just van Rossumadded popup control (jvr)
2000-04-09 Just van Rossumadded setbound() method, some cleanups (jvr)
2000-04-09 Just van Rossumoops, keyword list missed exec... doh! thanks to Maik...
2000-04-09 Jack JansenInstaller Vise vct file for 1.6a1. Not very pretty...
2000-04-09 Jack JansenModified for 1.6a1.
2000-04-09 Jack JansenQuick readme for 1.6a1.
2000-04-09 Greg WardFixed so LaTeX can actually process it, and so it looks...
2000-04-09 Greg WardGot started for real on this manual. Completely untest...
2000-04-09 Greg WardExtracted a bunch of Distutils-specific commands and...
2000-04-09 Greg WardDitched the unused 'list_only' option.
2000-04-09 Greg WardCatch DistutilsFileError in addition to DistutilsExecEr...
2000-04-09 Greg WardAdded (currently) pointless and trivial main body ...
2000-04-09 Greg WardThis little note is to clarify things for people who...
2000-04-08 Jack JansenDrag was missing from the modules built.
2000-04-08 Jack JansenThis hadn't been checked in for a while.
2000-04-08 Fred DrakeFix Skip's email address in his attribution! (Thanks...
2000-04-07 Fred DrakeAdded support for the "Long HTML" version to the build...
2000-04-07 Fred DrakeNew example from Skip Montanaro <skip@mojam.com>.
2000-04-07 Jack JansenEnable multithreading.
2000-04-07 Jack JansenAdded a profiling target.
2000-04-07 Jack JansenFiddled linkorder and a few other things to make shared...
2000-04-07 Fred DrakeDescribe the purpose of the "long HTML" package.
2000-04-07 Fred DrakeFred Gansevles <gansevle@cs.utwente.nl>:
2000-04-07 Jack JansenStarted on GUSI2 and threading support.
2000-04-07 Jack Jansen1.6a1 modules added.
2000-04-07 Jack JansenStarted on GUSI2 and threading support. cfm68k targets...
2000-04-07 Jack JansenStarted on GUSI2 and threading support.
2000-04-07 Jack JansenReady for 1.6a1. Reordered the defines to be in line...
2000-04-07 Jack JansenReturn a handle in stead of a resource.
2000-04-07 Guido van RossumVladimir Marangozov: This fixes the line number in...
2000-04-06 Guido van RossumJust in case someone wants to use this, let's fix the...
2000-04-06 Fred DrakeMark RELEASE with the release level ("a2").
2000-04-06 Guido van RossumConrad Huang points out that "if (0 < ch < 256)", while...
2000-04-06 Fred DrakeMake sure the \declaremodule uses the right name for...
2000-04-06 Fred Drakeunichr(),
2000-04-06 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com>:
2000-04-06 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com>:
2000-04-06 Fred DrakeRevised / removed comments about string exceptions...
2000-04-06 Guido van RossumBump version to 1.6a2 -- to be released one of these...
2000-04-06 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com>:
2000-04-06 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com>:
2000-04-06 Guido van RossumMoved socket, select, unicodedata to their own PYD...
2000-04-06 Fred DrakeNote the exception raised when parameter to chr() is...
2000-04-06 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com>:
2000-04-06 Guido van RossumRemove _socket, select, soundex, and unicodedata. ...
2000-04-06 Fred DrakeAdded entry for codecs module.
2000-04-06 Fred DrakeAdded codecs entry here as part of String Services.
2000-04-06 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com>:
next