summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Report on fnmatch.filter.Martin v. Löwis2001-06-061-0/+2
* Patch #409973: Speedup glob.glob, add fnmatch.filter.Martin v. Löwis2001-06-062-7/+26
* Wrap with extern "C". Fixes bug #428419.Martin v. Löwis2001-06-051-0/+11
* Fix bug #422702: Make flag argument to open optional, and document it that way.Martin v. Löwis2001-06-052-2/+2
* Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order.Martin v. Löwis2001-06-051-1/+2
* Make it possible to find the use of tp_as_buffer here with a global search.Tim Peters2001-06-051-1/+1
* Update a "Programmer's note" about lambda forms and scoping to reflectFred Drake2001-06-051-5/+19
* Quick update to the extension mechanism (extend.py is gone, long liveGuido van Rossum2001-06-041-6/+20
* Store the mask instead of the size in dictobjects. The mask is moreTim Peters2001-06-041-23/+29
* is -> if in rename descriptionSkip Montanaro2001-06-041-1/+1
* Convert the parser module test to use PyUnit.Fred Drake2001-06-042-300/+212
* Add some useful Windows encodings - patch #423221.Mark Hammond2001-06-041-0/+5
* Implement testGetElementsByTagNameNS.Martin v. Löwis2001-06-032-1/+9
* Fix getElementsByTagNameNS:Martin v. Löwis2001-06-031-3/+7
* lookdict: stop more insane core-dump mutating comparison cases. ShouldTim Peters2001-06-032-6/+99
* lookdict: Reduce obfuscating code duplication with a judicious goto.Tim Peters2001-06-031-25/+21
* Explained more differences between PyList_SetItem() and PyList_SET_ITEM().Fred Drake2001-06-031-2/+7
* Finish the dict->string coredump fix. Need sleep.Tim Peters2001-06-021-1/+1
* Fix comment.Tim Peters2001-06-021-1/+1
* Coredumpers from Michael Hudson, mutating dicts while printing orTim Peters2001-06-022-8/+84
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-027-12/+19
* dict_popitem(): Repaired last-second 2.1 comment, which misidentified theTim Peters2001-06-021-5/+8
* New collision resolution scheme: no polynomials, simpler, faster, lessTim Peters2001-06-022-171/+130
* more public symbols for __all__Skip Montanaro2001-06-011-1/+6
* Document os.getenv().Fred Drake2001-05-311-0/+7
* Some general cleanup of the threading module documentation, includingFred Drake2001-05-311-25/+15
* PyErr_Occurred(): Use PyThreadState_GET(), which saves a tiny function callTim Peters2001-05-301-1/+1
* Added entry for HTMLParser documentation.Fred Drake2001-05-302-0/+2
* Michel Pelletier <michel@digicool.com>:Fred Drake2001-05-301-0/+136
* This division test was too stringent in its accuracy expectations forTim Peters2001-05-291-4/+4
* BadDictKey test: The output file expected "raising error" to be printedTim Peters2001-05-291-1/+10
* New solution to the "Someone stuck a colon in that filename!" problem:Fred Drake2001-05-291-3/+10
* Users of PySequence_GET_FAST() should get the length of the sequence usingFred Drake2001-05-291-1/+1
* readlink() description: Added note that the return value may be eitherFred Drake2001-05-291-5/+20
* Change cascaded if stmts to switch stmt in vgetargs1().Jeremy Hylton2001-05-291-19/+25
* Internal refactoring of convertsimple() and friends.Jeremy Hylton2001-05-291-515/+514
* fix bogus indentationJeremy Hylton2001-05-291-1/+1
* runtest(): When generating output, if the result is a single line with theFred Drake2001-05-291-1/+19
* The one-line output files are no longer needed, so do not keep them.Fred Drake2001-05-291-1/+0
* Variety of test cases for call to builtin functionsJeremy Hylton2001-05-292-0/+126
* Fix bug reported by Tim Peters on python-dev:Jeremy Hylton2001-05-291-6/+5
* Hack to make this play nicer with *old* versions of Python: os.path.abspath()Fred Drake2001-05-291-0/+10
* Bring the notes on the relationship between __cmp__(), __eq__(), andFred Drake2001-05-291-10/+15
* Fix typo reported in SF bug #427783.Fred Drake2001-05-291-1/+1
* The parameter to the listen() method is not optional, but was marked asFred Drake2001-05-291-1/+1
* Removed information on the old third parameter to _PyTuple_Resize().Fred Drake2001-05-291-1/+20
* If the input line does not contain enough fields, raise a meaningfulFred Drake2001-05-291-0/+2
* Do not start API descriptions with "Does the same, but ..." -- actuallyFred Drake2001-05-291-10/+13
* _PyTuple_Resize: guard against PyTuple_New() returning NULL, using Tim'sThomas Wouters2001-05-291-1/+1
* Whitespace normalization.Tim Peters2001-05-293-3/+2