]> granicus.if.org Git - python/shortlog
python
2001-01-22 Fredrik Lundhremoved unicodedatabase.[ch] references from Makefile...
2001-01-22 Barry Warsawcom_init(): My entry into the smallest patch possible...
2001-01-22 Andrew M. KuchlingBeginning of a "What's New in Python 2.1" article
2001-01-22 Tim PetersFixed teensy memory leak, but doesn't help test_sax...
2001-01-21 Tim PetersRemove unicodedatabase.c from the unicodedata subproject.
2001-01-21 Thomas WoutersMove declaration of 'clnt_create()' NIS function to...
2001-01-21 Fredrik LundhUnicode nits: Don't include unicodedatabase.h no more...
2001-01-21 Fredrik Lundhcompress unicode decomposition tables (this saves anoth...
2001-01-21 Jack JansenRe-generated with relative paths.
2001-01-21 Jack JansenAdded CarbonAccessors.o to the non-carbon targets,...
2001-01-21 Jack JansenAdded support for forced project building.
2001-01-21 Jack JansenAdded a force option (to force project generation,...
2001-01-21 Jack JansenDon't generate project if the XML file already exists...
2001-01-21 Tim PetersPatch #103342: Make shutil.copytree more useful under...
2001-01-21 Tim PetersPatch #103343: Allow the important test_pkg to succeed...
2001-01-21 Martin v. LöwisIn format(), consider sign only after grouping.
2001-01-21 Tim PetersPatch #103344: Sort dicts from extcall for easier...
2001-01-21 Fredrik Lundhforgot to check in the new makeunicodedata.py script
2001-01-21 Neil SchemenauerRemove a smelly export.
2001-01-21 Martin v. LöwisCheck for None to decide when pyexpat should not be...
2001-01-21 Martin v. LöwisFix typo: MICRO instead of MINOR.
2001-01-21 Martin v. LöwisMerge with 1.25 of PyXML:
2001-01-21 Tim PetersWhitespace normalization.
2001-01-21 Tim PetersWhitespace normalization.
2001-01-21 Tim PetersBug #128475: mimetools.encode (sometimes) fails when...
2001-01-20 Skip Montanaromore __all__ updates
2001-01-20 Skip Montanaroadded some tests for urlencode
2001-01-20 Skip Montanaroadded __all__ lists to a number of Python modules
2001-01-20 Skip Montanarodocstring typo
2001-01-20 Guido van RossumI've been using gdb a lot lately -- I'm missing 'bt...
2001-01-20 Skip Montanarorewrite of robotparser.py by Bastian Kleineidam. Close...
2001-01-20 Skip Montanaromodify urlencode so sequences in the dict are treated...
2001-01-20 Neil SchemenauerFix comment.
2001-01-20 Fredrik LundhBetter error message if ucnhash cannot be found (obscur...
2001-01-20 Marc-André... Updating NEWS to match the current state of affairs.
2001-01-20 Barry WarsawTim chastens:
2001-01-20 Barry Warsawdefault_3way_compare(): When comparing the pointers...
2001-01-20 Tim PetersSF patch #103336: Missing cast.
2001-01-20 Tim PetersWhen running the tests twice, stuck a "Press any key...
2001-01-19 Jack JansenVarious tweaks for Python 2.1a1.
2001-01-19 Jack JansenTreat an empty kwdict argument the same as a missing...
2001-01-19 Jack JansenUndefine and redefine PRAGMA_ALIGN_SUPPORTED under...
2001-01-19 Jack JansenUse #if TARGET_API_MAC_CARBON to determine carbon/class...
2001-01-19 Thomas WoutersMake the 'time' argument to the timemodule functions...
2001-01-19 Fred DrakeFixed a bunch of typos caught by Gilles Civario.
2001-01-19 Fred DrakeClarify comments about returning None using a return...
2001-01-19 Guido van RossumNow that Marc-Andre has retracted unistr(), remove...
2001-01-19 Guido van RossumA hack to augment sys.path with the build/lib.<platform...
2001-01-19 Tim PetersRun tests twice by default, first time deleting .pyc...
2001-01-19 Marc-André... Backed out the unistr() builtin.
2001-01-19 Guido van RossumUse a saner test filename, to work on Windows.
2001-01-19 Guido van RossumDelete the bytecode from the library and tests before...
2001-01-19 Guido van Rossum"make test" was still broken when building in a subdire...
2001-01-19 Moshe ZadkaOK, checking in patch 103329.
2001-01-19 Barry WarsawAdd some regression tests of coredump bugs in funcobjec...
2001-01-19 Barry WarsawApplication and elaboration of patch #103305 to fix...
2001-01-19 Fredrik Lundhgethash/cmpname both looked beyond the end of the chara...
2001-01-19 Tim PetersRepair "selective cut-&-paste" screwup.
2001-01-19 Guido van RossumChange verify() function to raise TestFailed, not Asser...
2001-01-19 Andrew M. KuchlingGvR pointed out the correct way to check for statically...
2001-01-19 Guido van RossumBump __version__; add authorship note for the BaseServe...
2001-01-19 Andrew M. KuchlingAdd Jason Tishler to the ACKS file
2001-01-19 Andrew M. KuchlingPatch #103220 from Jason Tishler:
2001-01-19 Andrew M. KuchlingMinor patch from Thomas Gellekum:
2001-01-19 Fredrik Lundhnew unicode name database (~160k)
2001-01-19 Fredrik Lundhimproved the ucnhash test a bit
2001-01-19 Fredrik Lundhadded "getcode" and "getname" methods to the ucnhash...
2001-01-19 Tim PetersColor all word instances of "as" after "import", &...
2001-01-19 Fredrik Lundhrefactored the unicodeobject/ucnhash interface, to...
2001-01-19 Tim PetersUpdate the example DLL instructions for 2.1. Add examp...
2001-01-19 Tim Petersurllib.py very recently changed to produce uppercase...
2001-01-19 Tim PetersWhitespace normalization.
2001-01-19 Tim Peterstest_urllib is failing on Windows. I don't know why...
2001-01-19 Tim PetersUse constructor form of "raise"; normalize <wink> docst...
2001-01-19 Tim PetersJeremy's patch #103323: trivial tests of all untested...
2001-01-19 Guido van RossumThis still mentioned IdlePrefs.py as the place to edit...
2001-01-19 Jeremy Hyltonmake the output of _test() suitable for use in the...
2001-01-19 Guido van RossumAnonymous SF bug 129288: "The python 2.0 urllib has...
2001-01-19 Jeremy Hyltonmake error msg more informative when test of exec fails
2001-01-19 Jeremy Hyltonadd test for SyntaxError on
2001-01-19 Jeremy Hyltonclearer error messages for apply() and "no locals"
2001-01-19 Jeremy Hyltonadd test of bastion and rexec to std regression test...
2001-01-19 Jeremy HyltonThis patch introduces an extra pass to the compiler...
2001-01-19 Tim PetersDerivative of patch #102549, "simpler, faster(!) implem...
2001-01-19 Andrew M. KuchlingRevert a single line of my large change earlier today...
2001-01-19 Guido van RossumChecking in a slight variation of Barry's patch 103303.
2001-01-19 Guido van RossumFix for the bug in complex() just reported by Ping.
2001-01-19 Guido van RossumSF Patch #102980, by Luke Kenneth Casson Leighton:...
2001-01-19 Guido van RossumSF Patch #103188, by Donn Cave: BeOS/ar-fake support...
2001-01-19 Guido van RossumSF Patch #103185, by jlt63: Some more standard modules...
2001-01-19 Guido van RossumSupport building this as a DLL under Cygwin.
2001-01-19 Guido van RossumSF Patch #103250, by pj99: Optimize a strspn() out...
2001-01-18 Guido van RossumAdd test that ensures hash() of objects defining __cmp_...
2001-01-18 Guido van RossumRich comparisons fallout: instance_hash() should check...
2001-01-18 Guido van RossumAdd test that ensures hash([]) and hash({}) raise TypeE...
2001-01-18 Guido van RossumRich comparisons fallout: PyObject_Hash() should check...
2001-01-18 Guido van RossumChanges to recursive-object comparisons, having to...
2001-01-18 Guido van RossumSince I'm about to check in a change to the recursion...
2001-01-18 Andrew M. KuchlingPatch #103313: Fixes "make test" by adding a little...
2001-01-18 Andrew M. KuchlingPatch from Barry: gets rid of two unused imports,
next