2003-11-19 |
Jack Jansen | Getting rid of support for MacOS9 and earlier. This... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Temporary fix for buildon on both Panther and Jaguar. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Moved various files over from the release23-maint branch. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Upped version |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Upped version numbers, and converted to UTF-16. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Upped. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | This file is utf-16, not utf-8 (or ascii). |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Forward port of various fixes that were initially only... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Ported from 23maint branch: add icons to BuildApplet. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Walter Dörwald | Fix typos. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Added a site |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Upped version |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Kurt B. Kaiser | - After an exception, run.py was not setting the except... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Barry Warsaw | __init__(): The docstring was incorrect regarding how... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Barry Warsaw | Generator's constructor: The documentation was incorrec... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Jack Jansen | Modified version by Bob Ippolito. It passes the just... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Just van Rossum | Fix for [ 765456 ]: testAFakeZlib failed on platforms... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Just van Rossum | Fix for [ 782686 ]: new files used \r as the default... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Jack Jansen | Test the applesingle decoder. |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Martin v. Löwis | Patch #836434: Use dlopen/dlsym on AIX if available... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Martin v. Löwis | Patch #841807: Check whether a versioned libpython... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Martin v. Löwis | Patch #843088: Fix typos. Backported to 2.3. |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Martin v. Löwis | Patch #794400: Let PYTHONSTARTUP influence the compiler... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Guido van Rossum | Implement straightforward suggestions from gcc warnings... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Raymond Hettinger | Documentation for set objects. |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Raymond Hettinger | Use PySequence_Contains() instead of direct access... |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Raymond Hettinger | Various fixups (most suggested by Armin Rigo). |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Raymond Hettinger | Fix output spacing typo |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Raymond Hettinger | * Migrate set() and frozenset() from the sandbox. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Raymond Hettinger | Change ValueErrors to TypeErrors and add PyList_Check... |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Raymond Hettinger | Verify heappop argument is a list. |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Thomas Heller | Mention patch #841977: modulefinder didn't find extensi... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Thomas Heller | SF #841977 - modulefinder fails to find extension modul... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Tim Peters | update_refs(): assert that incoming refcounts aren... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Tim Peters | subtype_dealloc(): Simplified overly contorted retrack... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Tim Peters | subtype_dealloc(): A more complete fix for critical... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Andrew M. Kuchling | Various edits |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Gregory P.... | remove "support" for BerkeleyDB 3.1, it hasn't worked... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Martin v. Löwis | Patch #839877: Remove unused lambda expression. |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Martin v. Löwis | Patch #804543: strdup saved locales. Backported to... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Tim Peters | SF bug 840829: weakref callbacks and gc corrupt memory. |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Tim Peters | pyexpat stopped building on Windows -- whining about... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Raymond Hettinger | Explain the advantages of reversed. |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Raymond Hettinger | Present each feature in terms of what makes it useful... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Raymond Hettinger | Improve backwards compatibility code to handle True... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Raymond Hettinger | Improve the implementation of itertools.tee(). |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Neil Schemenauer | Make Message.__str__ more efficient. |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Fred Drake | fix typo in markup |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Fred Drake | fix use of undefined markup |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Fred Drake | add missing "if" |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Martin v. Löwis | Mention that getsid is new in 2.4. |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Martin v. Löwis | Patch #798297: Add IMAP THREAD command. |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Martin v. Löwis | Patch #839038: Add getsid(2). |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Guido van Rossum | Plug tempfile.mktemp() hole (Iustin Pop). |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Guido van Rossum | mktemp() shouldn't rely on os.path.exists(), which... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Alex Martelli | fixed wrong error checking on fcntl call as per SF... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Alex Martelli | fixed obvious bug in _send_header as per SF bug #831271 |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Alex Martelli | fixed buggy comment as per SF bug #827856 |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Alex Martelli | clarified (in the 5.14 summary) that tests and comparis... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Alex Martelli | Add docs for readmodule_ex and its function-descriptors... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Alex Martelli | Avoid giving advice that's bad for security, as per... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Brett Cannon | Document Py_RETURN_NONE. |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Andrew M. Kuchling | Add 'see also' section pointing to the PEP |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Andrew M. Kuchling | Add some recent changes |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Raymond Hettinger | Update test to handle list.__reversed__(). |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Raymond Hettinger | Improve the reverse list iterator to free memory as... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Raymond Hettinger | SF bug #835457: Small typo in logging documentation |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Raymond Hettinger | Minor code fixup. Make sure that len reflects the... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Raymond Hettinger | Convert heapq.py to a C implementation. |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Raymond Hettinger | Optimize reversed(list) using a custom iterator. |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Michael W.... | Fix the problem addressed by patch |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Raymond Hettinger | Add a new looping idiom |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Martin v. Löwis | Patch #837322: Clarify owning, borrowing, stealing... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Martin v. Löwis | Overallocate target buffer for normalization more early... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Raymond Hettinger | Implement and apply PEP 322, reverse iteration |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Neil Schemenauer | Add traceback.format_exc(). |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Jeremy Hylton | Make undetected error on stack unwind a fatal error. |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Anthony Baxter | missing news entry |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Gregory P.... | * SF patch 835100 - C++ // comments are not allowed... |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Jeremy Hylton | Fix compiler warning about possible use of n without... |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Gregory P.... | * Use weakref's of DBCursor objects for the iterator... |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Raymond Hettinger | SF patch #834444: add versionadd to new functions |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Raymond Hettinger | SF patch #834015: Remove imports of unused modules |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Gregory P.... | * Fix the singlethreaded deadlocks occurring in the... |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Gregory P.... | Fix a tuple memory leak when raising DB, DBEnv and... |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Raymond Hettinger | Use PyTuple_Pack() to simplify enumerate(). |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Andrew M. Kuchling | [Bug #817178] Fix incorrect arguments in example, noted... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #833710: Set INSTSONAME on Solaris. Backported... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #830858: Correct the number of is-functions.... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #628301: Update installer to |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #531629: Add multicall support. |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #785689: Use basename in usage. Backported to... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #787189: Explicitly define CTRL on SGI. |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #: Add POP3 over SSL support. |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #788404: ignore "b" and "t" mode modifiers in... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Raymond Hettinger | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Brett Cannon | Minor grammatical fix. |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Raymond Hettinger | Update test to include "sorted" in dir(list). |
commit | commitdiff | tree | snapshot |
next |