summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug discovered by Kalle Svensson: comparing sys.maxint toGuido van Rossum2003-11-291-1/+1
* - Removed FutureWarnings related to hex/oct literals and conversionsGuido van Rossum2003-11-2911-148/+120
* Make sure the list.sort's decorate step unwinds itself before returningRaymond Hettinger2003-11-282-2/+16
* See SF #848614: distutils' msvccompiler now tries to detect that MSVC6Thomas Heller2003-11-282-0/+13
* Fix (workaround, actually) for bug #844676: deselecting "show hidden" canJack Jansen2003-11-271-0/+2
* Package Mnager error dialogs could refer to hidden packages, which wasJack Jansen2003-11-271-0/+5
* 2.4a0 Package Manager shouldn't attempt to use the 2.3 database.Jack Jansen2003-11-271-1/+1
* the "idle" script has moved from Lib/idlelib to Tools/scripts.Jack Jansen2003-11-271-2/+2
* Patch #849350: Update to document bool return values. Backported to 2.3.Martin v. Löwis2003-11-274-4/+4
* Patch #849595: Add socket.shutdown() constants.Martin v. Löwis2003-11-273-4/+29
* - clean up generated HTMLFred Drake2003-11-261-7/+20
* Fix typo and mark-up; shorten textAndrew M. Kuchling2003-11-261-5/+3
* Fix typosAndrew M. Kuchling2003-11-261-2/+2
* Nits from a review of the documentation update.Raymond Hettinger2003-11-264-12/+24
* Add version changed doc for addition of fillchar to ljust/rjust/centerNeal Norwitz2003-11-261-0/+3
* Add optional fillchar argument to ljust(), rjust(), and center() string methods.Raymond Hettinger2003-11-267-50/+96
* As discussed on python-dev, banish apply(), buffer(), coerce(), andRaymond Hettinger2003-11-251-51/+68
* Expose dict_contains() and PyDict_Contains() with is about 10% fasterRaymond Hettinger2003-11-255-12/+26
* make the generated HTML more XHTML friendlyFred Drake2003-11-251-7/+8
* Fix a typo introduced at 1.21Kurt B. Kaiser2003-11-251-1/+1
* Factor out more duplicate code.Raymond Hettinger2003-11-241-77/+51
* Note the addition of set() and frozenset().Raymond Hettinger2003-11-241-0/+44
* Keybindings with the Shift modifier now work correctly. So do bindingsKurt B. Kaiser2003-11-245-74/+83
* Stop GCC warning about int literal that's so long that it becomes anGuido van Rossum2003-11-241-1/+1
* Silence GCC warning when asserts are turned off.Guido van Rossum2003-11-241-2/+1
* Update NEWS.txt to include some items missed earlier. Update theKurt B. Kaiser2003-11-242-1/+14
* * Checkin remaining documentationRaymond Hettinger2003-11-244-152/+328
* test_guess_all_types(): Use a more robust test for checking thatBarry Warsaw2003-11-231-4/+7
* * Simplify hash function and add test to show effectiveness of the hashRaymond Hettinger2003-11-232-27/+98
* - When method objects have an attribute that can be satisfied eitherGuido van Rossum2003-11-222-28/+39
* Extend temporary hashability to remove() and discard().Raymond Hettinger2003-11-222-11/+62
* More words: gave more motivation, and added cautions about the specialTim Peters2003-11-211-10/+51
* Add a missing import. Closes SF # 816344.Barry Warsaw2003-11-211-0/+1
* Allow temporary hashability for the __contains__ test.Raymond Hettinger2003-11-212-1/+19
* issubset() and issuperset() to work with general iterablesRaymond Hettinger2003-11-212-5/+19
* Three minor performance improvements:Raymond Hettinger2003-11-201-12/+41
* Add two itemsAndrew M. Kuchling2003-11-201-0/+7
* test_applesingle is an expected skip almost anywhere.Guido van Rossum2003-11-201-29/+40
* SF bug 839548: Bug in type's GC handling causes segfaults.Tim Peters2003-11-206-20/+491
* test_applesingle is an expected skip on Win32Raymond Hettinger2003-11-201-0/+1
* Added some help to OSX/Dist/README.txt, plus all the informationJack Jansen2003-11-202-62/+48
* Fix typo fix.Walter Dörwald2003-11-201-4/+4
* Talk about old code: removed a reference to THINK_C.Jack Jansen2003-11-201-30/+0
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-2043-303/+51
* Got rid of macglue.h, moved the little bit that remains relevantJack Jansen2003-11-202-39/+2
* No longer used.Jack Jansen2003-11-201-183/+0
* Getting rid of all the code inside #ifdef macintosh too.Jack Jansen2003-11-2019-458/+6
* Getting rid of code dependent on GUSI or the MetroWerks compiler.Jack Jansen2003-11-197-60/+1
* Getting rid of one more TARGET_API_MAC_OSX.Jack Jansen2003-11-191-7/+0
* Patch #831747: Add skip_accept_encoding parameter to putrequest.Martin v. Löwis2003-11-193-5/+16