]> granicus.if.org Git - python/shortlog
python
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,
2001-01-18 Tim PetersClarifications.
2001-01-18 Andrew M. KuchlingSizable reorganization of how header and library files...
2001-01-18 Fred DrakeMinor markup cleaning, and one required fix in the...
2001-01-18 Andrew M. KuchlingUse openssl/*.h to include the OpenSSL header files
2001-01-18 Guido van RossumA dumb test for the dumdbm module.
2001-01-18 Guido van RossumAdd test for comparing recursive data types.
2001-01-18 Andrew M. KuchlingMake the original, makesetup-based, targets for buildin...
2001-01-18 Guido van RossumBite the bullet: use rich comparisons here, too.
2001-01-18 Guido van RossumAdd test for misbehaving rich comparisons (always retur...
2001-01-18 Guido van RossumRich comparison tests
2001-01-18 Guido van RossumDocument rich comparisons.
2001-01-18 Guido van RossumUpdated for 2.1; removed references to BeOpen.com and...
2001-01-18 Guido van RossumAdd my name to the copyright notice.
2001-01-18 Guido van RossumAdd note about copyright ownership and license situation.
2001-01-18 Guido van Rossum- Add note about complex numbers.
2001-01-18 Skip Montanarocorrect typo - closes bug #129205
2001-01-18 Ka-Ping YeeFix the example (it didn't seem to reflect reality).
2001-01-18 Andrew M. KuchlingRemove build/ subdirectory in "clean" target, not ...
2001-01-18 Tim PetersVariant of SF patch 103252: Startup optimize: read...
2001-01-18 Tim PetersMove distributed and duplicated config for stat() and...
2001-01-18 Tim PetersWhitespace normalization. Leaving tokenize_tests.py...
2001-01-18 Guido van RossumUse rich comparisons to fulfill an old wish: complex...
2001-01-18 Guido van RossumSame treatment as listobject.c:
2001-01-18 Guido van RossumRich comparisons:
2001-01-18 Guido van RossumSame treatment as listobject.c:
2001-01-17 Guido van RossumFix a leak in instance_coerce(). This was introduced...
2001-01-17 Tim PetersWindows: 2.1a1 changes so Python runs again. Note...
2001-01-17 Andrew M. KuchlingThe signal module has to be compiled statically, so...
2001-01-17 Guido van RossumConvert to rich comparisons:
2001-01-17 Neil SchemenauerBump up version number.
2001-01-17 Neil Schemenauer- compile struct module
2001-01-17 Fredrik Lundha bold attempt to fix things broken by MAL's verify...
2001-01-17 Guido van RossumMarc-Andre must not have run these tests -- they used...
2001-01-17 Guido van RossumGet rid of the declaration for _PyCompareState_Key.
2001-01-17 Guido van RossumGet rid of the initialization of _PyCompareState_Key.
2001-01-17 Guido van RossumDeal properly (?) with comparing recursive datastructures.
2001-01-17 Andrew M. KuchlingFix for bug #129173, reported by Skip Montanaro:
2001-01-17 Andrew M. Kuchlingstrop doesn't actually seem to be needed
2001-01-17 Andrew M. KuchlingUse the extended library search path when looking for...
2001-01-17 Ka-Ping YeeRestore lost AFMT_S16_NE entry.
2001-01-17 Marc-André... This patch removes all uses of "assert" in the regressi...
2001-01-17 Tim PetersStop creating an unbounded number of "Jack is my hero...
2001-01-17 Andrew M. KuchlingPatch #102588 / PEP 229:
2001-01-17 Andrew M. KuchlingPatch #102588 / PEP 229:
2001-01-17 Marc-André... Undoing the whitespace patches which sneaked into the...
2001-01-17 Marc-André... This patch adds a new builtin unistr() which behaves...
2001-01-17 Andrew M. KuchlingVarious clean-ups:
2001-01-17 Guido van RossumNews item for rich comparisons.
2001-01-17 Guido van RossumUse rich comparisons in min and max.
2001-01-17 Guido van RossumRich comparisons fall-out:
2001-01-17 Guido van RossumRich comparisons fall-out:
next