]> granicus.if.org Git - python/shortlog
python
2001-02-06 Andrew M. KuchlingPatch #103578 ] _tkinter build fix for he current Debia...
2001-02-06 Jack JansenAdded DlgObj_WhichDialog, analoguous to WhichWindow...
2001-02-06 Jack JansenQDFlushPortBuffer() has an optional region argument.
2001-02-06 Neil SchemenauerInstall shared modules enabled by Setup* in $(DESTSHARE...
2001-02-06 Martin v. LöwisSupport older PYTHON_API_VERSIONs for backwards compati...
2001-02-06 Martin v. LöwisAdd xml declaration into toxml testcase.
2001-02-06 Martin v. LöwisDo not allow empty qualifiedName in createDocument.
2001-02-06 Skip Montanaroadded several more __all__ lists
2001-02-06 Martin v. LöwisAdd toprettyxml method into minidom, closes patch ...
2001-02-05 Guido van RossumA couple of changes to make this more conformant. ...
2001-02-05 Guido van RossumDon't get fooled by an empty prefix with a valid namesp...
2001-02-05 Andrew M. KuchlingPatch #103587: Fix typo that broke the install_data...
2001-02-05 Jeremy HyltonFixed UnboundLocalError for nested scopes
2001-02-05 Jeremy HyltonFix test 9 (caught by ?!ng)
2001-02-05 Jeremy HyltonSF patch 103596 by Nick Mathewson: rause UnboundLocalEr...
2001-02-05 Jack JansenAlso recognize DragRef as a method-argument.
2001-02-05 Andrew M. KuchlingWrote section on nested scopes, and moved it to the...
2001-02-04 Martin v. LöwisFix binfmt_register documentation to always register...
2001-02-04 Fred DrakeImprove diagnostic output when an external command...
2001-02-04 Tim PetersAnother _testXXX -> _testcapiXXX renaming.
2001-02-04 Tim PetersRenamed _testXXX to _testcapiXXX. Jack is my hero...
2001-02-03 Neil SchemenauerSuperseded by $(srcdir)/Makefile.pre.in.
2001-02-03 Neil SchemenauerTweak clean targets yet again.
2001-02-03 Guido van RossumClarify the news item about "from M import X" if "M...
2001-02-03 Fred DrakeFix markup typo in a {verbatim} environment (there...
2001-02-03 Fred DrakeDocument Node.isSameNode().
2001-02-03 Fred DrakeMove the whrandom section back to the documented module...
2001-02-03 Fred DrakeRevise the deprecation note for the whrandom module...
2001-02-03 Fred DrakeRemove an now-false statement about there being only...
2001-02-02 Jack JansenAccept Dialogs and Windows where Grafports are expected...
2001-02-02 Jack JansenOn MacOSX StackSpace() may lie because it doesn't know...
2001-02-02 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.1a2
2001-02-02 Tim PetersTeach Windows build and installer about new _symtable...
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...
next