| 2003-12-01 |
Raymond Hettinger | Simplifed the code. |
commit | commitdiff | tree | snapshot |
| 2003-11-30 |
Guido van Rossum | Add testcases for _winreg segfault (SF 851056). |
commit | commitdiff | tree | snapshot |
| 2003-11-30 |
Guido van Rossum | Add news item for _winreg fix (SF bug 851056). |
commit | commitdiff | tree | snapshot |
| 2003-11-30 |
Guido van Rossum | Remove all uses of alloca() from this module. The... |
commit | commitdiff | tree | snapshot |
| 2003-11-29 |
Guido van Rossum | Fix a bug discovered by Kalle Svensson: comparing sys... |
commit | commitdiff | tree | snapshot |
| 2003-11-29 |
Guido van Rossum | - Removed FutureWarnings related to hex/oct literals... |
commit | commitdiff | tree | snapshot |
| 2003-11-28 |
Raymond Hettinger | Make sure the list.sort's decorate step unwinds itself... |
commit | commitdiff | tree | snapshot |
| 2003-11-28 |
Thomas Heller | See SF #848614: distutils' msvccompiler now tries to... |
commit | commitdiff | tree | snapshot |
| 2003-11-27 |
Jack Jansen | Fix (workaround, actually) for bug #844676: deselecting... |
commit | commitdiff | tree | snapshot |
| 2003-11-27 |
Jack Jansen | Package Mnager error dialogs could refer to hidden... |
commit | commitdiff | tree | snapshot |
| 2003-11-27 |
Jack Jansen | 2.4a0 Package Manager shouldn't attempt to use the... |
commit | commitdiff | tree | snapshot |
| 2003-11-27 |
Jack Jansen | the "idle" script has moved from Lib/idlelib to Tools... |
commit | commitdiff | tree | snapshot |
| 2003-11-27 |
Martin v. Löwis | Patch #849350: Update to document bool return values... |
commit | commitdiff | tree | snapshot |
| 2003-11-27 |
Martin v. Löwis | Patch #849595: Add socket.shutdown() constants. |
commit | commitdiff | tree | snapshot |
| 2003-11-26 |
Fred Drake | - clean up generated HTML |
commit | commitdiff | tree | snapshot |
| 2003-11-26 |
Andrew M. Kuchling | Fix typo and mark-up; shorten text |
commit | commitdiff | tree | snapshot |
| 2003-11-26 |
Andrew M. Kuchling | Fix typos |
commit | commitdiff | tree | snapshot |
| 2003-11-26 |
Raymond Hettinger | Nits from a review of the documentation update. |
commit | commitdiff | tree | snapshot |
| 2003-11-26 |
Neal Norwitz | Add version changed doc for addition of fillchar to... |
commit | commitdiff | tree | snapshot |
| 2003-11-26 |
Raymond Hettinger | Add optional fillchar argument to ljust(), rjust()... |
commit | commitdiff | tree | snapshot |
| 2003-11-25 |
Raymond Hettinger | As discussed on python-dev, banish apply(), buffer... |
commit | commitdiff | tree | snapshot |
| 2003-11-25 |
Raymond Hettinger | Expose dict_contains() and PyDict_Contains() with is... |
commit | commitdiff | tree | snapshot |
| 2003-11-25 |
Fred Drake | make the generated HTML more XHTML friendly |
commit | commitdiff | tree | snapshot |
| 2003-11-25 |
Kurt B. Kaiser | Fix a typo introduced at 1.21 |
commit | commitdiff | tree | snapshot |
| 2003-11-24 |
Raymond Hettinger | Factor out more duplicate code. |
commit | commitdiff | tree | snapshot |
| 2003-11-24 |
Raymond Hettinger | Note the addition of set() and frozenset(). |
commit | commitdiff | tree | snapshot |
| 2003-11-24 |
Kurt B. Kaiser | Keybindings with the Shift modifier now work correctly... |
commit | commitdiff | tree | snapshot |
| 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 |
| next |