summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close 2.1 branch.2.1Georg Brandl2011-03-050-0/+0
* Fix tag references in 2.1 branch.Georg Brandl2011-03-050-0/+0
* Backport this fix:Barry Warsaw2003-08-151-2/+6
* Backport 2.3 FreeBSD recursion_limit settings. Fixes #553736.Martin v. Löwis2003-06-141-0/+14
* Backport 1.60 -- because this is an annoyance that Zope folks run intoGuido van Rossum2003-02-131-1/+3
* Change string version to "2.1.3+".Guido van Rossum2003-01-091-2/+2
* Complete list of news since 2.1.3 was release. Just in case I feelGuido van Rossum2003-01-091-4/+54
* Roll back the introduction of urlsplit() and urlunsplit() toGuido van Rossum2003-01-092-51/+37
* Backport (the relevant part of) rexec.py 1.41.Guido van Rossum2002-09-151-3/+3
* Backport:Guido van Rossum2002-09-041-5/+12
* Fix SF bug [ 599838 ] httplib.connect broken in 2.1 branchJeremy Hylton2002-08-291-19/+4
* Back-port the \ulink macro to the documentation package for Python 2.1.xFred Drake2002-08-272-0/+22
* Correct some return value information.Fred Drake2002-08-271-2/+2
* Add strong security warning about the rexec module.Fred Drake2002-08-271-1/+10
* The errno module needs to be statically linked, since it is now needed duringFred Drake2002-08-082-3/+1
* Backport of SF patch 590294: os._execvpe security fix (Zack Weinberg).Guido van Rossum2002-08-081-21/+6
* Add a dummy test_queue output file to make regrtest happy.Guido van Rossum2002-08-081-0/+1
* Update test output.Jeremy Hylton2002-07-121-0/+5
* Backport changes.Jeremy Hylton2002-07-122-69/+388
* Backport various bug fixes from trunk.Jeremy Hylton2002-07-023-117/+246
* Backport variety of SSL fixes accumulated on the trunk.Jeremy Hylton2002-07-021-142/+348
* SF # 572928 One word change for lib/libgettext.texNeal Norwitz2002-06-241-1/+1
* Make the docs for string.capitalize() match those of str.capitalize()Fred Drake2002-06-201-1/+1
* Typo: bites --> bytesFred Drake2002-06-181-1/+1
* Add description of the deadlock problem with child processes and pipes, andFred Drake2002-06-182-0/+67
* Add a note about "as" not being a keyword, though it has special meaningFred Drake2002-06-181-0/+7
* Note the limitation that mime_decode_header() only works for Latin-1.Fred Drake2002-06-181-0/+1
* Add a special case code to deal with unexpected large files.Jeremy Hylton2002-06-181-1/+21
* Corect speling and add \n\ to line ends in new docstring for access().Guido van Rossum2002-06-181-5/+5
* Clarified documentation for os.access().Fred Drake2002-06-182-6/+12
* Clarified description of error handling for shutil.rmtree().Fred Drake2002-06-181-2/+3
* PyModule_AddObject(): Added missing exceptions.Fred Drake2002-06-171-7/+14
* Do not claim that getlocale() returns a tulpe; that is not always true.Fred Drake2002-06-131-3/+3
* Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(),Fred Drake2002-06-131-0/+42
* Add version annotations for some older changes to the calendar module.Fred Drake2002-06-131-2/+10
* Completely revise markup for the list of list methods; the new markup matchesFred Drake2002-06-111-26/+35
* Fix SF #561858 Assertion with very long listsNeal Norwitz2002-06-011-0/+15
* Backport to 2.1.x:Guido van Rossum2002-05-312-1/+23
* Backport fix by tismer for #210682Neal Norwitz2002-05-291-11/+5
* Add availability information for a couple of the types.Fred Drake2002-05-211-2/+4
* Fix typo: ptread --> pthreadFred Drake2002-05-111-1/+1
* Add a note explaining the interaction between unbuffered input andFred Drake2002-05-061-1/+4
* Backport patch for revision 1.58 to the Py2.1.x maintenance branch.Barry Warsaw2002-05-032-105/+129
* Update a SourceForge issue number; IDs less than 200000 are no longer valid.Fred Drake2002-05-021-1/+1
* Added regression tests for xrange object attributes.Fred Drake2002-05-021-0/+21
* Add information on support for repietition & concatenation for bufferFred Drake2002-05-021-7/+15
* Backport buffer() tests from trunk to avoid regression failures.Fred Drake2002-05-022-0/+30
* Revise version/date information since we're not about to hit a release.Fred Drake2002-05-022-3/+3
* Explain what os.read() returns at end of file.Fred Drake2002-05-011-1/+3
* Add missing right-parenthesis.Fred Drake2002-05-011-1/+1