]> granicus.if.org Git - python/shortlog
python
2001-03-23 Tim Peterspydoc changed overnight in such a way that it no longer...
2001-03-23 Guido van RossumFix a memory leak -- there's no need to INCREF() the...
2001-03-23 Barry WarsawIn Jython, `@' is not allowed in module names. Extend...
2001-03-23 Guido van RossumFinishing touch to Ping's changes. This is a patch...
2001-03-23 Barry WarsawTwo minor changes for better Jython compatibility....
2001-03-23 Fred DrakeUpdate Mac OS X platform notes.
2001-03-23 Fred DrakeStrengthen the constraints on calling PyObject_GC_Fini().
2001-03-23 Barry WarsawMake socket.getservbyname test optional on socket modul...
2001-03-23 Fred Drakecall_sys_exitfunc(): Remove unused variable f.
2001-03-23 Andrew M. KuchlingChange rfc822_escape() to ensure there's a consistent...
2001-03-23 Jeremy HyltonAdd nested scopes spec to appendix.
2001-03-23 Fred DrakeRemove the annoying __version__ definitions.
2001-03-23 Fred DrakeLots of small changes to make this work with the Python...
2001-03-23 Barry Warsawsetlocale(): In _locale-missing compatibility function...
2001-03-23 Fred DrakePick up the "encode" function from esistools instead...
2001-03-23 Fred DrakeNo quotes around the "future" in the first use of the...
2001-03-23 Fred DrakeRe-write to no longer depend on an old version of PyXML...
2001-03-23 Fred DrakePick the "escape" function from the standard library...
2001-03-23 Fred DrakeAdd conversions for more of the markup -- not all of...
2001-03-23 Fred DrakeAdd entry for the futures appendix in the reference...
2001-03-23 Fred DrakeInclude the futures appendix.
2001-03-23 Fred DrakeRevise the markup so that this formats and uses markup...
2001-03-23 Barry WarsawSeveral changes for Jython portability. This closes...
2001-03-23 Jeremy Hyltonflesh out __all__
2001-03-23 Ka-Ping YeeAllow sys.excepthook and sys.exitfunc to quietly exit...
2001-03-23 Ka-Ping YeeExtend isclass() to work for extension classes (by...
2001-03-23 Jeremy HyltonAdd some initial text for the appendix on future statem...
2001-03-23 Jeremy HyltonNote that assignments to __debug__ are illegal
2001-03-23 Jeremy HyltonNews items for my recent checkins
2001-03-23 Ka-Ping YeeScript for starting pydoc with a GUI in Windows.
2001-03-23 Jeremy HyltonMake it illegal to assign to __debug__ as per Guido...
2001-03-23 Ka-Ping YeeBrowser compatibility fixes.
2001-03-23 Jeremy HyltonRevert to ver 1.22, which was the version before the...
2001-03-23 Ka-Ping YeeSmall formatting improvements.
2001-03-23 Ka-Ping YeeShow inherited methods, with hyperlinks to the base...
2001-03-23 Fred DrakeBump version number.
2001-03-23 Tim PetersRevert the 1.8 patch, since it's implicated in nasty...
2001-03-23 Ka-Ping YeeProvide a StopTokenizing exception for conveniently...
2001-03-23 Ka-Ping YeeExplain the difference between NL and NEWLINE.
2001-03-23 Ka-Ping YeeGive a slightly better explanation of excepthook.
2001-03-23 Ka-Ping YeeDon't have trace() skip the top frame; return them...
2001-03-23 Fred DrakeWhen creating an attribute node using createAttribute...
2001-03-23 Fred DrakeUpdate to the most recent weakref changes.
2001-03-23 Fred DrakeConvert the weakref test suite to PyUNIT, and add tests...
2001-03-23 Fred DrakeWhen the regression test is run in verbose mode, make...
2001-03-23 Fred DrakeAdd support for weak references to the function and...
2001-03-23 Fred DrakeAdd the necessary field for weak reference support...
2001-03-23 Guido van RossumFix memory leak with SyntaxError. (The DECREF was...
2001-03-23 Andrew M. KuchlingAdd a paragraph about obmalloc turning up bugs in exten...
2001-03-23 Tim PetersAdd Jeremy's compiler to the Windows install.
2001-03-23 Andrew M. KuchlingAdd section for PEP 241
2001-03-23 Ka-Ping YeeAdd sys.excepthook.
2001-03-23 Ka-Ping YeeFixes for various issues reported and discovered since...
2001-03-22 Fredrik LundhSRE 2.1b2: increase the chances that the sre test works...
2001-03-22 Jeremy HyltonFirst cut at a high-level symbol table interface
2001-03-22 Fredrik LundhSRE 2.1b2: forgot to update one output file (sorry...
2001-03-22 Jeremy Hyltonadd DEF_BOUND constant
2001-03-22 Guido van RossumStrip \r as trailing whitespace as part of soft line...
2001-03-22 Guido van RossumUpdate the Tix version (long overdue :-).
2001-03-22 Guido van RossumAdd a wrapper function for ssl() on Windows. Inspired...
2001-03-22 Guido van RossumThis is SF patch #405952, by Anthony Baxter:
2001-03-22 Fred DrakeA small change to the C API for weakly-referencable...
2001-03-22 Fred DrakeInform the cycle-detector that the a weakref object...
2001-03-22 Fred DrakeMake cPickle use the recently-added PyInstance_NewRaw...
2001-03-22 Guido van RossumMake this IDLE version 0.8. (We have to skip 0.7 becau...
2001-03-22 Guido van RossumDon't use __debug__ as if it were some module global...
2001-03-22 Fred DrakeBump the version number.
2001-03-22 Fred DrakeUpdate to the current state of the universe.
2001-03-22 Fred DrakeBe more clear about the specific rules for supporting...
2001-03-22 Thomas WoutersFix typo in history.
2001-03-22 Fredrik LundhSRE 2.1b1: don't do unicode tests under 1.5.2, or on...
2001-03-22 Fredrik Lundhsre 2.1b2 update:
2001-03-22 Andrew M. KuchlingAdded news items for the Distutils
2001-03-22 Guido van RossumUpdated history. Incorporated 1.6.1 license.
2001-03-22 Martin v. LöwisSynchronize with 1.6 of PyXML:
2001-03-22 Andrew M. KuchlingUse the get_contact*() accessors instead of get_maintai...
2001-03-22 Guido van RossumSet copyright to PSF. Don't bother with 2000.
2001-03-22 Thomas WoutersAllow the process of reading back what we wrote to...
2001-03-22 Guido van RossumAdd some news for 2.1b2. I'd still like someone else...
2001-03-22 Guido van RossumAdded Gordon McMillan. He should've been in there...
2001-03-22 Guido van RossumChange co.detach() to co.back() call.
2001-03-22 Guido van RossumAdd more complete reference. Change a co.back() call...
2001-03-22 Steve PurcellUpdated to latest PyUnit version (1.31 in PyUnit CVS...
2001-03-22 Jeremy HyltonSet the line number correctly for a nested function...
2001-03-22 Jeremy HyltonMake error messages clearer for illegal combinations...
2001-03-22 Andrew M. KuchlingRemove redundant import
2001-03-22 Andrew M. KuchlingBack out conversion to string methods; the Distutils...
2001-03-22 Andrew M. KuchlingCall the write_pkg_info method
2001-03-22 Andrew M. KuchlingAdd 'platforms' and 'keywords' attributes to the Distri...
2001-03-22 Andrew M. KuchlingPatch #407434: add rfc822_escape utility function
2001-03-22 Jeremy HyltonExtend support for from __future__ import nested_scopes
2001-03-22 Jeremy HyltonIf a code object is compiled with nested scopes, define...
2001-03-22 Guido van RossumCheck that f.keys() == [] right after creation -- this...
2001-03-22 Neil SchemenauerAdd CONFIG_ARGS Makefile variable (saves the arguments...
2001-03-22 Neil Schemenauer- Remove WITH makefile variable. Its not used for...
2001-03-22 Guido van RossumDon't raise MemoryError in keys() when the database...
2001-03-21 Tim PetersChanged doctest to run tests in alphabetic order of...
2001-03-21 Fred DrakeIntegrated an expanded version of some text from Neil...
2001-03-21 Jeremy HyltonTest that traceback module works with SyntaxErrors...
2001-03-21 Jeremy HyltonDo not print caret when offset is None.
next