]> granicus.if.org Git - python/shortlog
python
2003-06-12 Kurt B. KaiserWill use the Python LICENSE file instead.
2003-06-12 Kurt B. KaiserRemove setup file, no longer needed.
2003-06-12 Kurt B. KaiserRemove unneeded MANIFEST template.
2003-06-12 Kurt B. KaiserRemove unneeded installation instructions.
2003-06-12 Kurt B. KaiserUpdate version.
2003-06-12 Raymond HettingerSF Patch #744104: Remove eval() from csv
2003-06-12 Skip Montanaroadd a couple test cases which involve longs and floats...
2003-06-11 Brett CannonHave pydoc try handling an object as "other" if the...
2003-06-11 Brett CannonFixed a comment.
2003-06-11 Andrew MacIntyrefix the curses module build failure on FreeBSD, reporte...
2003-06-11 Raymond Hettinger* Added missing documentation for object().
2003-06-11 Raymond HettingerSF bug #660022: parameters for int(), str(), etc.
2003-06-11 Raymond HettingerAdd docs for get_grouped_opcodes().
2003-06-11 Brett CannonClarify docstring for symlink.
2003-06-10 Raymond HettingerSF bug: 751941 Invisible HTML tag
2003-06-10 Barry Warsawget_payload(): Improve the TypeError message when the...
2003-06-09 Barry Warsawguess_all_extensions(): Return the empty list instead...
2003-06-09 Raymond HettingerDocument context_diff() and unified_diff()
2003-06-09 Neil SchemenauerWarn about creating global variables by __setattr__...
2003-06-09 Raymond HettingerAdd the IDLEFORK team.
2003-06-09 Raymond HettingerSF bug #685773: 2 (more) bugs in turtle
2003-06-09 Andrew MacIntyreChanges to sre.c after the application of patch #726869...
2003-06-09 Andrew MacIntyreadd support for os.tmpfile()
2003-06-09 Andrew MacIntyrereorganise modules, so that most standard extensions...
2003-06-09 Andrew MacIntyrevarious updates
2003-06-09 Andrew MacIntyrebump stack size to cater for _sre recursion.
2003-06-09 Andrew McNamaraFix potential leaks identified by Neal Norwitz.
2003-06-09 Kurt B. KaiserSF 748975 Printing unsaved shell fails
2003-06-08 Raymond HettingerAdded a command line interface for difflib.py
2003-06-08 Raymond HettingerAdded a command line interface for difflib.py
2003-06-08 Raymond HettingerAnnounce difflib.context_diff() and difflib.unified_diff().
2003-06-08 Raymond HettingerFor the context and unified diff functions:
2003-06-08 Neal NorwitzSF #735051, add time.tzset documentation
2003-06-08 Neal NorwitzFix SF #749831, copy raises SystemError when getstate...
2003-06-08 Raymond HettingerAdded functions for creating context diffs and unified...
2003-06-08 Neal NorwitzThe fix to use . was incorporated
2003-06-07 Martin v. LöwisRevert 1.25, as overloaded __repr__ is not considered.
2003-06-07 Martin v. LöwisPatch #750542: Use issubclass instead of type identity.
2003-06-07 Martin v. LöwisPatch #750595: Refer to type complex using builtin...
2003-06-07 Martin v. LöwisPatch #746801: FreeBSD 4 expected failures, by Charles...
2003-06-07 Martin v. LöwisPatch #749191: Delete commands in after_cancel. Will...
2003-06-07 Martin v. LöwisPatch #748846: Let Demo/classes/Date.py mention DateTim...
2003-06-07 Martin v. LöwisPatch #748849: Update to current tools and demos.
2003-06-07 Gustavo Niemeyer- urllib2.py now knows how to order proxy classes,...
2003-06-07 Kurt B. Kaiser1. Find in Files Dialog shows text selection if there...
2003-06-06 Kurt B. Kaiser1. Update WindowList registry when filename changes...
2003-06-06 Raymond HettingerSF bug #749759: comparisons yield bool not int
2003-06-05 Kurt B. KaiserAvoid problem resolving 'localhost'
2003-06-05 Guido van RossumChange to <<open-module>>: always pop up the dialog...
2003-06-05 Kurt B. KaiserSF 747667 Error Doesn't Decolorize
2003-06-05 Kurt B. KaiserSF 748973 Guido van Rossum patch
2003-06-04 Skip MontanaroQUOTE_ALWAYS -> QUOTE_ALL
2003-06-03 Jack JansenIn an OSX framework build Python could fail if HOME...
2003-06-03 Greg WardFactor endian-ness check out of play_sound_file(),...
2003-06-02 Guido van RossumWhen a previous call to poll() has already seen the...
2003-06-02 Raymond HettingerFix SF bug #747348 docstring mistake in BaseHTTPServer...
2003-06-02 Guido van RossumWhitespace normalization; break a long line.
2003-06-02 Guido van RossumFix a subtle decref bug that caused a GC assertion...
2003-06-02 Kurt B. KaiserEliminate the Revert to Default Settings submenu of...
2003-06-02 Kurt B. KaiserModify the remote stack viewer to work in the threaded...
2003-06-01 Jack JansenAdded two keys to database format: User-install-skips...
2003-06-01 Jack JansenUse splitlines() in stead of split() to split lines...
2003-06-01 Jack JansenFixed indentation error. Closes bug #746953.
2003-06-01 Neil SchemenauerUse fast_next_opcode shortcut for forward jump opcodes...
2003-06-01 Kurt B. KaiserUpdate for release
2003-06-01 Kurt B. KaiserSet the default for delete-exitfunc in config-main...
2003-05-31 Kurt B. KaiserSF 745525
2003-05-31 Jack JansenForgot the code to initialize the glue for the new...
2003-05-31 Martin v. LöwisPatch #740301: Add +s when linking shared libraries...
2003-05-31 Martin v. LöwisPatch #744238: Explain that different string types...
2003-05-31 Martin v. LöwisPatch #744877: Explain filter in terms of list comprehe...
2003-05-31 Martin v. LöwisModified Patch #745620: build shared lib as ".so" for...
2003-05-31 Martin v. LöwisPatch #744041: Use only first two elements of address...
2003-05-31 Raymond HettingerSF bug #733667: kwargs handled incorrectly
2003-05-30 Neil SchemenauerDon't use fast_next_opcode for JUMP_* opcodes. This...
2003-05-30 Tim PetersUpdated Windows buildno for 2.2.3 final.
2003-05-30 Kurt B. KaiserUpdate for release
2003-05-29 Greg WardComment fix.
2003-05-29 Jack Jansen- Get the database from a different place.
2003-05-29 Greg WardChange _ssize() so it doesn't rely on sizeof(char)...
2003-05-29 Greg WardCompletely change the interface to setparameters():
2003-05-29 Fred DrakeInclude both </tr> tags in the thead, not just the...
2003-05-29 Barry Warsaw_make_boundary(): Fix for SF bug #745478, broken bounda...
2003-05-29 Guido van RossumI saw errors from _fileobject.__del__ about missing...
2003-05-29 Guido van RossumRemove debug code from weakref_segfault().
2003-05-29 Guido van RossumFix for SF 742911. We now clear the weakrefs *before...
2003-05-29 Guido van RossumAdd testcase for SF 742911.
2003-05-29 Raymond HettingerFix typo so that the test actually calls the tested...
2003-05-29 Raymond HettingerTest ability to handle various type of iterators.
2003-05-29 Neal NorwitzSF bug #719367, string exceptions are deprecated
2003-05-29 Neal Norwitzisdatadescriptor() was added recently.
2003-05-29 Greg WardTypo fix.
2003-05-29 Greg WardRewrite the description of setparameters() so it actual...
2003-05-29 Greg WardTest script changed.
2003-05-29 Greg WardRenamed test_errors() to test_setparameters() and compl...
2003-05-29 Greg WardOrder and number of arguments to setparameters() has...
2003-05-29 Neal NorwitzFix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList()
2003-05-28 Jack JansenExample database for Package Manager.
2003-05-28 Jack Jansen- Added a scheme whereby pimp can update itself, by...
2003-05-28 Gregory P.... Remove the note about the BerkeleyDB license. Barry...
next