]> granicus.if.org Git - python/shortlog
python
2001-02-02 Tim PetersRepair legit compiler warning.
2001-02-02 Jeremy Hyltonbump the magic number; the compiler has changed since...
2001-02-02 Jeremy Hyltonbump to 2.1a2
2001-02-02 Jeremy Hyltonthe usual
2001-02-02 Jeremy Hyltonmove "from Tkinter import *" to module level
2001-02-02 Jeremy HyltonFix spelling errors.
2001-02-02 Jeremy HyltonFix symbol table pass to generation SyntaxError excepti...
2001-02-02 Jeremy Hyltonfix a couple last-minute bugs in the raw socket support
2001-02-02 Jeremy Hyltonadd compile.h and symtable.h to list of header files
2001-02-02 Fred DrakeAdded Node.isSameNode() support.
2001-02-02 Fred DrakeOuch! I need a better test suite for this. ;-(
2001-02-02 Barry WarsawSteve Majewski's patch #103495, MatchFilename() and...
2001-02-02 Jeremy HyltonAdd minimal interface to symtable: _symtable module.
2001-02-02 Jeremy HyltonMove a bunch of definitions that were internal to compi...
2001-02-02 Fred DrakeUse a type flag to determine the applicability of the...
2001-02-02 Jeremy HyltonUndo recent exclusion of test_fork1 and test_zlib....
2001-02-02 Fred DrakeDo not pass names of individual files to shutil.rmtree...
2001-02-02 Fred DrakeWeakDictionary.items(): Do not allow (key,ref) pairs...
2001-02-02 Marc-André... Whitespace correction...
2001-02-02 Marc-André... Added new Python C API _test module to the build mechan...
2001-02-02 Tim PetersTeach the Windows installer about the _test module.
2001-02-02 Tim PetersPatch derived from Trent's 101162: a Python/C API testi...
2001-02-02 Fred DrakeAdjustments to the text of the UnixMailbox description...
2001-02-02 Jeremy Hyltonadd info about Grant Edwards' raw packet support
2001-02-02 Jeremy HyltonSF patch 101137 from Grant Edwards
2001-02-02 Fred DrakeAdded fork1, linuxaudiodev, sunaudiodev, and zlib to...
2001-02-02 Jeremy Hyltonadd missing DECREF (thanks, Barry)
2001-02-02 Fred DrakeThe socket constants have been moved to the socket...
2001-02-02 Fred DrakeMove the whrandom entry to the "Obsolete Modules" appendix.
2001-02-02 Fred DrakeMinor markup adjustments.
2001-02-02 Fred DrakeMinor markup adjustments.
2001-02-02 Fred DrakeAdded a warning at the top saying that user code should...
2001-02-02 Tim PetersTeach Windows build about the _weakref module.
2001-02-01 Jeremy HyltonSF patch 103543 from tg@freebsd.org:
2001-02-01 Jeremy HyltonAn ssl-wrapped socket now returns '' on EOF, just like...
2001-02-01 Jeremy Hyltoncontinue now allowed in try block
2001-02-01 Jeremy HyltonAllow 'continue' inside 'try' clause
2001-02-01 Barry WarsawSpecial case around some of the nastier annoyances...
2001-02-01 Barry WarsawMove the "from Tkinter import *" out of the method...
2001-02-01 Jeremy HyltonAdd item about nested scopes.
2001-02-01 Jeremy HyltonUndo recent change that banned using import to bind...
2001-02-01 Fred DrakeAdded comments about the weak reference support.
2001-02-01 Jeremy Hyltonadd quicktest target -- runs test suite except for...
2001-02-01 Jeremy Hyltonmove extra arguments to the back of the new.code()...
2001-02-01 Fred DrakeAdded note about need for -traditional-cpp on the MacOS...
2001-02-01 Fred DrakeRevise the driver code to be more informative in the...
2001-02-01 Fred DrakeFix some markup breakage that prevented formatting...
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.
next