| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug discovered by Kalle Svensson: comparing sys.maxint to | Guido van Rossum | 2003-11-29 | 1 | -1/+1 |
|
|
* | - Removed FutureWarnings related to hex/oct literals and conversions | Guido van Rossum | 2003-11-29 | 11 | -148/+120 |
|
|
* | Make sure the list.sort's decorate step unwinds itself before returning | Raymond Hettinger | 2003-11-28 | 2 | -2/+16 |
|
|
* | See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 | Thomas Heller | 2003-11-28 | 2 | -0/+13 |
|
|
* | Fix (workaround, actually) for bug #844676: deselecting "show hidden" can | Jack Jansen | 2003-11-27 | 1 | -0/+2 |
|
|
* | Package Mnager error dialogs could refer to hidden packages, which was | Jack Jansen | 2003-11-27 | 1 | -0/+5 |
|
|
* | 2.4a0 Package Manager shouldn't attempt to use the 2.3 database. | Jack Jansen | 2003-11-27 | 1 | -1/+1 |
|
|
* | the "idle" script has moved from Lib/idlelib to Tools/scripts. | Jack Jansen | 2003-11-27 | 1 | -2/+2 |
|
|
* | Patch #849350: Update to document bool return values. Backported to 2.3. | Martin v. Löwis | 2003-11-27 | 4 | -4/+4 |
|
|
* | Patch #849595: Add socket.shutdown() constants. | Martin v. Löwis | 2003-11-27 | 3 | -4/+29 |
|
|
* | - clean up generated HTML | Fred Drake | 2003-11-26 | 1 | -7/+20 |
|
|
* | Fix typo and mark-up; shorten text | Andrew M. Kuchling | 2003-11-26 | 1 | -5/+3 |
|
|
* | Fix typos | Andrew M. Kuchling | 2003-11-26 | 1 | -2/+2 |
|
|
* | Nits from a review of the documentation update. | Raymond Hettinger | 2003-11-26 | 4 | -12/+24 |
|
|
* | Add version changed doc for addition of fillchar to ljust/rjust/center | Neal Norwitz | 2003-11-26 | 1 | -0/+3 |
|
|
* | Add optional fillchar argument to ljust(), rjust(), and center() string methods. | Raymond Hettinger | 2003-11-26 | 7 | -50/+96 |
|
|
* | As discussed on python-dev, banish apply(), buffer(), coerce(), and | Raymond Hettinger | 2003-11-25 | 1 | -51/+68 |
|
|
* | Expose dict_contains() and PyDict_Contains() with is about 10% faster | Raymond Hettinger | 2003-11-25 | 5 | -12/+26 |
|
|
* | make the generated HTML more XHTML friendly | Fred Drake | 2003-11-25 | 1 | -7/+8 |
|
|
* | Fix a typo introduced at 1.21 | Kurt B. Kaiser | 2003-11-25 | 1 | -1/+1 |
|
|
* | Factor out more duplicate code. | Raymond Hettinger | 2003-11-24 | 1 | -77/+51 |
|
|
* | Note the addition of set() and frozenset(). | Raymond Hettinger | 2003-11-24 | 1 | -0/+44 |
|
|
* | Keybindings with the Shift modifier now work correctly. So do bindings | Kurt B. Kaiser | 2003-11-24 | 5 | -74/+83 |
|
|
* | Stop GCC warning about int literal that's so long that it becomes an | Guido van Rossum | 2003-11-24 | 1 | -1/+1 |
|
|
* | Silence GCC warning when asserts are turned off. | Guido van Rossum | 2003-11-24 | 1 | -2/+1 |
|
|
* | Update NEWS.txt to include some items missed earlier. Update the | Kurt B. Kaiser | 2003-11-24 | 2 | -1/+14 |
|
|
* | * Checkin remaining documentation | Raymond Hettinger | 2003-11-24 | 4 | -152/+328 |
|
|
* | test_guess_all_types(): Use a more robust test for checking that | Barry Warsaw | 2003-11-23 | 1 | -4/+7 |
|
|
* | * Simplify hash function and add test to show effectiveness of the hash | Raymond Hettinger | 2003-11-23 | 2 | -27/+98 |
|
|
* | - When method objects have an attribute that can be satisfied either | Guido van Rossum | 2003-11-22 | 2 | -28/+39 |
|
|
* | Extend temporary hashability to remove() and discard(). | Raymond Hettinger | 2003-11-22 | 2 | -11/+62 |
|
|
* | More words: gave more motivation, and added cautions about the special | Tim Peters | 2003-11-21 | 1 | -10/+51 |
|
|
* | Add a missing import. Closes SF # 816344. | Barry Warsaw | 2003-11-21 | 1 | -0/+1 |
|
|
* | Allow temporary hashability for the __contains__ test. | Raymond Hettinger | 2003-11-21 | 2 | -1/+19 |
|
|
* | issubset() and issuperset() to work with general iterables | Raymond Hettinger | 2003-11-21 | 2 | -5/+19 |
|
|
* | Three minor performance improvements: | Raymond Hettinger | 2003-11-20 | 1 | -12/+41 |
|
|
* | Add two items | Andrew M. Kuchling | 2003-11-20 | 1 | -0/+7 |
|
|
* | test_applesingle is an expected skip almost anywhere. | Guido van Rossum | 2003-11-20 | 1 | -29/+40 |
|
|
* | SF bug 839548: Bug in type's GC handling causes segfaults. | Tim Peters | 2003-11-20 | 6 | -20/+491 |
|
|
* | test_applesingle is an expected skip on Win32 | Raymond Hettinger | 2003-11-20 | 1 | -0/+1 |
|
|
* | Added some help to OSX/Dist/README.txt, plus all the information | Jack Jansen | 2003-11-20 | 2 | -62/+48 |
|
|
* | Fix typo fix. | Walter Dörwald | 2003-11-20 | 1 | -4/+4 |
|
|
* | Talk about old code: removed a reference to THINK_C. | Jack Jansen | 2003-11-20 | 1 | -30/+0 |
|
|
* | Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. | Jack Jansen | 2003-11-20 | 43 | -303/+51 |
|
|
* | Got rid of macglue.h, moved the little bit that remains relevant | Jack Jansen | 2003-11-20 | 2 | -39/+2 |
|
|
* | No longer used. | Jack Jansen | 2003-11-20 | 1 | -183/+0 |
|
|
* | Getting rid of all the code inside #ifdef macintosh too. | Jack Jansen | 2003-11-20 | 19 | -458/+6 |
|
|
* | Getting rid of code dependent on GUSI or the MetroWerks compiler. | Jack Jansen | 2003-11-19 | 7 | -60/+1 |
|
|
* | Getting rid of one more TARGET_API_MAC_OSX. | Jack Jansen | 2003-11-19 | 1 | -7/+0 |
|
|
* | Patch #831747: Add skip_accept_encoding parameter to putrequest. | Martin v. Löwis | 2003-11-19 | 3 | -5/+16 |
|
|