| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Explicit class names. | Georg Brandl | 2007-04-01 | 1 | -3/+3 |
|
|
* | Lots of explicit class names for method and member descs. | Georg Brandl | 2007-04-01 | 42 | -489/+489 |
|
|
* | Another fix. | Georg Brandl | 2007-04-01 | 1 | -1/+1 |
|
|
* | Fix a lot of markup and meta-information glitches. | Georg Brandl | 2007-04-01 | 21 | -143/+143 |
|
|
* | Fix the test for recreating the locale cache object by not worrying about if | Brett Cannon | 2007-04-01 | 1 | -4/+16 |
|
|
* | time.strptime's caching of its locale object was being recreated when the | Brett Cannon | 2007-04-01 | 3 | -5/+24 |
|
|
* | SF #1685563, MSVCCompiler creates redundant and long PATH strings | Neal Norwitz | 2007-04-01 | 2 | -1/+17 |
|
|
* | Shut up an occaisonal buildbot error due to test files being left around. | Collin Winter | 2007-03-31 | 1 | -0/+8 |
|
|
* | Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS | Georg Brandl | 2007-03-31 | 2 | -1/+7 |
|
|
* | Fix method names. Will backport. | Neal Norwitz | 2007-03-31 | 1 | -3/+4 |
|
|
* | Typo fix. | Georg Brandl | 2007-03-31 | 1 | -1/+1 |
|
|
* | Duplicate label fix. | Georg Brandl | 2007-03-31 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Add item. (Oops, accidentally checked this in on my branch) | Andrew M. Kuchling | 2007-03-30 | 1 | -0/+11 |
|
|
* | 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 |
|
|
* | Bump the patch level version of distutils since there were a few bug fixes since | Marc-André Lemburg | 2007-03-30 | 1 | -1/+1 |
|
|
* | Bug #1688274: add documentation for C-level class objects. | Collin Winter | 2007-03-30 | 1 | -0/+29 |
|
|
* | Added the posibility to pass the timeout to FTP.connect, not only when | Facundo Batista | 2007-03-30 | 3 | -7/+40 |
|
|
* | Added timout parameter to telnetlib.Telnet. Also created | Facundo Batista | 2007-03-29 | 4 | -20/+95 |
|
|
* | In Windows' time.clock(), when QueryPerformanceFrequency() fails, | Georg Brandl | 2007-03-29 | 1 | -1/+2 |
|
|
* | These are actually methods. | Georg Brandl | 2007-03-29 | 1 | -6/+6 |
|
|
* | Make test_zipfile clean up its temporary files properly. | Collin Winter | 2007-03-29 | 1 | -7/+12 |
|
|
* | Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML... | Collin Winter | 2007-03-28 | 5 | -2820/+2232 |
|
|
* | Added timeout to smtplib (to SMTP and SMTP_SSL). Also created | Facundo Batista | 2007-03-28 | 3 | -27/+89 |
|
|
* | Bug 1688393. Adds a control of negative values in | Facundo Batista | 2007-03-28 | 2 | -2/+15 |
|
|
* | The basic test cases of poplib.py. | Facundo Batista | 2007-03-27 | 1 | -0/+71 |
|
|
* | Added an optional timeout to poplib.POP3. Also created a | Facundo Batista | 2007-03-27 | 2 | -17/+6 |
|
|
* | Forgot to add the file before the previous commit, here go | Facundo Batista | 2007-03-26 | 2 | -25/+91 |
|
|
* | Some nits. | Georg Brandl | 2007-03-26 | 3 | -10/+10 |
|
|
* | Added an optional timeout to FTP class. Also I started a test_ftplib.py | Facundo Batista | 2007-03-26 | 1 | -1/+4 |
|
|
* | Markup fix. | Georg Brandl | 2007-03-25 | 1 | -4/+4 |
|
|
* | Markup fix. | Georg Brandl | 2007-03-25 | 1 | -2/+2 |
|
|
* | Closing the HTTP connection after each test, and listening more. | Facundo Batista | 2007-03-25 | 1 | -1/+4 |
|
|
* | Redone the tests, using the infrastructure already present | Facundo Batista | 2007-03-25 | 1 | -53/+65 |
|
|
* | Change the docs to no longer claim that unittest is preferred over doctest for | Brett Cannon | 2007-03-25 | 1 | -7/+7 |
|
|
* | Revert accidental change. | Georg Brandl | 2007-03-24 | 1 | -1/+1 |
|
|
* | Remove typo accent. | Georg Brandl | 2007-03-24 | 1 | -2/+2 |
|
|
* | Patch #1489771: update syntax rules in Python Reference Manual. | Žiga Seilnacht | 2007-03-24 | 5 | -42/+193 |
|
|
* | Make test_relpath() pass on Windows. | Collin Winter | 2007-03-23 | 1 | -9/+13 |
|
|
* | Surrounded with try/finally to socket's default timeout setting | Facundo Batista | 2007-03-23 | 2 | -16/+20 |
|
|
* | Prevent creation (followed by a segfault) of array types when the size | Thomas Heller | 2007-03-23 | 1 | -3/+20 |
|
|
* | Add note about type.__init__(). | Guido van Rossum | 2007-03-23 | 1 | -1/+2 |
|
|
* | Added a 'create_connect()' function to socket.py, which creates a | Facundo Batista | 2007-03-23 | 7 | -25/+181 |
|
|
* | Add a type.__init__() method that enforces the same signature as | Guido van Rossum | 2007-03-23 | 2 | -4/+35 |
|
|