summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove typo accent.Georg Brandl2007-03-241-2/+2
* Patch #1489771: update syntax rules in Python Reference Manual.Žiga Seilnacht2007-03-245-42/+193
* Make test_relpath() pass on Windows.Collin Winter2007-03-231-9/+13
* Surrounded with try/finally to socket's default timeout settingFacundo Batista2007-03-232-16/+20
* Prevent creation (followed by a segfault) of array types when the sizeThomas Heller2007-03-231-3/+20
* Add note about type.__init__().Guido van Rossum2007-03-231-1/+2
* Added a 'create_connect()' function to socket.py, which creates aFacundo Batista2007-03-237-25/+181
* Add a type.__init__() method that enforces the same signature asGuido van Rossum2007-03-232-4/+35
* Bug #978833: Revert r50844, as it broke _socketobject.dup.Martin v. Löwis2007-03-233-5/+4
* Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.Martin v. Löwis2007-03-232-3/+6
* Add Mark Dickinson for SF # 1675423.Neal Norwitz2007-03-231-0/+1
* - Bug #1683368: The object.__init__() and object.__new__() methods areGuido van Rossum2007-03-233-14/+99
* Explain the purpose of the b_needsfree flag (forward ported from release25-ma...Thomas Heller2007-03-221-0/+6
* Back out "Patch #1643874: memory leak in ctypes fixed."Thomas Heller2007-03-222-23/+8
* Bug #1685704: use -m switch in timeit docs.Georg Brandl2007-03-221-1/+1
* Add test and fix for fromkeys() optional argument.Raymond Hettinger2007-03-212-2/+5
* Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-213-1/+13
* Minor clarification, saying that blocking means no timeout (from bug #882297)Facundo Batista2007-03-211-1/+1
* Put code examples at left margin instead of indenting themAndrew M. Kuchling2007-03-211-19/+19
* Fix sentence, and fix typo in exampleAndrew M. Kuchling2007-03-211-2/+3
* Add comments on maintenance of this fileAndrew M. Kuchling2007-03-211-0/+40
* Fix #1684254: split BROWSER contents with shlex to avoid displaying 'URL'.Georg Brandl2007-03-211-1/+6
* Patch #1684834: document some utility C API functions.Georg Brandl2007-03-211-0/+91
* New test for rev. 54407 which only uses directories under TESTFN.Georg Brandl2007-03-214-32/+70
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-213-6/+7
* Remove unused file spotted by Paul HankinNeal Norwitz2007-03-212-27/+2
* Fix for glob.py if filesystem encoding is None.Georg Brandl2007-03-201-1/+2
* Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call...Raymond Hettinger2007-03-204-3/+42
* Try to get test_urllib to pass on Windows by closing the file.Neal Norwitz2007-03-201-2/+4
* Try to be a little more resilient to errors. This might help the testNeal Norwitz2007-03-201-2/+2
* Try to make this test more resistant to dropping from previous runs (ie, file...Neal Norwitz2007-03-201-0/+1
* Try to make this test more resistant to dropping from previous runs (ie, file...Neal Norwitz2007-03-201-0/+3
* Try backing out 54407 to see if it corrects the problems on the WindowsNeal Norwitz2007-03-204-57/+19
* Get rid of deprecation warning when testing commands.getstatus()Neal Norwitz2007-03-201-0/+4
* Add a comment about 3k migrationNeal Norwitz2007-03-201-0/+3
* Add some doc that was left out from some change to platform.pyNeal Norwitz2007-03-201-0/+17
* Patch #1683328: fixes and enhancements for "unparse" demo.Georg Brandl2007-03-191-51/+50
* Patch #1630118: add a SpooledTemporaryFile class to tempfile.Collin Winter2007-03-195-1/+237
* Patch #1678339: test case for bug in difflib.Georg Brandl2007-03-181-3/+34
* Patch #1682878: the new socket methods are recv_into and recvfrom_into, not *...Georg Brandl2007-03-182-2/+4
* move note to the correct sectionGregory P. Smith2007-03-171-3/+3
* Patch #1675423: PyComplex_AsCComplex() now tries to convert an objectGeorg Brandl2007-03-175-56/+264
* Patch 1339796: add a relpath() function to os.path.Collin Winter2007-03-167-3/+77
* Remove test/output/test_popen2 (missed in r54417).Collin Winter2007-03-161-9/+0
* Patch #1676994: Refactor test_popen2 to use unittest.Collin Winter2007-03-162-110/+82
* Clean up formatting of this file.Jeremy Hylton2007-03-161-2029/+2048
* Remove warning: funcion declaration isn't a prototypeJeremy Hylton2007-03-161-2/+1
* Whitespace cleanup. Also remove the empty linesŽiga Seilnacht2007-03-161-41/+38
* Patch #1623563: allow __class__ assignment for classes with __slots__.Žiga Seilnacht2007-03-165-4/+84
* RFE #1670167: fix in isinstance() docs.Georg Brandl2007-03-161-2/+3