]> granicus.if.org Git - python/shortlog
python
2003-03-05 Jack JansenMoved some application-bundle specific code from the...
2003-03-05 Michael W.... Back in June in revision 1.98 Steve (accidentally,...
2003-03-05 Michael W.... I thought it was common practice to check things compil...
2003-03-05 Martin v. LöwisPatch #696645: Remove VMS code with uncertain authorship.
2003-03-05 Jack JansenThese are no longer used.
2003-03-04 Andrew M. KuchlingPoint e-mail address at the SIG
2003-03-04 Just van Rossumos.listdir(): Fall back to the original byte string...
2003-03-04 Andrew M. KuchlingWeaken recommendation of Friedl book; fix reference
2003-03-04 Andrew M. Kuchling[bug #692016] update description of {m,n} modifier...
2003-03-04 Andrew M. Kuchling[bug #696771] Remove misleading parenthetical aside
2003-03-04 Jack JansenPatch #696613 by Ben Laurie: use "test -L" to test...
2003-03-04 Kurt B. KaiserAttempting to save the shell raised an error related...
2003-03-04 Kurt B. KaiserSF 693333
2003-03-04 Tim Peterstest_ioctl is an expected skip on Windows.
2003-03-03 Neal NorwitzFix SF #692416, don't crash interpreter for _tkinter...
2003-03-03 Andrew M. Kuchling[Bug #693470] 'licence' as an alias for 'license' doesn...
2003-03-03 Kurt B. KaiserSF 695861
2003-03-03 Just van Rossumplugged leak noted by nnorwitz: the 'et' format returns...
2003-03-03 Andrew M. Kuchling[Bug #69389] List register command in __all__, so setup...
2003-03-03 Andrew M. KuchlingImprove description
2003-03-03 Just van RossumPatch #683592 revisited, after discussions with MvL:
2003-03-03 Ken Manheimerpy-pdbtrack-grub-for-buffer(): Rectified some logic...
2003-03-03 Jack JansenGave the text fields a little more space, so they don...
2003-03-03 Jack JansenMod to previous checkin: we must require ascii, not...
2003-03-03 Jack JansenAccept only the system default encoding when converting...
2003-03-03 Michael W.... Fix bug
2003-03-03 Jack JansenDon't call AEInteractWithUser unconditionally on a...
2003-03-03 Jack JansenCall AEInteractWithUser() before bringing up any of...
2003-03-03 Martin v. LöwisDon't crash on _tkinter.createfilehandler in non-thread...
2003-03-03 Martin v. LöwisPatch #671666: Alias ANSI code page to "mbcs".
2003-03-03 Ken ManheimerGuard advancing past leading meta-comments.
2003-03-03 Ken ManheimerEnhanced pdbtrack to provide for source code that's...
2003-03-02 Jack JansenUse Carbon.File for FSSpec and FSRef conversion, not...
2003-03-02 Jack Jansen_CG module only needs the ApplicationServices framework...
2003-03-02 Guido van RossumUndo the apply() removals; this code needs to run under...
2003-03-02 Guido van RossumMyComplex now works.
2003-03-02 Guido van RossumFix from Greg Chapman from SF bug #695651: a complex...
2003-03-02 Guido van RossumCommit MvL's doc patch for SF bug #221327. This adds...
2003-03-02 Tim Peterstest_load_from_canned_string(): Created a DATA2 string...
2003-03-02 Andrew M. KuchlingAdd updates for alpha2
2003-03-02 Andrew M. KuchlingExpand itertools paragraph
2003-03-02 Tim PetersTestOnlySetsInBinaryOps: Simplified the non-inplace...
2003-03-02 Tim PetersTypo repairs in new code.
2003-03-02 Tim PetersSF bug 693121: Set == non-Set is a TypeError.
2003-03-01 Tim PetersThe doctest was printing Sets, but that's unreliable...
2003-03-01 Neal NorwitzFix comment, mode really is used
2003-03-01 Neal NorwitzFix SF patch #695581, "returnself" -> "return self"
2003-03-01 Neal Norwitzget_completer() takes no args
2003-03-01 Guido van RossumAdded implementation notes for [re]set_exc_info().
2003-03-01 Guido van RossumReindent the new code properly.
2003-03-01 Guido van Rossum- New function sys.exc_clear() clears the current excep...
2003-03-01 Raymond HettingerSeveral of the tools can make direct calls the inner...
2003-03-01 Raymond HettingerRemoved duplicate test from inner loop.
2003-02-28 Andrew M. KuchlingAdd news item for patch #695090
2003-02-28 Andrew M. Kuchling[Patch #695090 from Bernhard Herzog] Allow specifying...
2003-02-28 Neal NorwitzHandle iconv initialization erorrs
2003-02-28 Neal NorwitzFix SF bugs #692951 and 692988, test_timeout.py needs...
2003-02-28 Neal NorwitzJust pointed out the code was better written with
2003-02-28 Neal NorwitzFix SF bug #690012
2003-02-28 Neal NorwitzFix SF bug #690012 (among others), iconv_codec stops...
2003-02-28 Barry Warsawcompile_atom(): Neal's last checkin removing the settin...
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
next