]> granicus.if.org Git - python/shortlog
python
2003-02-21 Neal NorwitzAdd some notes about HIGHEST_PROTOCOL.
2003-02-20 Thomas HellerStrange control flow in PyInt_AsLong. When nb_int...
2003-02-20 Guido van RossumUpdate PY_VERSION to indicate that we're beyond 2.3a2...
2003-02-20 Michael W.... As far as I can tell PyEval_GetOwner was removed in...
2003-02-20 Guido van RossumAdd PEP 301 metadata.
2003-02-20 Guido van RossumDon't use self.announce() in a function that's not...
2003-02-20 Guido van Rossumannounce(): use the level argument to control the log...
2003-02-20 Guido van Rossumset_verbosity(): do something reasonable for out-of...
2003-02-20 Guido van RossumPrepped for 2.3b1.
2003-02-20 Guido van RossumMatch parentheses.
2003-02-20 Guido van RossumMerge in changes made to the 2.3a2 release.
2003-02-19 David Goodgerfixed markup
2003-02-19 Guido van RossumUpdate versions/dates for release of 2.3a2. Added...
2003-02-19 Guido van RossumThe connect timeout code wasn't working on Windows.
2003-02-19 Walter DörwaldAdd a note about the recent PEP 293 changes.
2003-02-19 Fred DrakeAdded a note about the new itertools module. (Omission...
2003-02-19 Guido van Rossum- PyEval_GetFrame() is now declared to return a PyFrame...
2003-02-19 Guido van Rossum- sys.path[0] (the directory from which the script...
2003-02-19 Andrew M. KuchlingInclude download_url in the data POSTed to the catalog...
2003-02-19 Andrew M. Kuchling[Patch #683939] Add download_url field to metadata
2003-02-19 Andrew M. Kuchling[Patch #684398] Rename verbose argument to show-respons...
2003-02-19 Andrew M. Kuchlinglogging.warn() renamed to warning()
2003-02-19 Andrew MacIntyreOS/2 has no concept of file ownership, like DOS & MS...
2003-02-19 Andrew MacIntyreOS/2 EMX build updates for recent CVS changes
2003-02-19 Jack JansenUse pythonw as the default interpreter also for .py...
2003-02-19 Mark Hammondos.mkdir() would crash with a Unicode filename and...
2003-02-19 Guido van RossumPyObject_Generic{Get,Set}Attr:
2003-02-19 Tim PetersReverted whitespace normalization on this file. I...
2003-02-19 Tim PetersRemoved debugging print in test_tarfile.
2003-02-19 Tim PetersWhitespace normalization.
2003-02-19 Guido van RossumRename _better_reduce to _reduce_2, to make sure that...
2003-02-19 Guido van RossumUse __reduce_ex__.
2003-02-19 Guido van RossumRemove now unused _better_reduce.
2003-02-19 Guido van RossumUse __reduce_ex__ in copy.py. The test_*copy_cant...
2003-02-19 Mark HammondFix bug 683658 - PyErr_Warn may cause import deadlock.
2003-02-18 Jack JansenUndid half of the previous checkin: continue using...
2003-02-18 Jack JansenAdded a note that MacOSX applets can no longer be run...
2003-02-18 Jack JansenEnable argv emulation if required.
2003-02-18 Jack JansenAdded an argv_emulation option (command line option...
2003-02-18 Jack JansenArgvemulator still used the old Alias API. Fixed.
2003-02-18 Guido van RossumRemove unused _better_reduce (which will disappear...
2003-02-18 Guido van RossumThree test cases for __reduce_ex__. This fails for...
2003-02-18 Tim PetersI entered the wrong year for 2.3a2.
2003-02-18 Fred DrakeBump version number.
2003-02-18 Guido van RossumIntroducing __reduce_ex__, which is called with a proto...
2003-02-18 Tim PetersBump Windows build number for 2.3a2.
2003-02-18 Tim PetersBump version # to 2.3a2.
2003-02-18 Andrew M. KuchlingUse python.org as the repository
2003-02-18 Tim Peterssave_global(): Trying to resolve module.name can fail...
2003-02-18 Tim PetersRemoved unreferenced label.
2003-02-18 Guido van RossumThe recent changes to super(), in particular supercheck...
2003-02-18 Guido van RossumMake __module__ writable except in restricted mode...
2003-02-18 Jeremy HyltonMake __module__ settable on functions and methods.
2003-02-18 Tim PetersOne doctest displaying a dict didn't sort it first...
2003-02-18 Guido van Rossumdefault_3way_compare(): use PyNumber_Check(), rather...
2003-02-18 Guido van RossumMake PyNumber_Check() a bit more careful, since all...
2003-02-18 Guido van RossumFold some long lines.
2003-02-18 Neal NorwitzFix SF bug #688424, 64-bit test problems
2003-02-18 Neal NorwitzFix SF bug #688424, 64-bit test problems
2003-02-18 Jeremy HyltonCopy the trace module here from Tools/scripts.
2003-02-18 Neal NorwitzSF patch #687683, Patches to logging (updates from...
2003-02-18 Jack JansenUse "$@" to pass arguments to Python in stead of "...
2003-02-18 Jack JansenDon't try to build dl on darwin. It doesn't build out...
2003-02-18 Neal NorwitzFix 64-bit problem, ParseTuple("i") needs C ints; ...
2003-02-18 Andrew M. Kuchling[Patch #681504] Call customize_compiler in config command
2003-02-18 Andrew M. KuchlingAdd two acks; bump version number
2003-02-18 Andrew M. Kuchling[Bug #688261] Fix optparse example and output
2003-02-18 Andrew M. Kuchling[Bug #683416] Make PEP263 coverage a bit more explicit...
2003-02-17 Neal NorwitzMake changes suggested by Walter to use self.assert...
2003-02-17 Neal NorwitzImport test_support properly
2003-02-17 Tim Peterstest_posix is an expected skip on Win32. Also fixed...
2003-02-17 Kurt B. KaiserM NEWS.txt
2003-02-17 Neal NorwitzFix SF bug #687655, String formatting conversions misle...
2003-02-17 Marc-André... Add URL for PEP to the source code encoding warning.
2003-02-17 Neal NorwitzRemove PyArg_ParseTuple() for methods which take no...
2003-02-17 Neal NorwitzAdded test_posix (hopefully it works on Windows).
2003-02-17 Neal NorwitzUse correct function name to PyArg_ParseTuple("is_packa...
2003-02-17 Jack JansenWhen installing resource files whose name ends in ...
2003-02-17 Jack JansenOptionally honour #! paths in scripts. Fixes #676358.
2003-02-17 Neal NorwitzActually run these tests from regrtest.py.
2003-02-17 Michael W.... Reword section about moving variables to os.path to...
2003-02-17 Jack Jansen- Added support for zip archives
2003-02-17 Andrew MacIntyrePatch 686397:
2003-02-17 Andrew MacIntyreTweak to Skip's checkin of patch 686397:
2003-02-16 Jack JansenBetter error messages and warnings.
2003-02-16 Jack JansenAdded notes about pimp and bundlebuilder to the Mac...
2003-02-16 Jack JansenWhen building an applet clear out the tempfile and...
2003-02-16 Guido van RossumFix for SF 686380, from SF patch 686771 by Ping. ...
2003-02-15 Neal NorwitzMake 2 module variables static. Assuming this is correct.
2003-02-15 Neal NorwitzAdd closing ) in comment
2003-02-15 Tim PeterscPickle.c, load_build(): Taught cPickle how to pick...
2003-02-14 Jack JansenMoved setupDocs.py to Doc/setup.py and did some cleanup...
2003-02-14 Tim PeterscPickle produces NEWOBJ appropriately now. It still...
2003-02-14 Marc-André... Patch for bug reported in patch #686627: import race...
2003-02-14 Skip MontanaroMigrate definitions of several platform-dependent path...
2003-02-14 Guido van Rossum- The audio driver tests (test_ossaudiodev.py and
2003-02-14 Jack JansenAllow opening of alternate databases.
2003-02-14 Jack JansenFactored out classes for handling source and binary...
2003-02-14 Jack JansenGot building documentation from source to work.
2003-02-14 Walter DörwaldPort test_charmapcodec to PyUnit. From SF patch #662807
next