]> granicus.if.org Git - python/shortlog
python
2002-11-07 Thomas HellerUse dynamic linking for the SHGetSpecialFolderPath...
2002-11-07 Thomas HellerFix a small bug when sys.argv[0] has an absolute path.
2002-11-07 Thomas HellerDocument the changed fdopen behaviour.
2002-11-07 Thomas HellerNEWS entry for the changed fdopen function.
2002-11-07 Thomas HellerEnforce valid filemode. Fixes SF Bug #623464.
2002-11-07 Martin v. LöwisTry linking the major/minor test program. Fixes #634444.
2002-11-07 Gustavo NiemeyerFixed sre bug "[#581080] Provoking infinite scanner...
2002-11-06 Jack JansenScript to create .app bundles. Largely untested.
2002-11-06 Martin v. LöwisAdd --check-tkinter to setup.py. Install IDLE. Fixes...
2002-11-06 Guido van RossumUse column= rather than col=; with Tk 8.4 col= no longe...
2002-11-06 Gustavo NiemeyerFixed bug "[#466200] ability to specify a 'verify'...
2002-11-06 Walter DörwaldAdd next() and __iter__() methods to StreamReader,...
2002-11-06 Walter DörwaldMake int("...") return a long if an int would overflow.
2002-11-06 Andrew M. KuchlingFix NameError exception ('name' undefined)
2002-11-06 Michael W.... Handle really big steps in extended slices.
2002-11-06 Andrew M. KuchlingFix docstring typos
2002-11-06 Andrew M. KuchlingOld change (probably suggested by Jason Tishler) The...
2002-11-06 Andrew M. Kuchling[Patch #633635 from David M. Cooke]
2002-11-06 Andrew M. Kuchling[Patch #633635 from David M. Cooke]
2002-11-06 Gustavo NiemeyerFixed bug #470582, using a modified version of patch...
2002-11-06 Jack JansenFix for bug 631247: configure should test the build...
2002-11-06 Finn BockSkip the test_nocaret test when running as jython....
2002-11-06 Finn BockMake the test pass for jython where there are no sys...
2002-11-06 Chui TeyBy default when getting the search menu, the currently...
2002-11-05 Neal NorwitzFix minor wording and 2 typos
2002-11-05 Martin v. LöwisSupport sdist.
2002-11-05 Neal NorwitzWhoops, fix the typo correctly this time
2002-11-05 Neal NorwitzUse PyOS_snprintf() instead of sprintf and wrap the...
2002-11-05 Barry WarsawAdd an entry for pdb's new `pp' command.
2002-11-05 Barry WarsawDocument the new `pp' command.
2002-11-05 Barry WarsawImplement a `pp' command, which is like `p' except...
2002-11-05 Neal NorwitzFix minor typos
2002-11-05 Fred DrakeMinor cleanups, markup.
2002-11-05 Martin v. LöwisDocument that images go away when they go away. Fixes...
2002-11-05 Barry Warsawparse(), _parseheaders(), _parsebody(): A fix for SF...
2002-11-05 Barry Warsawtest_no_separating_blank_line(): A test for SF bug...
2002-11-05 Barry WarsawA message with no separating blank line between the...
2002-11-05 Barry Warsawtest_text_plain_in_a_multipart_digest(): A test of...
2002-11-05 Barry Warsaw_parsebody(): A fix for SF bug #631350, where a subobje...
2002-11-05 Barry WarsawTest case, distilled from SF bug #631350, where a subob...
2002-11-05 Tim PetersAnother round on SF patch 618135: gzip.py and files...
2002-11-05 Jeremy HyltonRepair inconsistent use of tabs and spaces.
2002-11-05 Jeremy HyltonRemove use of string module and reflow a couple of...
2002-11-05 Barry WarsawBump __version__ (yes, to 2.5 "minus")
2002-11-05 Barry WarsawJason Mastaler's patch to break the dependence on rfc82...
2002-11-05 Gustavo Niemeyer* bzmodule.c
2002-11-05 Guido van RossumFix an old bug in poll(). When a signal is handled...
2002-11-05 Neal NorwitzFix SF #633935, test_bz2 fails
2002-11-05 Michael W.... Use PyList_CheckExact and PyTuple_CheckExact for checki...
2002-11-05 Fred DrakeFix a few minor nits. Still need to actually proofread...
2002-11-05 Michael W.... This is Alex Martelli's patch
2002-11-05 Fred DrakeFix minor markup nits.
2002-11-05 Gustavo NiemeyerPatch implementing bz2 module.
2002-11-05 Gustavo NiemeyerThis patch fixes the following bugs:
2002-11-05 Michael W.... Some days, I think my comment of
2002-11-05 Thomas HellerMust now give the basename - not including directories...
2002-11-05 Raymond HettingerSF 633560: tokenize.__all__ needs "generate_tokens"
2002-11-05 Tim PetersThis stopped working on Windows, due to a reference...
2002-11-05 Andrew M. KuchlingUse personal e-mail address; update date; various small...
2002-11-04 Chui TeySet breakpoints on remote debugger
2002-11-04 Neal NorwitzSF #633013, Fix NIS causing interpreter core dump
2002-11-04 Chui TeyTidied up widget placement
2002-11-04 Chui TeyRecalls breakpoints set in a file
2002-11-04 Fred DrakeUpdate config.h to pyconfig.h.
2002-11-04 Andrew M. KuchlingBring back the patch/bug count paragraph.
2002-11-04 Andrew M. KuchlingMention distutil changes
2002-11-04 Andrew M. Kuchling[Patch #588809] LDFLAGS support for build_ext.py, from...
2002-11-04 Tim PetersRelated to SF patch 618135: gzip.py and files > 2G.
2002-11-04 Andrew M. Kuchling[Patch #588809] Remove check of environment variables...
2002-11-04 Martin v. LöwisDocument symbolic constants for commands.
2002-11-04 Martin v. LöwisPatch #625823: Add symbolic constants for more commands.
2002-11-04 Fred DrakeThinking on comp.text.tex seems to be that it's better...
2002-11-04 Andrew M. Kuchling[Bug #620630] Flush stdout after logging every message...
2002-11-04 Andrew M. KuchlingAdd get_distutil_options(); future setup.py files can...
2002-11-04 Andrew M. Kuchling[Bug #570655] Fix misleading option text
2002-11-04 Martin v. LöwisPatch #630829: Don't block on IAC, process suboptions.
2002-11-04 Chui Tey[ 629984 ] Smaller font sizes not supported
2002-11-04 Chui Tey619127: Recent File Menu Not Updating
2002-11-03 Martin v. LöwisAdd getpreferredencoding. Support @euro modifiers....
2002-11-03 Neal NorwitzFix SF #632864, Typo string instead of sting in LibDoc...
2002-11-03 Neal NorwitzFix SF # 518775, buffer object API description truncated
2002-11-03 Neal NorwitzFix SF # 631066, running regrtest in user mode fails
2002-11-03 Neal NorwitzFix SF #618146, overflow error in calendar module
2002-11-02 Guido van RossumAdd "select all" by clicking on (0,0) cell.
2002-11-02 Neal NorwitzFix SF # 551504, python -v sometimes fails to find...
2002-11-02 Neal NorwitzFix compiler warning on HP-UX.
2002-11-02 Neal NorwitzUse O_NONBLOCK rather than O_NDELAY, so we get POSIX...
2002-11-02 Neal NorwitzSkip test_dbm if we can't write to the file
2002-11-02 Neal NorwitzFix SF #632624, test_resource failure on alpha/64bit
2002-11-02 Martin v. LöwisRemove extra argument in mknod. Fixes #632628.
2002-11-02 Neal NorwitzNeed to quote test for posix_threads on HPUX11
2002-11-02 Walter DörwaldMove introductory sentence to where it belongs.
2002-11-02 Guido van RossumAdd ESC key binding -- undo current cell editing.
2002-11-02 Guido van RossumMajor breakthrough in selection -- drag-select multiple...
2002-11-02 Raymond HettingerCorrect erroneous parenthesis placement in the delta...
2002-11-01 Fred DrakeUpdate example for the type() function to use the curre...
2002-11-01 Finn BockPatch #631972: Adds an is_jython flag.
2002-11-01 Fredrik Lundhpatch #624180 (part 2 of 2):
2002-11-01 Finn Bock[SF bug 631713] use the import exeption message in...
2002-10-31 Fred DrakeDefine abstract way to get the normal and smaller font...
next