2003-11-20 |
Jack Jansen | Got rid of macglue.h, moved the little bit that remains... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Jack Jansen | No longer used. |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Jack Jansen | Getting rid of all the code inside #ifdef macintosh... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Getting rid of code dependent on GUSI or the MetroWerks... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Getting rid of one more TARGET_API_MAC_OSX. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Martin v. Löwis | Patch #831747: Add skip_accept_encoding parameter to... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Getting rid of code conditional on TARGET_API_MAC_*. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | PyDoc_STR is always defined nowadays (and has been... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_AR... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Get rid of MacOS9 support. Paths are still hard-coded... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Raymond Hettinger | Remove deprecation of sets.Set.update(). |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | WITHOUT_FRAMEWORKS conditional code bites the dust... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Gone: all this functionality is now in the Carbon.File... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Getting rid of support for the ancient Apple MPW compiler. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | MacOS9 support is gone. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Jack Jansen | Removing the obvious OS9-only documents§ |
commit | commitdiff | tree | snapshot |
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 |
next |