Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix some markup errors | Fred Drake | 2007-04-26 | 4 | -5/+5 | |
| | ||||||
* | Standardize on test.test_support.run_unittest() (as opposed to a mix of ↵ | Collin Winter | 2007-04-25 | 1 | -8/+14 | |
| | | | | run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule(). | |||||
* | Fix markup | Raymond Hettinger | 2007-04-24 | 1 | -1/+1 | |
| | ||||||
* | Bug #1705717: error in sys.argv docs. | Georg Brandl | 2007-04-24 | 1 | -2/+2 | |
| | ||||||
* | Some new year updates. | Georg Brandl | 2007-04-24 | 1 | -1/+1 | |
| | ||||||
* | Fix SF #1703110, Incorrect example for add_password() (use uri, not host) | Neal Norwitz | 2007-04-24 | 1 | -1/+4 | |
| | ||||||
* | SF 1193128: Let str.translate(None) be an identity transformation | Raymond Hettinger | 2007-04-12 | 2 | -1/+9 | |
| | ||||||
* | Repair missing spaces after \UNIX. | Georg Brandl | 2007-04-11 | 1 | -1/+1 | |
| | ||||||
* | Describe undocumented third argument to touchline() | Andrew M. Kuchling | 2007-04-11 | 1 | -2/+4 | |
| | ||||||
* | Add window.chgat() method, submitted via e-mail by Fabian Kreutz | Andrew M. Kuchling | 2007-04-11 | 1 | -0/+10 | |
| | ||||||
* | Repair a duplicate label and some obsolete uses of \setindexsubitem. | Georg Brandl | 2007-04-10 | 5 | -40/+39 | |
| | ||||||
* | Doc that file.next() has undefined behaviour when called on a file opened with | Brett Cannon | 2007-04-08 | 1 | -8/+9 | |
| | | | | | | 'w'. Closes bug #1569057. To be backported once 2.5 branch is unfrozen. | |||||
* | Some grammar fixes | Andrew M. Kuchling | 2007-04-06 | 1 | -5/+5 | |
| | ||||||
* | Now using unittest for the tests infraestructure. Also split the | Facundo Batista | 2007-04-03 | 1 | -2/+3 | |
| | | | | tests in those who need the network, and that who doesn't. | |||||
* | Fix the class name of strings. | Georg Brandl | 2007-04-01 | 1 | -37/+37 | |
| | ||||||
* | Remove bogus entry. | Georg Brandl | 2007-04-01 | 1 | -3/+0 | |
| | ||||||
* | Some semantic fixes. | Georg Brandl | 2007-04-01 | 3 | -4/+3 | |
| | ||||||
* | Lots of explicit class names for method and member descs. | Georg Brandl | 2007-04-01 | 41 | -484/+484 | |
| | ||||||
* | Another fix. | Georg Brandl | 2007-04-01 | 1 | -1/+1 | |
| | ||||||
* | Fix a lot of markup and meta-information glitches. | Georg Brandl | 2007-04-01 | 20 | -142/+142 | |
| | ||||||
* | Markup fix. | Georg Brandl | 2007-03-31 | 1 | -1/+1 | |
| | ||||||
* | repair string literal. | Georg Brandl | 2007-03-31 | 1 | -1/+1 | |
| | ||||||
* | Markup fix. | Georg Brandl | 2007-03-30 | 1 | -1/+1 | |
| | ||||||
* | Duplicate label fix. | Georg Brandl | 2007-03-30 | 1 | -1/+1 | |
| | ||||||
* | Markup fix. | Georg Brandl | 2007-03-30 | 1 | -3/+3 | |
| | ||||||
* | Duplicate label fix. | Georg Brandl | 2007-03-30 | 1 | -1/+0 | |
| | ||||||
* | Label name fix. | Georg Brandl | 2007-03-30 | 1 | -1/+1 | |
| | ||||||
* | Markup fix. | Georg Brandl | 2007-03-30 | 1 | -1/+1 | |
| | ||||||
* | Added the posibility to pass the timeout to FTP.connect, not only when | Facundo Batista | 2007-03-30 | 1 | -1/+7 | |
| | | | | instantiating the class. Docs and tests are updated. | |||||
* | Added timout parameter to telnetlib.Telnet. Also created | Facundo Batista | 2007-03-29 | 1 | -2/+8 | |
| | | | | | test_telnetlib.py with a basic test and timeout ones. Docs are also updated. | |||||
* | These are actually methods. | Georg Brandl | 2007-03-29 | 1 | -6/+6 | |
| | ||||||
* | Added timeout to smtplib (to SMTP and SMTP_SSL). Also created | Facundo Batista | 2007-03-28 | 1 | -2/+8 | |
| | | | | | the test_smtplib.py file, with a basic test and the timeout ones. Docs are updated too. | |||||
* | Added an optional timeout to poplib.POP3. Also created a | Facundo Batista | 2007-03-27 | 1 | -1/+4 | |
| | | | | | test_poplib.py file with a basic test and the timeout ones. Docs are also updated. | |||||
* | Some nits. | Georg Brandl | 2007-03-26 | 2 | -9/+8 | |
| | ||||||
* | Added an optional timeout to FTP class. Also I started a test_ftplib.py | Facundo Batista | 2007-03-26 | 1 | -1/+4 | |
| | | | | | file to test the ftp lib (right now I included a basic test, the timeout one, and nothing else). | |||||
* | Change the docs to no longer claim that unittest is preferred over doctest for | Brett Cannon | 2007-03-25 | 1 | -7/+7 | |
| | | | | regression tests. | |||||
* | Revert accidental change. | Georg Brandl | 2007-03-24 | 1 | -1/+1 | |
| | ||||||
* | Remove typo accent. | Georg Brandl | 2007-03-24 | 1 | -2/+2 | |
| | ||||||
* | Added a 'create_connect()' function to socket.py, which creates a | Facundo Batista | 2007-03-23 | 2 | -2/+21 | |
| | | | | | connection with an optional timeout, and modified httplib.py to use this function in HTTPConnection. Applies patch 1676823. | |||||
* | Bug #1685704: use -m switch in timeit docs. | Georg Brandl | 2007-03-22 | 1 | -1/+1 | |
| | ||||||
* | Minor clarification, saying that blocking means no timeout (from bug #882297) | Facundo Batista | 2007-03-21 | 1 | -1/+1 | |
| | ||||||
* | Put code examples at left margin instead of indenting them | Andrew M. Kuchling | 2007-03-21 | 1 | -19/+19 | |
| | ||||||
* | Fix sentence, and fix typo in example | Andrew M. Kuchling | 2007-03-21 | 1 | -2/+3 | |
| | ||||||
* | New test for rev. 54407 which only uses directories under TESTFN. | Georg Brandl | 2007-03-21 | 1 | -10/+12 | |
| | ||||||
* | Try backing out 54407 to see if it corrects the problems on the Windows | Neal Norwitz | 2007-03-20 | 1 | -12/+10 | |
| | | | | | buildbots. This rev was backported, so we will need to keep both branches in sync, pending the outcome of the test after this checkin. | |||||
* | Add some doc that was left out from some change to platform.py | Neal Norwitz | 2007-03-20 | 1 | -0/+17 | |
| | ||||||
* | Patch #1630118: add a SpooledTemporaryFile class to tempfile. | Collin Winter | 2007-03-19 | 1 | -0/+17 | |
| | ||||||
* | Patch #1682878: the new socket methods are recv_into and recvfrom_into, not ↵ | Georg Brandl | 2007-03-18 | 1 | -0/+2 | |
| | | | | *_buf. | |||||
* | Patch #1675423: PyComplex_AsCComplex() now tries to convert an object | Georg Brandl | 2007-03-17 | 1 | -1/+8 | |
| | | | | | | | to complex using its __complex__() method before falling back to the __float__() method. Therefore, the functions in the cmath module now can operate on objects that define a __complex__() method. (backport) | |||||
* | Patch 1339796: add a relpath() function to os.path. | Collin Winter | 2007-03-16 | 1 | -0/+9 | |
| |