| 2003-11-24 |
Guido van Rossum | Stop GCC warning about int literal that's so long that... |
commit | commitdiff | tree | snapshot |
| 2003-11-24 |
Guido van Rossum | Silence GCC warning when asserts are turned off. |
commit | commitdiff | tree | snapshot |
| 2003-11-24 |
Kurt B. Kaiser | Update NEWS.txt to include some items missed earlier... |
commit | commitdiff | tree | snapshot |
| 2003-11-24 |
Raymond Hettinger | * Checkin remaining documentation |
commit | commitdiff | tree | snapshot |
| 2003-11-23 |
Barry Warsaw | test_guess_all_types(): Use a more robust test for... |
commit | commitdiff | tree | snapshot |
| 2003-11-23 |
Raymond Hettinger | * Simplify hash function and add test to show effective... |
commit | commitdiff | tree | snapshot |
| 2003-11-22 |
Guido van Rossum | - When method objects have an attribute that can be... |
commit | commitdiff | tree | snapshot |
| 2003-11-22 |
Raymond Hettinger | Extend temporary hashability to remove() and discard(). |
commit | commitdiff | tree | snapshot |
| 2003-11-21 |
Tim Peters | More words: gave more motivation, and added cautions... |
commit | commitdiff | tree | snapshot |
| 2003-11-21 |
Barry Warsaw | Add a missing import. Closes SF # 816344. |
commit | commitdiff | tree | snapshot |
| 2003-11-21 |
Raymond Hettinger | Allow temporary hashability for the __contains__ test. |
commit | commitdiff | tree | snapshot |
| 2003-11-21 |
Raymond Hettinger | issubset() and issuperset() to work with general iterables |
commit | commitdiff | tree | snapshot |
| 2003-11-20 |
Raymond Hettinger | Three minor performance improvements: |
commit | commitdiff | tree | snapshot |
| 2003-11-20 |
Andrew M. Kuchling | Add two items |
commit | commitdiff | tree | snapshot |
| 2003-11-20 |
Guido van Rossum | test_applesingle is an expected skip almost anywhere. |
commit | commitdiff | tree | snapshot |
| 2003-11-20 |
Tim Peters | SF bug 839548: Bug in type's GC handling causes segfaults. |
commit | commitdiff | tree | snapshot |
| 2003-11-20 |
Raymond Hettinger | test_applesingle is an expected skip on Win32 |
commit | commitdiff | tree | snapshot |
| 2003-11-20 |
Jack Jansen | Added some help to OSX/Dist/README.txt, plus all the... |
commit | commitdiff | tree | snapshot |
| 2003-11-20 |
Walter Dörwald | Fix typo fix. |
commit | commitdiff | tree | snapshot |
| 2003-11-20 |
Jack Jansen | Talk about old code: removed a reference to THINK_C. |
commit | commitdiff | tree | snapshot |
| 2003-11-20 |
Jack Jansen | Got rid of macglue.h, replacing it by pymactoolbox... |
commit | commitdiff | tree | snapshot |
| 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 |
| next |