]> granicus.if.org Git - python/shortlog
python
2003-02-28 Jack JansenCheck modes on install and temporary directories. Fixes...
2003-02-28 Jack JansenRemoved silly print.
2003-02-28 Guido van RossumSF doc patch #692001, properties and __getattribute__...
2003-02-28 Jack JansenMoved the Apple workaround for the guard define for...
2003-02-28 Just van Rossumuse proper constant instead of comment (noted by nnorwitz)
2003-02-28 Raymond HettingerFix spelling and grammar.
2003-02-28 Neal NorwitzRemove setting i since it isn't used. Found in unrelat...
2003-02-28 Neal NorwitzFix SF bug #694816, remove comparison of unsigned value < 0
2003-02-27 Jack JansenIn make clobber also clean out the Python.framework.
2003-02-27 Jack JansenGetting rid of macfs.
2003-02-27 Jack JansenAdded a deprecation warning.
2003-02-27 Kurt B. KaiserM rpc.py
2003-02-27 Jack JansenAdded a note about EasyDialogs dialogs having become...
2003-02-27 Jack JansenStdFilterProc() uses InOut parameters.
2003-02-27 Jack JansenChanging the window type to movable modal isn't enough...
2003-02-27 Skip Montanaro* separate opcode definitions into opcode.py
2003-02-27 Skip Montanaronew opcode module - extract opcode definitions from...
2003-02-27 Skip Montanarosimple test case for dis module
2003-02-27 Guido van RossumGet rid of many apply() calls.
2003-02-27 Guido van RossumUse floor division (// and __[r]floordiv__ in right...
2003-02-27 Guido van RossumUse floor division (//).
2003-02-27 Michael W.... In the process of adding all the extended slice support...
2003-02-27 Mark HammondWhen bad HTML is encountered, ignore the page rather...
2003-02-27 Raymond HettingerModule review:
2003-02-26 Raymond HettingerModule review:
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.
next