]> granicus.if.org Git - python/shortlog
python
2001-02-01 Fred DrakeRemove spurious "\end{description}" that caused formatt...
2001-02-01 Tim PetersRepaired a docstring.
2001-02-01 Fred DrakePEP 205, Weak References -- initial checkin.
2001-02-01 Fred DrakeAdd entries for the weakref module to the build control.
2001-02-01 Fred DrakeAdded entry for weakref documentation.
2001-02-01 Fred DrakeAdd entry for weakref documentation.
2001-02-01 Fred DrakeDocumentation for the weakref module.
2001-02-01 Tim PetersWindows build: update for 2.1a2, + get ucnhash out...
2001-02-01 Tim PetersChange random.seed() so that it can get at the full...
2001-02-01 Jeremy Hyltonupdate section 4.1 to describe nested scopes
2001-01-31 Barry WarsawLong ago, Guido suggested that I add this to the standa...
2001-01-31 Barry WarsawSimple embedded program that does a module import....
2001-01-31 Barry WarsawIgnore the programs created in this directory.
2001-01-31 Barry WarsawAdd targets to make building `loop' and `import' easier...
2001-01-31 Barry WarsawDocument the two changes to the mailbox.py module:
2001-01-31 Barry WarsawTwo changes:
2001-01-31 Barry WarsawSome rewriting of the "Internationalizing your programs...
2001-01-31 Jeremy Hyltonmove "from stat import *" to module level
2001-01-31 Tim PetersDocs for new Windows zlib build procedure.
2001-01-31 Mark HammondFix [ Bug #129293 ] zlib library used for binary win32...
2001-01-31 Mark HammondPartial fix to [ Bug #128685 ] popen on Win9x isnt...
2001-01-31 Mark HammondFix Bug #125891 - os.popen2,3 and 4 leaked file objects...
2001-01-31 Tim PetersSF bug #130532: newest CVS won't build on AIX.
2001-01-30 Fred DrakeMake HTML the default output format, since that is...
2001-01-30 Moshe ZadkaChecking in patch #103478 -- makes popen2 and fork1...
2001-01-30 Jack JansenNew internal function BMObj_NewCopied() which copies...
2001-01-30 Jeremy Hyltonadd note about two kinds of illegal imports that are...
2001-01-30 Jeremy HyltonFix test for free ref to global. This test should...
2001-01-30 Jeremy Hyltonadd test for illegal imports
2001-01-30 Jeremy HyltonRemove note about the compiler not checking for two...
2001-01-30 Jeremy HyltonEnforce two illegal import statements that were outlawe...
2001-01-29 Guido van RossumRename dubiously named local variable 'cmpfunc' --...
2001-01-29 Jeremy HyltonRemove f_closure slot of frameobject and use f_localspl...
2001-01-29 Jeremy HyltonCleanup logic a little. Check args first, then try...
2001-01-29 Jeremy Hyltonplug leak detected by Barry
2001-01-29 Jeremy Hyltonfix indentation glitch
2001-01-29 Andrew M. KuchlingPatch #103485 from Donn Cave: patches to make the modul...
2001-01-29 Andrew M. KuchlingRename 'lines' variable to 'nlines' to avoid conflict...
2001-01-29 Andrew M. KuchlingRestore the automatic use of the oldsharedmods and...
2001-01-29 Andrew M. KuchlingAdd back most of the old contents of Setup.dist, with...
2001-01-29 Andrew M. KuchlingAdd note about non-recursive Makefiles
2001-01-29 Jack JansenUse FSpCreateResFile() in stead of CreateResFile().
2001-01-29 Jack JansenGot ZeroScrap() and PutScrap() to work under Carbon.
2001-01-29 Jack JansenUse FSpCreateResFile() in stead of CreateResFile().
2001-01-29 Jack JansenUse CountMenuItems() in stead of CountMItems().
2001-01-29 Jack JansenMake balloon code dependent on existence of Help module
2001-01-29 Jack JansenRemoved device from the list of Qd incompatibilities...
2001-01-29 Jack JansenAccessor functions for regions and such expect an exist...
2001-01-29 Jack JansenPorted the icglue module to carbon.
2001-01-29 Jack JansenAdded generators for EnableMenuItem and CheckMenuItem...
2001-01-29 Jack JansenRe-enabled Scrap (even though it's mostly empty right...
2001-01-29 Jack JansenReplace {Enable,Disable,Check}Item with their carbon...
2001-01-29 Jack JansenPorted the icglue module to carbon.
2001-01-29 Jack JansenAdded Help, Scrap and icglue missing methods.
2001-01-29 Marc-André... Fixed posixpath.normpath() to respect two leading slash...
2001-01-29 Marc-André... Fixed .capitalize() method of Unicode objects to work...
2001-01-29 Sjoerd MullenderDon't use $< in normal make rules: it's not portable...
2001-01-29 Moshe ZadkaAdded news of function comparison and hashing by identity
2001-01-29 Eric S. RaymondMore on noutrefresh() and scroll().
2001-01-29 Moshe ZadkaThe one thing I love more then writing code is deleting...
2001-01-28 Jack JansenAdded cellobject.c
2001-01-28 Skip Montanaroupdated to document use of sequences of two-element...
2001-01-28 Skip Montanaroadded several more urlencode test cases - part of patch...
2001-01-28 Skip Montanaroallow first param urlencode to be a sequence of two...
2001-01-28 Andrew M. KuchlingBug #130117: add a prototype required to compile cleanl...
2001-01-28 Fred DrakeAdjust documentation for new.instance() to reflect...
2001-01-28 Jack JansenRemove single "." components from pathnames, and return...
2001-01-28 Jack JansenData pathnames were not converted from URL-style to...
2001-01-28 Martin v. LöwisAllow installation of IDLE via distutils (patch #103138).
2001-01-28 Fred DrakeDocument the PyInstance_*() functions and data.
2001-01-28 Tim PetersSF bug #130306: statcache.py full of thread problems.
2001-01-28 Fred DrakeAdded tests for new signature of new.instance().
2001-01-28 Fred Drakenew_instance(): Use PyInstance_NewRaw() instead of...
2001-01-28 Fred DrakeRe-factored PyInstance_New() into PyInstance_New()...
2001-01-28 Fred DrakeAdded prototype for PyInstance_NewRaw().
2001-01-28 Eric S. RaymondInstructive example for strftime(); how to generate...
2001-01-28 Tim PetersIt's unclear whether PyMarshal_XXX() are part of the...
2001-01-27 Neil SchemenauerFix a typo.
2001-01-27 Neil Schemenauer- Fix buildno dependencies (I hope).
2001-01-27 Neil Schemenauerthe usual
2001-01-27 Neil Schemenauer- Remove Guido's LINKCC=CXX experiment.
2001-01-27 Fred Drakeinit_curses_panel(): Be more consistent with indentatio...
2001-01-27 Eric S. RaymondEmphasis that instantiating this class doesn't consume...
2001-01-27 Martin v. LöwisExcept HierarchyRequestErr instead of TypeError.
2001-01-27 Martin v. LöwisRe-indent.
2001-01-27 Martin v. LöwisSynchronize with PyXML 1.5.
2001-01-27 Martin v. LöwisSynchronize with PyXML 1.10
2001-01-27 Martin v. LöwisRe-indent.
2001-01-27 Martin v. LöwisMerge changes of PyXML 1.13:
2001-01-27 Martin v. LöwisSynchronize with 1.10 of PyXML: Close parser when done.
2001-01-27 Neil SchemenauerGrow that RCS file!
2001-01-27 Neil SchemenauerRestore --with-suffix option. AC_EXEEXT doesn't aways...
2001-01-27 Tim PetersSF bug http://sourceforge.net/bugs/?func=detailbug...
2001-01-27 Tim PetersAdded news about repr(string).
2001-01-27 Andrew M. KuchlingBug #129904: Put back the path component for the Tkinte...
2001-01-26 Tim PetersNew comment block to Clarify a subtlety.
2001-01-26 Andrew M. KuchlingFarewell setup.cfg.in, we hardly knew ye. We need...
2001-01-26 Andrew M. KuchlingRemoved setup.cfg from the list of generated files
2001-01-26 Andrew M. KuchlingRemaining single-line change from patch #102409: to...
2001-01-26 Neil Schemenauer- Edit the QNX instructions to refer to Makefile, not...
next