summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tweaks for MacPython 2.2b1Jack Jansen2001-10-2311-57/+52
* Tweaks for MacPython 2.2b1.Jack Jansen2001-10-231-0/+0
* Apply the first chunk of the second patch from SF bug #471720:Guido van Rossum2001-10-231-3/+11
* SF patch #474175 (Jay T Miller): file.readinto arg parsing bugGuido van Rossum2001-10-232-1/+3
* Convert the ref() and proxy() implementations to use the newFred Drake2001-10-231-2/+2
* Documentation for the new PyArg_UnpackTuple() function.Fred Drake2001-10-231-0/+47
* PyArg_UnpackTuple(): New argument unpacking function suggested by JimFred Drake2001-10-232-0/+61
* Fill out section on how to write a new-style classAndrew M. Kuchling2001-10-231-7/+145
* test_curses is an expected skip on Linux too.Guido van Rossum2001-10-231-0/+1
* Style conformance: function name begins a new line *consistently*.Fred Drake2001-10-231-7/+11
* font/tabs config dialog page now reads its data from the config fileSteven M. Gava2001-10-233-30/+108
* SF bug [#473864] doctest expects spurios space.Tim Peters2001-10-231-0/+6
* Add function attributes that allow GCC to check the arguments of printf-likeNeil Schemenauer2001-10-234-9/+18
* Hide GCC attributes fom compilers that don't support them.Neil Schemenauer2001-10-231-0/+9
* Doc and NEWS changes due to Jeremy adding traceback objects to gc.Tim Peters2001-10-232-1/+8
* Make traceback objects collectable.Jeremy Hylton2001-10-221-2/+46
* Record that test_curses doesn't run on win32.Tim Peters2001-10-221-0/+1
* Fixed denial-of-weak-ref-support test; Jeremy changed the error messageFred Drake2001-10-221-1/+1
* another major speedup: let sre.sub/subn check for escapes in theFredrik Lundh2001-10-221-30/+89
* Fixed an example in the use of email.Utils.getaddresses(). TheBarry Warsaw2001-10-221-4/+4
* Removed two pointless and obfuscating macros.Tim Peters2001-10-221-7/+4
* Added two very tardy notes about the 2.2b1 release, fixed a typo.Fred Drake2001-10-221-1/+9
* A few formatting nits:Jeremy Hylton2001-10-221-5/+5
* Add better support for Mozilla's use of <link> elements.Fred Drake2001-10-221-10/+41
* Add curses-related news itemsAndrew M. Kuchling2001-10-221-0/+5
* Referencable is not a word, so don't use it in an error message <wink>.Jeremy Hylton2001-10-221-2/+2
* cleanup indentationJeremy Hylton2001-10-221-1/+1
* Update bug/patch countsAndrew M. Kuchling2001-10-221-1/+1
* Patch #473187: Add a test script that exercises most of the functions inAndrew M. Kuchling2001-10-222-1/+214
* Do a little bit more to try and add <link> elements to the header, not thatFred Drake2001-10-221-1/+10
* Clarify that the resource module does not attempt to mask platformFred Drake2001-10-221-1/+3
* Add correction from /F about SREAndrew M. Kuchling2001-10-221-10/+10
* sre.split should return the last segment, even if emptyFredrik Lundh2001-10-222-11/+11
* Make the error message for unsupported operand types cleaner, inGuido van Rossum2001-10-222-8/+28
* Partly fill out the PEP 252 sectionAndrew M. Kuchling2001-10-221-12/+214
* A bunch of minor rewordingsAndrew M. Kuchling2001-10-221-48/+64
* Fix for SF bug #472940: can't getattr() attribute shown by dir()Guido van Rossum2001-10-222-33/+6
* Fix some typosAndrew M. Kuchling2001-10-221-4/+4
* Methods of built-in types now properly check for keyword argumentsGuido van Rossum2001-10-225-12/+45
* Make tabnanny happy. (Piers, please run the test suite beforeGuido van Rossum2001-10-221-7/+7
* update version numberPiers Lauder2001-10-211-1/+1
* install on HP-UX does not support the -d option. Using the install-sh instead.Neil Schemenauer2001-10-212-318/+329
* Add missing "static" declarations (found by "make smelly").Neil Schemenauer2001-10-212-5/+5
* Adding missing "static" declarations (found by "make smelly").Neil Schemenauer2001-10-213-5/+5
* - Build dbm module using libdb1 if it's available. This fixes SF bug "[Neil Schemenauer2001-10-211-0/+5
* fixed character set description in docstring (SRE uses PythonFredrik Lundh2001-10-212-176/+56
* fix send method not noticing when partial sends happenPiers Lauder2001-10-211-1/+7
* sre.Scanner fixes (from Greg Chapman). also added a Scanner sanityFredrik Lundh2001-10-213-5/+43
* rewrote the pattern.sub and pattern.subn methods in CFredrik Lundh2001-10-212-130/+331
* Change clear_handlers argument to indicate whether this is an initialization.Martin v. Löwis2001-10-211-9/+10