summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added font-setting line (and associated comments) to the A4 version ofFred Drake2002-07-081-0/+12
* Got rid of symlink target, and in stead have "make dontinstallmacsubtree"Jack Jansen2002-07-081-8/+8
* Change the "__ private" names to "_ protected"; this has been a pain forFred Drake2002-07-081-31/+31
* Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem.Jack Jansen2002-07-082-6/+1
* Define WITH_PYMALLOC as 1Jack Jansen2002-07-081-1/+1
* PyNode_AddChild(): Do aggressive over-allocation when the number ofTim Peters2002-07-081-8/+41
* - Got rid if WITH_CYCLE_GCJack Jansen2002-07-073-19/+6
* Rearranged and added comments to object.h, to clarify many thingsTim Peters2002-07-073-82/+125
* Fix from SF patch #527518: proxy config with user+pass authentication.Jeremy Hylton2002-07-071-3/+8
* Removed 3 unlikely #includes that were only needed for the non-gc flavorTim Peters2002-07-071-5/+0
* Fix for SF bug #432621: httplib: multiple Set-Cookie headersJeremy Hylton2002-07-073-4/+131
* Trashcan cleanup: Now that cyclic gc is always there, the trashcanTim Peters2002-07-073-100/+96
* Removed WITH_CYCLE_GC #ifdef-ery. Holes:Tim Peters2002-07-0712-106/+22
* Fix SF bug #575360Jeremy Hylton2002-07-061-0/+6
* Handle HTTP/0.9 responses.Jeremy Hylton2002-07-061-19/+132
* Modifying EditorWindow causes breakpoints in that module to be removedKurt B. Kaiser2002-07-062-3/+11
* Decent burial for venerated ancestor (urn in attic)Kurt B. Kaiser2002-07-061-342/+0
* Remove dead code.Kurt B. Kaiser2002-07-061-38/+0
* 1. Test Sourceforge checkin, idle-dev postingKurt B. Kaiser2002-07-061-1/+0
* Combine OldStackViewer.py with Debugger.py, removing dead code.unknown2002-07-053-290/+164
* printlist(): Replaced the guts with a call to textwrap. Yay!Tim Peters2002-07-041-30/+19
* gc_list_move defined but not used.Michael W. Hudson2002-07-041-15/+0
* Docstring improvements. In particular, added docstrings for theGreg Ward2002-07-041-10/+27
* Fix a typo.Thomas Heller2002-07-041-1/+1
* Revise asyncore documentation and document asynchat for the first time.Steve Holden2002-07-034-55/+347
* No need to be ambiguous about *how* extended slices and built-in typesFred Drake2002-07-031-11/+25
* Fix up a few more consistency nits and incorrectly applied markup.Fred Drake2002-07-031-21/+29
* append(): Clarify the expected type of charset.Barry Warsaw2002-07-031-1/+2
* Debugger Exception Info and GUI Stack Exception Traceback: finishKurt B. Kaiser2002-07-031-10/+23
* Stop trying to cater to platforms with a broken HUGE_VAL definition. ItTim Peters2002-07-032-12/+25
* Update freeze to use zlib 1.1.4.Mark Hammond2002-07-031-2/+2
* Add annotations that describe the change in the "errors" and "failures"Fred Drake2002-07-021-0/+4
* Update the documentation of the errors and failures attributes of theFred Drake2002-07-021-6/+48
* Another stab at SF 576327: zipfile when sizeof(long) == 8Tim Peters2002-07-021-100/+106
* visit_decref(): Added another assert.Tim Peters2002-07-021-0/+1
* Don't list all the keyword args to the TextWrapper constructor in theGreg Ward2002-07-021-15/+23
* Be consistent with the functions in the posix/nt module: docstringsFred Drake2002-07-021-3/+3
* Attempt to clarify removedirs().Fred Drake2002-07-021-1/+1
* Deal with & remove the XXX comments.Fred Drake2002-07-021-30/+24
* Abstract the creation of signature lines for callable things; the newFred Drake2002-07-022-7/+20
* Fix for SF bug #576327: zipfile when sizeof(long) == 8Tim Peters2002-07-021-1/+11
* Convert raise to call exception class. Add whitespace.Jeremy Hylton2002-07-021-1/+1
* Repair badly formatted code.Jeremy Hylton2002-07-021-19/+17
* Finished transitioning to using gc_refs to track gc objects' states.Tim Peters2002-07-022-42/+71
* Remove bogus assignment to self.length in NamedNodeMap.__delitem__().Fred Drake2002-07-021-1/+0
* Minor markup adjustments, consistency changes, and shorten a longFred Drake2002-07-021-12/+13
* Add refcount info for PyErr_SetFromWindowsErr() andFred Drake2002-07-021-0/+7
* Docs for PyErr_SetFromWindowsErrWithFilename() andThomas Heller2002-07-021-0/+23
* Do not depend on pymemcompat.h (was only used for PyXML); Martin likesFred Drake2002-07-021-4/+6
* Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo().Jack Jansen2002-07-021-0/+5