]> granicus.if.org Git - python/shortlog
python
2001-09-19 Martin v. LöwisPatch to bug #461754: CDATA should not undergo entity...
2001-09-19 Guido van RossumAdd additional coercion support for "self subtypes...
2001-09-19 Guido van RossumEnable two checks for comparing a complex to a complex...
2001-09-19 Guido van Rossumcomplex_coerce(): add explicit PyComplex_Check() test...
2001-09-18 Tim PetersEnable some comparison tests that failed before. Still...
2001-09-18 Guido van RossumAdd a similar test for rich comparisons.
2001-09-18 Fredrik Lundhfixed #449964: sre.sub raises an exception if the templ...
2001-09-18 Guido van RossumHopefully fix 3-way comparisons. This unfortunately...
2001-09-18 Guido van RossumGet rid of a superfluous space after "--" in the messag...
2001-09-18 Andrew M. Kuchling[Patch #462258] On Cygwin, don't build Tkinter unless...
2001-09-18 Andrew M. KuchlingFix typo in comment
2001-09-18 Martin v. LöwisProperly repr classes without module names.
2001-09-18 Guido van RossumTest for the safety check in wrap_cmpfunc().
2001-09-18 Guido van Rossumwrap_cmpfunc(): added a safety check for the __cmp__...
2001-09-18 Fredrik Lundhan SRE bugfix a day keeps Guido away...
2001-09-18 Fred DrakeFix minor usage and consistency nits.
2001-09-18 Guido van RossumAll the news that fits, we print.
2001-09-18 Guido van RossumSF bug #417176 (Martijn Pieters): MultiFile.read()...
2001-09-18 Guido van Rossumsoftspace(): be prepared to catch AttributeError as...
2001-09-18 Tim PetersThis module didn't work at all anymore -- blew up with...
2001-09-18 Guido van RossumUndo some (but not all) of the more lenient acceptance of
2001-09-18 Guido van RossumRedo the PyMethod attributes using a dir()-friendly...
2001-09-18 Guido van Rossum- Some tests that check that assignments are not allowe...
2001-09-18 Guido van RossumSort the headers in PYTHON_HEADERS alphabetically....
2001-09-18 Tim PetersWhitespace normalization.
2001-09-18 Tim PetersMake test_socketserver require the network resource.
2001-09-18 Tim PetersI don't expect test_socketserver to get skipped on...
2001-09-18 Tim Peterstype_new(): Didn't compile anymore, due to change...
2001-09-17 Tim PetersRework akin to test_threaded_import, so that this can...
2001-09-17 Guido van RossumRewrite function attributes to use the generic routines...
2001-09-17 Jeremy HyltonTrack changes to compiler API
2001-09-17 Jeremy HyltonAPI change:
2001-09-17 Jeremy HyltonRe-created after change to astgen to calculate hardest_...
2001-09-17 Jeremy HyltonFix calculation of hardest_arg.
2001-09-17 Jeremy HyltonLast set of change to get regression tests to pass
2001-09-17 Guido van RossumAdd support for restricting access based on restricted...
2001-09-17 Jeremy HyltonAdd -p option to invoke Python profiler
2001-09-17 Jeremy HyltonOnly print attributes that start with co_.
2001-09-17 Jeremy HyltonHandle more syntax errors.
2001-09-17 Jeremy HyltonAdd utility to set filename attribute on all nodes
2001-09-17 Fredrik LundhBrian Quinlan's XML-RPC server framework.
2001-09-17 Jeremy Hyltonsupport true division
2001-09-17 Andrew M. Kuchling[Patch #462255, from Jason Tishler] Re-enables building...
2001-09-17 Guido van RossumSF patch #461781 by Chris Lawrence: os.path.realpath...
2001-09-17 Guido van RossumAdd cross-compilation defaults to most AC_TRY_RUN value...
2001-09-17 Tim PetersPyObject_Dir(): Merge in __members__ and __methods__...
2001-09-16 Tim Petersmerge_class_dict(): Clear the error if __bases__ doesn...
2001-09-16 Tim PetersIn a world with a growing number of subclassable types...
2001-09-16 Tim PetersImprove handling of docstrings. I had feared this...
2001-09-15 Tim PetersFixed typo in new 'p' description.
2001-09-15 Tim PetersSF bug [#461674] struct 'p' format doesn't work (maybe)
2001-09-15 Tim PetersSince we had a bug with multiplication of dynamic long...
2001-09-15 Guido van RossumA fix for SF bug #461546 (bug in long_mul).
2001-09-15 Tim PetersThe 'p' (Pascal string) pack code acts unreasonably...
2001-09-14 Jeremy HyltonAdd code generator for yield stmt
2001-09-14 Jeremy Hyltonlimit prefix test for lambda
2001-09-14 Jeremy Hyltondel no longer necessary now that new module is gone
2001-09-14 Jeremy HyltonVarious sundry changes for 2.2 compatibility
2001-09-14 Jeremy HyltonThe object-being sliced in an assignment to a slice...
2001-09-14 Jeremy Hyltonthe new new doesn't define CO_xxx as the old new did
2001-09-14 Jeremy Hyltonthe names attribute of Global is not a node
2001-09-14 Tim PetersUpdate the warning about transporting marshals across...
2001-09-14 Jeremy HyltonSupply code objects a new-style tp_members slot and...
2001-09-14 Guido van Rossumtp_new_wrapper(): A subtle change in the check for...
2001-09-14 Guido van RossumAdd call_maybe(): a variant of call_method() that returns
2001-09-14 Fred DrakeMarkup adjustments for consistency.
2001-09-14 Guido van Rossumcall_method():
2001-09-14 Guido van RossumPyObject_CallObject(): this may as well call PyEval_Cal...
2001-09-14 Guido van RossumMention SMTP additions and hmac module.
2001-09-14 Andrew M. KuchlingAdd support for SMTP TLS
2001-09-14 Guido van RossumSF patch #461413 (Gerhard Häring): Add STARTTLS feature...
2001-09-14 Guido van Rossum_PyObject_Dump(): print the type of the object. This...
2001-09-14 Tim PetersThe end of [#460467] file objects should be subclassable.
2001-09-14 Tim PetersChanged the dict implementation to take "string shortcu...
2001-09-13 Tim PetersGet rid of builtin_open() entirely (the C code and...
2001-09-13 Tim Peters_PyBuiltin_Init(): For clarity, macroize this purely...
2001-09-13 Tim PetersNow that file objects are subclassable, you can get...
2001-09-13 Tim PetersUse the keyword form of file() instead of open() to...
2001-09-13 Tim PetersAdded simple tests of keyword arguments in the basic...
2001-09-13 Tim Peterstype_call(): Change in policy. The keyword args ...
2001-09-13 Skip Montanarobased upon a suggestion in c.l.py, this slight expansio...
2001-09-13 Fred DrakeAdmit that we'll never add the args for a "call" event...
2001-09-13 Greg WardComment tweak: point to Robin Dunn's pybsddb project...
2001-09-13 Tim PetersSF bug [#460467] file objects should be subclassable.
2001-09-13 Guido van RossumSF bug #461073: mailbox __iter__ bug, by Andrew Dalke.
2001-09-12 Tim PetersAdded items about significant subclass bugfixes.
2001-09-12 Tim PetersAdded subclass equality tests. Almost all of these...
2001-09-12 Guido van Rossumbuild_class(): one more (hopefully the last) step on...
2001-09-12 Tim PetersAgain perhaps the end of [#460020] bug or feature:...
2001-09-12 Guido van RossumWhen MAKEFLAGS contains '-s', invoke setup.py with...
2001-09-12 Tim PetersIf interning an instance of a string subclass, intern...
2001-09-12 Tim Petersstr_subtype_new, unicode_subtype_new:
2001-09-12 Tim PetersMore on bug 460020: disable many optimizations of...
2001-09-12 Tim PetersMore bug 460020: lots of string optimizations inhibite...
2001-09-12 Fred DrakeAdd missing "}".
2001-09-11 Tim Peterslong_invert(): tiny speed and space optimization.
2001-09-11 Tim PetersAdd info about Windows filesystem limits.
2001-09-11 Tim PetersMore bug 460020. Disable a number of long optimization...
2001-09-11 Tim PetersMore bug 460020: when F is a subclass of float, disabl...
2001-09-11 Tim PetersMore bug 460020. When I is a subclass of int, disable...
next