]> granicus.if.org Git - python/shortlog
python
2003-11-19 Jack JansenGetting rid of support for MacOS9 and earlier. This...
2003-11-19 Jack JansenTemporary fix for buildon on both Panther and Jaguar.
2003-11-19 Jack JansenMoved various files over from the release23-maint branch.
2003-11-19 Jack JansenUpped version
2003-11-19 Jack JansenUpped version numbers, and converted to UTF-16.
2003-11-19 Jack JansenUpped.
2003-11-19 Jack JansenThis file is utf-16, not utf-8 (or ascii).
2003-11-19 Jack JansenForward port of various fixes that were initially only...
2003-11-19 Jack JansenPorted from 23maint branch: add icons to BuildApplet.
2003-11-19 Walter DörwaldFix typos.
2003-11-19 Jack JansenAdded a site
2003-11-19 Jack JansenUpped version
2003-11-19 Kurt B. Kaiser- After an exception, run.py was not setting the except...
2003-11-19 Barry Warsaw__init__(): The docstring was incorrect regarding how...
2003-11-19 Barry WarsawGenerator's constructor: The documentation was incorrec...
2003-11-18 Jack JansenModified version by Bob Ippolito. It passes the just...
2003-11-18 Just van RossumFix for [ 765456 ]: testAFakeZlib failed on platforms...
2003-11-18 Just van RossumFix for [ 782686 ]: new files used \r as the default...
2003-11-18 Jack JansenTest the applesingle decoder.
2003-11-18 Martin v. LöwisPatch #836434: Use dlopen/dlsym on AIX if available...
2003-11-18 Martin v. LöwisPatch #841807: Check whether a versioned libpython...
2003-11-18 Martin v. LöwisPatch #843088: Fix typos. Backported to 2.3.
2003-11-18 Martin v. LöwisPatch #794400: Let PYTHONSTARTUP influence the compiler...
2003-11-18 Guido van RossumImplement straightforward suggestions from gcc warnings...
2003-11-18 Raymond HettingerDocumentation for set objects.
2003-11-18 Raymond HettingerUse PySequence_Contains() instead of direct access...
2003-11-17 Raymond HettingerVarious fixups (most suggested by Armin Rigo).
2003-11-16 Raymond HettingerFix output spacing typo
2003-11-16 Raymond Hettinger* Migrate set() and frozenset() from the sandbox.
2003-11-16 Raymond HettingerFix typo
2003-11-15 Raymond HettingerChange ValueErrors to TypeErrors and add PyList_Check...
2003-11-15 Raymond HettingerVerify heappop argument is a list.
2003-11-14 Thomas HellerMention patch #841977: modulefinder didn't find extensi...
2003-11-14 Thomas HellerSF #841977 - modulefinder fails to find extension modul...
2003-11-14 Tim Petersupdate_refs(): assert that incoming refcounts aren...
2003-11-13 Tim Peterssubtype_dealloc(): Simplified overly contorted retrack...
2003-11-13 Tim Peterssubtype_dealloc(): A more complete fix for critical...
2003-11-13 Andrew M. KuchlingVarious edits
2003-11-13 Gregory P.... remove "support" for BerkeleyDB 3.1, it hasn't worked...
2003-11-13 Martin v. LöwisPatch #839877: Remove unused lambda expression.
2003-11-13 Martin v. LöwisPatch #804543: strdup saved locales. Backported to...
2003-11-12 Tim PetersSF bug 840829: weakref callbacks and gc corrupt memory.
2003-11-12 Tim Peterspyexpat stopped building on Windows -- whining about...
2003-11-12 Raymond HettingerFix typo
2003-11-12 Raymond HettingerExplain the advantages of reversed.
2003-11-12 Raymond HettingerPresent each feature in terms of what makes it useful...
2003-11-12 Raymond HettingerImprove backwards compatibility code to handle True...
2003-11-12 Raymond HettingerImprove the implementation of itertools.tee().
2003-11-11 Neil SchemenauerMake Message.__str__ more efficient.
2003-11-10 Fred Drakefix typo in markup
2003-11-10 Fred Drakefix use of undefined markup
2003-11-10 Fred Drakeadd missing "if"
2003-11-10 Martin v. LöwisMention that getsid is new in 2.4.
2003-11-10 Martin v. LöwisPatch #798297: Add IMAP THREAD command.
2003-11-10 Martin v. LöwisPatch #839038: Add getsid(2).
2003-11-10 Guido van RossumPlug tempfile.mktemp() hole (Iustin Pop).
2003-11-10 Guido van Rossummktemp() shouldn't rely on os.path.exists(), which...
2003-11-09 Alex Martellifixed wrong error checking on fcntl call as per SF...
2003-11-09 Alex Martellifixed obvious bug in _send_header as per SF bug #831271
2003-11-09 Alex Martellifixed buggy comment as per SF bug #827856
2003-11-09 Alex Martelliclarified (in the 5.14 summary) that tests and comparis...
2003-11-09 Alex MartelliAdd docs for readmodule_ex and its function-descriptors...
2003-11-09 Alex MartelliAvoid giving advice that's bad for security, as per...
2003-11-09 Brett CannonDocument Py_RETURN_NONE.
2003-11-08 Andrew M. KuchlingAdd 'see also' section pointing to the PEP
2003-11-08 Andrew M. KuchlingAdd some recent changes
2003-11-08 Raymond HettingerUpdate test to handle list.__reversed__().
2003-11-08 Raymond HettingerImprove the reverse list iterator to free memory as...
2003-11-08 Raymond HettingerSF bug #835457: Small typo in logging documentation
2003-11-08 Raymond HettingerMinor code fixup. Make sure that len reflects the...
2003-11-08 Raymond HettingerConvert heapq.py to a C implementation.
2003-11-07 Raymond HettingerOptimize reversed(list) using a custom iterator.
2003-11-07 Michael W.... Fix the problem addressed by patch
2003-11-07 Raymond HettingerAdd a new looping idiom
2003-11-06 Martin v. LöwisPatch #837322: Clarify owning, borrowing, stealing...
2003-11-06 Martin v. LöwisOverallocate target buffer for normalization more early...
2003-11-06 Raymond HettingerImplement and apply PEP 322, reverse iteration
2003-11-05 Neil SchemenauerAdd traceback.format_exc().
2003-11-05 Jeremy HyltonMake undetected error on stack unwind a fatal error.
2003-11-04 Anthony Baxtermissing news entry
2003-11-03 Gregory P.... * SF patch 835100 - C++ // comments are not allowed...
2003-11-03 Jeremy HyltonFix compiler warning about possible use of n without...
2003-11-03 Gregory P.... * Use weakref's of DBCursor objects for the iterator...
2003-11-02 Raymond HettingerSF patch #834444: add versionadd to new functions
2003-11-02 Raymond HettingerSF patch #834015: Remove imports of unused modules
2003-11-02 Gregory P.... * Fix the singlethreaded deadlocks occurring in the...
2003-11-02 Gregory P.... Fix a tuple memory leak when raising DB, DBEnv and...
2003-11-02 Raymond HettingerUse PyTuple_Pack() to simplify enumerate().
2003-10-31 Andrew M. Kuchling[Bug #817178] Fix incorrect arguments in example, noted...
2003-10-31 Martin v. LöwisPatch #833710: Set INSTSONAME on Solaris. Backported...
2003-10-31 Martin v. LöwisPatch #830858: Correct the number of is-functions....
2003-10-31 Martin v. LöwisPatch #628301: Update installer to
2003-10-31 Martin v. LöwisPatch #531629: Add multicall support.
2003-10-31 Martin v. LöwisPatch #785689: Use basename in usage. Backported to...
2003-10-31 Martin v. LöwisPatch #787189: Explicitly define CTRL on SGI.
2003-10-31 Martin v. LöwisPatch #: Add POP3 over SSL support.
2003-10-31 Martin v. LöwisPatch #788404: ignore "b" and "t" mode modifiers in...
2003-10-30 Raymond HettingerFix typo.
2003-10-30 Brett CannonMinor grammatical fix.
2003-10-29 Raymond HettingerUpdate test to include "sorted" in dir(list).
next