]> granicus.if.org Git - python/shortlog
python
2003-02-26 Fred DrakeThe macfs, macostools, and plistlib should not be expec...
2003-02-26 Andrew M. KuchlingUpdate PyPI link
2003-02-26 Andrew M. Kuchling[Bug #693474, reported by Stuart Bishop]
2003-02-26 Andrew M. Kuchling[Bug #668662] Patch from Pearu Pearson: if a C source...
2003-02-26 Raymond HettingerMicro-optimizations.
2003-02-26 Just van Rossumuse bare raise so you get the original tb
2003-02-26 Walter DörwaldPort test_ucn and test_unicodedata to PyUnit. Add a...
2003-02-26 Just van Rossumuse the same Python for running the bootstrap script...
2003-02-26 Just van Rossumremove sitecustomize hack, will be solved elsewhere
2003-02-25 Jack JansenLet's try making the dialogs at least Movable Modal.
2003-02-25 Jack JansenIf a resource file cannot be decoded because the direct...
2003-02-25 Jack JansenReverted the rev. 1.8 change: the magic for decoding...
2003-02-25 Just van RossumPatch #683592: unicode support for os.listdir()
2003-02-25 Just van Rossumtweak error message
2003-02-25 Just van Rossum- renamed the --copyfile option to --file.
2003-02-25 Just van Rossumadded some comments, minor tweaks
2003-02-25 Just van RossumAddendum to #683658:
2003-02-25 Just van RossumResolving parts of #688907:
2003-02-25 Skip Montanarotypo
2003-02-25 Skip Montanaronote the demise of the dospath module (was actually...
2003-02-25 Jack JansenAdded an "Open Recent" command. Fixes 607810.
2003-02-25 Jack JansenWorkaround for bug #644243 (which is actually an Apple...
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...
next