summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bad bug in structseq slicing (NULL pointers in result). Reported byTim Peters2001-10-304-6/+22
* Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and ...Jack Jansen2001-10-301-34/+62
* Files used for MacPython 2.2b1 distribution.Jack Jansen2001-10-303-5/+7
* Fix grammar errorAndrew M. Kuchling2001-10-301-2/+2
* Rewrites and additions resulting from today's feedbackAndrew M. Kuchling2001-10-301-24/+49
* SF bug #474077 2.2b1: Error compiling extns with BCCTim Peters2001-10-302-1/+1
* Always use --dvips-safe when generating HTML for the standard documentationFred Drake2001-10-301-2/+3
* Add a new option, --dvips-safe, which sets the $DVIPS_SAFE option inFred Drake2001-10-301-1/+30
* Various minor rewritesAndrew M. Kuchling2001-10-301-28/+31
* Corrections noted by Michael McLayAndrew M. Kuchling2001-10-301-4/+4
* /F observes that we need an else: in connect()Jeremy Hylton2001-10-301-1/+2
* Don't override asplit_pat in Scanner_UH3. No reason to do so, and it brokeJack Jansen2001-10-301-1/+0
* On the macintosh don't take a quick exit in find_module() for frozen submodul...Jack Jansen2001-10-301-0/+8
* Promote file objects out of the "Other Objects" category, so they becomeFred Drake2001-10-301-172/+172
* Promote built-in functions to come before built-in types.Fred Drake2001-10-302-4/+2
* Whitespace normalization.Tim Peters2001-10-304-5/+5
* Mention the new file() builtin in the section on file objects.Tim Peters2001-10-301-3/+6
* To cover a recent checkin, added a test to ensure dir(None) == dir(Ellipsis).Tim Peters2001-10-301-0/+4
* Just changed some continued-line indentation to read better, due toTim Peters2001-10-301-3/+3
* Fix SF bug #456386: test_commands regression failure (Andrew Dalke)Guido van Rossum2001-10-301-1/+1
* News and attribution for SF bug #473009.Guido van Rossum2001-10-302-0/+4
* Change the limit on the input size for b2a_base64 to what will fit inGuido van Rossum2001-10-301-1/+3
* Add values to tp_getattro and tp_flags so that dir(Ellipsis) willGuido van Rossum2001-10-301-14/+20
* Minimal test for __del__ hook.Guido van Rossum2001-10-301-0/+12
* PySocketSock_connect_ex(): On Windows, return the correct Windows exitTim Peters2001-10-301-1/+6
* directory chooser (requires a recent version of Tk)Fredrik Lundh2001-10-291-0/+52
* Rename "dictionary" (type and constructor) to "dict".Tim Peters2001-10-2910-63/+66
* Add __del__ callbacks. They are too useful to leave out.Guido van Rossum2001-10-292-0/+77
* SF bug #476138: tempfile behavior across platformsTim Peters2001-10-292-4/+16
* Revise the PDF support in the LaTeX style sheet. This still isn't quiteFred Drake2001-10-291-24/+47
* Update to reflect changes to the low-level logreader: share the infoFred Drake2001-10-291-10/+19
* Add a test for the insertion of user-provided ADD_INFO records.Fred Drake2001-10-291-2/+12
* Allow user code to call the addinfo() method on the profiler object.Fred Drake2001-10-291-0/+3
* Make the low-level log-reader object export a dictionary mapping keysFred Drake2001-10-291-45/+163
* dictionary -> dictAndrew M. Kuchling2001-10-291-1/+1
* Fix two typos noted by Jens QuadeAndrew M. Kuchling2001-10-291-5/+12
* Add additional information on exceptions from time.mktime() and related toFred Drake2001-10-291-2/+7
* More refcount information.Fred Drake2001-10-291-0/+40
* Ignore all *.tex files in the typesetting output directories since there areFred Drake2001-10-292-2/+2
* Make sure we generate versions of each file in the Python/C API manual withFred Drake2001-10-292-3/+52
* Use connect_ex() instead of connect().Jeremy Hylton2001-10-291-12/+9
* Fix for SF bug 453099 -- select not defensiveJeremy Hylton2001-10-291-5/+16
* Fix some markup errors noted by MHAndrew M. Kuchling2001-10-291-5/+5
* When overriding __str__ or __repr__, set the tp_print slot to NULL.Guido van Rossum2001-10-291-0/+2
* more loading from cfg filesSteven M. Gava2001-10-291-17/+61
* more of config dialog reading from filesSteven M. Gava2001-10-294-38/+82
* Use sendall() in the stream test instead of send().Guido van Rossum2001-10-291-1/+1
* Test sendall().Guido van Rossum2001-10-291-1/+1
* Add 'sendall' to list of socket methods.Guido van Rossum2001-10-291-1/+1
* added finditer sanity checkFredrik Lundh2001-10-282-3/+13