summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r213'.v2.1.3cvs2svn2002-04-090-0/+0
* Weasle-word the SSL-on-Windows blurb.Tim Peters2002-04-091-1/+5
* re-adding the NEWS entry. SF ate my previous commit.Anthony Baxter2002-04-091-0/+1
* backport 1.47's "add sendall() to FakeSocket class"Anthony Baxter2002-04-091-0/+3
* Change license text to refer to 2.1.3.Tim Peters2002-04-081-10/+10
* Change 2.1.3 release date.Tim Peters2002-04-081-1/+1
* SF bug 497854: Short-cuts missing for All Users.Tim Peters2002-04-082-10/+24
* Talk about uncoordinated dance partners!Fred Drake2002-04-081-1/+1
* Add news about zlib 1.1.4 for the Windows installer.Tim Peters2002-04-081-1/+6
* Begin the Release Dance.Fred Drake2002-04-082-3/+3
* Update Windows installer identification and resource strings for 2.1.3.Tim Peters2002-04-081-4/+4
* Change 2.1.3 Windows build to use zlib 1.1.4.Tim Peters2002-04-081-6/+6
* Change the 2.1.3 Windows buildno (#35).Tim Peters2002-04-081-2/+2
* Update 2.1.3 Windows buildno.Tim Peters2002-04-081-0/+2
* backport fred'sAnthony Baxter2002-04-080-0/+0
* beginning the dance of the sugar-plum micro-release.Anthony Baxter2002-04-083-5/+5
* Do not call "knee" a standard module.Fred Drake2002-04-081-3/+1
* #457466: "popenx() argument mangling hangs python" [Win9x only]Anthony Baxter2002-04-081-0/+4
* Backport of bugAnthony Baxter2002-04-082-5/+59
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-04-083-0/+67
* Add note about changes in xml.sax.expatreader.Fred Drake2002-04-041-0/+6
* Not sure why the regression test missed this, but the PyXML tests caught it.Fred Drake2002-04-041-1/+1
* Mark the notice about the new development version of the docs as not needingFred Drake2002-04-041-0/+1
* Avoid creating circular references between the ExpatParser and theFred Drake2002-04-041-1/+38
* Back-port Neal Norwitz's patch:Fred Drake2002-04-041-1/+1
* Add the PyObject_As*Buffer() functions that apply, now that the docs have beenFred Drake2002-04-041-0/+37
* Update the PEP URL format to point to python.org.Fred Drake2002-04-031-1/+1
* There is no PyArg_ConvertTuple(); call it by the right name.Fred Drake2002-04-011-1/+1
* Update to push the docs to python.org instead of python.sf.net.Fred Drake2002-04-012-9/+12
* backport gvanrossum's checkin ofMartin v. Löwis2002-04-011-1/+1
* News for SF #535905.Guido van Rossum2002-03-291-0/+13
* Sort-of backport to 2.1.3 (if we ever release it) of the following.Guido van Rossum2002-03-284-4/+6
* Backport for 2.1.3 (if we ever release it; we may have to becauseGuido van Rossum2002-03-281-2/+10
* Fix stupid typo in example.Fred Drake2002-03-161-1/+1
* Clarify the descriptions of the positive and negative lookbehind assertions.Fred Drake2002-03-161-9/+30
* Add a test that was added in Python 2.2: test Weak*Dictionary.setdefault().Fred Drake2002-03-131-0/+25
* Fix SF bug #529273: WeakValueDictionary.setdefault() raised UnboundLocalErrorFred Drake2002-03-131-4/+3
* Change the way \textasciitilde is implemented so it works more consistentlyFred Drake2002-03-131-1/+1
* Add a note that Py_None needs the same reference count treatment as anyFred Drake2002-03-121-1/+2
* "level" keyword argument in example should be "stacklevel".Fred Drake2002-03-121-1/+1
* Add more explanation of how data_files is used (esp. where the files end upFred Drake2002-03-081-2/+13
* "Shortcut" should be "short-circuit".Fred Drake2002-03-081-6/+7
* Backport (if there's ever a 2.1.3 release) of a useful trunk fix:Guido van Rossum2002-02-251-0/+1
* Typo: thsi -> this. Closes SF bug #521450.Fred Drake2002-02-221-1/+1
* Add an availability statement for alarm().Fred Drake2002-02-151-0/+1
* Consistently use \textasciicircum to produce a ^ character.Fred Drake2002-02-141-17/+23
* In case there ever will be a 2.1.3, this fixes SF bug #514928 (BastianGuido van Rossum2002-02-081-1/+1
* Update the instructions on reporting bugs to reflect that anonymous reportsFred Drake2002-02-041-10/+6
* string.split() docstring described the interpretation of the maxsplitFred Drake2002-01-301-3/+3
* Add keyword.kwlist to the public API.Fred Drake2002-01-241-1/+8