summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* note build workaround for Sol10/gcc 3.4Skip Montanaro2005-11-171-0/+6
* Fix typo in commentWalter Dörwald2005-11-171-1/+1
* Add tests for various error cases and for readbuffer_encode() andWalter Dörwald2005-11-172-2/+72
* Correctly handle identifiers for anonymous scopes and align genexpr name with...Nick Coghlan2005-11-161-11/+17
* Bring handling of genexpr in line with other anonymous scope namesNick Coghlan2005-11-161-4/+3
* add more docNeal Norwitz2005-11-161-1/+22
* Fix some more memory leaks.Neal Norwitz2005-11-161-6/+11
* version was not initialized properlyNeal Norwitz2005-11-161-0/+1
* Better indentation after first line of string continuation.Kurt B. Kaiser2005-11-153-5/+20
* Fix another memory leak or two (one real, one potential)Neal Norwitz2005-11-151-1/+2
* Add a note about how to do the memory deallocation a bit.Neal Norwitz2005-11-151-0/+20
* Fix a whole bunch of potential memory leaks (and some real ones too)Neal Norwitz2005-11-151-81/+206
* Prevent unlikely memory leak, tok should always be freed when parsetok() returnsNeal Norwitz2005-11-151-0/+1
* Thou shalt not lie, there are really 5 types nowNeal Norwitz2005-11-151-1/+1
* Convert all internal errors from Exception to SystemErrorNeal Norwitz2005-11-141-19/+17
* Use convenience functionNeal Norwitz2005-11-141-1/+1
* Fix memory leak with bad generator expressionNeal Norwitz2005-11-141-3/+10
* remove useless debug print helper. fix a couple of exceptionsNeal Norwitz2005-11-131-7/+4
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-135-79/+158
* Updated gentoo to 2005.0Neal Norwitz2005-11-131-94/+100
* Do a better job of not inlining Py_ADDRESS_IN_RANGE() for newer gcc's.Neal Norwitz2005-11-131-2/+9
* Fix a lot of memory and ref leaks in error paths.Neal Norwitz2005-11-132-42/+110
* Prevent name pollution by making lots of internal functions static.Neal Norwitz2005-11-135-35/+35
* delete Python-ast.[ch] in distcleanSkip Montanaro2005-11-131-0/+1
* make internal method staticNeal Norwitz2005-11-131-1/+1
* SF#1343671.Fredrik Lundh2005-11-121-1/+1
* r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100Fredrik Lundh2005-11-124-23/+2
* r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100Fredrik Lundh2005-11-121-11/+14
* r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100Fredrik Lundh2005-11-121-0/+3
* r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100Fredrik Lundh2005-11-121-0/+3
* update busted commentFred Drake2005-11-111-1/+2
* Change PrettyPrinter.pprint(), so that output is written directly to theWalter Dörwald2005-11-111-1/+2
* Bug #1338995: fix problem with new webbrowser.py.Georg Brandl2005-11-091-4/+9
* Fix typos.Walter Dörwald2005-11-092-3/+3
* Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for repor...Vinay Sajip2005-11-091-1/+1
* SF Bug #1348477, regextest can't be pydoc'ed. Will backport.Neal Norwitz2005-11-091-1/+2
* - SF Bug #1350188, "setdlopenflags" leads to crash upon "import"Neal Norwitz2005-11-092-1/+8
* Fix typo in envvar name.Brett Cannon2005-11-071-1/+1
* Patch by pythonic <pythonic@gmail.com> to support FedoraMarc-André Lemburg2005-11-071-2/+8
* Added proper reflection on instances of <type 'method-wrapper'>, e.g.Armin Rigo2005-11-072-13/+59
* svn:ignoring all .pyc and .pyo files in all subdirectories of Lib/ that containArmin Rigo2005-11-070-0/+0
* similar to SF bug 847019: a quick check in the time() constructor, whichArmin Rigo2005-11-072-1/+9
* Fix SF bug #417833 (pydoc HTTP reload failure) by removing fromKa-Ping Yee2005-11-051-13/+17
* Accept patch to resolve SF bug #651124.Ka-Ping Yee2005-11-051-2/+2
* Oops, forgot to add the output file to 41388.Neal Norwitz2005-11-031-0/+2
* Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxintNeal Norwitz2005-11-033-0/+24
* Make consistent with 2.4Neal Norwitz2005-11-031-1/+1
* Change time.strptime() to raise ValueError whenever there is an error in theBrett Cannon2005-11-023-3/+29
* Add an import line to a code fragment.Brett Cannon2005-11-021-1/+2
* Another comment typo fixAndrew M. Kuchling2005-11-021-1/+1