]> granicus.if.org Git - python/shortlog
python
2003-02-25 Jack JansenRefer to the Mac OS X bundle_loader by the altbininstal...
2003-02-25 Jack JansenTest suite for the plistlib module.
2003-02-25 Jack JansenIn Mac OS X framework builds don't assume that the...
2003-02-24 Walter DörwaldChange the test encoding from "ISO8859-1" to "ISO-8859-1"
2003-02-24 Guido van Rossum2.3b1 patches
2003-02-24 Jack JansenFix building of Idle applet.
2003-02-24 Jack JansenAllow specifiying the destination for --extra files...
2003-02-24 Jack JansenAdded a -c (--copyfile) option with argument src:dst...
2003-02-24 Walter DörwaldRemove unused variables.
2003-02-24 Jack Jansensys.executable can contain spaces, cater for this when...
2003-02-24 Jack JansenThat fix was bogus, undone. The problem is that the...
2003-02-24 Jack JansenThe test for iconv_incs tested explicitly for None...
2003-02-24 Jack JansenAdded a note about MacOS.WMAvailable().
2003-02-24 Jack JansenDocumented linkmodel and WMAvailable().
2003-02-24 Neal NorwitzSF patch #687598, array.append is sloooow
2003-02-24 Guido van RossumFix from SF patch #633359 by Greg Chapman for SF bug...
2003-02-24 Guido van RossumDeleting the 2.2 spec.
2003-02-24 Guido van RossumRPM spec file for 2.3a2, contributed by Sean Reifschneider.
2003-02-23 Neal NorwitzFix SF bug #691793, Python 2.3a2 build fails on Tru64
2003-02-23 Neal NorwitzFix SF bug #691793, Python 2.3a2 build fails on Tru64
2003-02-23 Jack JansenAdded a linkmodel attribute, showing how Python was...
2003-02-23 Neal NorwitzGet test to work on alpha
2003-02-23 Neal NorwitzFix SF bug #689659, 64-bit int and long hash keys incom...
2003-02-23 Jack JansenDisabled -prebind again when linking the interpreter...
2003-02-23 Jack JansenExpect to skip test_iconv_codecs on MacOSX.
2003-02-23 Neal NorwitzFix SF bug #690081, test_posix fails when run in non...
2003-02-23 Neal Norwitzossaudiodev has been building, so remove unnecessary...
2003-02-23 Neal NorwitzFix SF bug #690435, apply fails to check if warning...
2003-02-23 Neal NorwitzFix SF bug #691276, shutil.copytree documentation bug
2003-02-23 Neal NorwitzFix SF bug #691276, shutil.copytree documentation bug
2003-02-23 Raymond HettingerUser requested changes to the itertools module.
2003-02-22 Michael W.... After the removal of SET_LINENO, PyCode_Addr2Line has...
2003-02-21 Jack JansenGetting rid of macfs.
2003-02-21 Jack JansenGet rid of macfs.
2003-02-21 Jack JansenChecking mac-specific stuff from the 2.3a2 branch in...
2003-02-21 Jack Jansengetpid doesn't exist on MacOS9.
2003-02-21 Guido van RossumRemove _reduce_2, it's now implemented in C.
2003-02-21 Jack JansenWASTEconst.py goes one level above the toolbox directory.
2003-02-21 Guido van RossumImplementing the salient parts of __reduce_ex__ in C.
2003-02-21 Tim PetersSF bug 690622: test_cpickle overflows stack on MacOS9.
2003-02-21 Michael W.... I'm am the PyPy sprint waiting for a Grand Renaming...
2003-02-21 Neal NorwitzAdd some minimal doc for get_completer added for patch...
2003-02-21 Walter DörwaldUse 'ISO8859-1' instead of 'ASCII' when testing whether...
2003-02-21 Tim PetersDoubled TimeoutTestCase.fuzz, to slash the frequency...
2003-02-21 Jack JansenAdded a method WMAvailable(). This will return True...
2003-02-21 Walter DörwaldPort all string tests to PyUnit and share as much tests
2003-02-21 Raymond HettingerFill in missing table entries.
2003-02-21 Raymond HettingerSF bug #685775: turtle circle() documentation error
2003-02-21 Raymond HettingerSF bug #690377: Dud footnote reference in distutils...
2003-02-21 Raymond HettingerMarkup and nits.
2003-02-21 Raymond HettingerSF bug #690083: test_random fails sometimes
2003-02-21 Neal Norwitzflex_complete looks like a private (but callback) funct...
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
next