Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grammar fix | George Yoshida | 2006-04-29 | 1 | -1/+1 |
| | |||||
* | Bug #1478429: make datetime.datetime.fromtimestamp accept every float, | Georg Brandl | 2006-04-28 | 2 | -0/+13 |
| | | | | possibly "rounding up" to the next whole second. | ||||
* | Remove a duplicated test (the same test is in test_incomplete.py). | Thomas Heller | 2006-04-28 | 1 | -21/+0 |
| | |||||
* | Bug #1478326: don't allow '/' in distutils.util.get_platform machine names | Georg Brandl | 2006-04-28 | 1 | -0/+1 |
| | | | | since this value is used to name the build directory. | ||||
* | Bug #1472949: stringify IOErrors in shutil.copytree when appending | Georg Brandl | 2006-04-28 | 1 | -1/+1 |
| | | | | them to the Error errors list. | ||||
* | correct a dead link | George Yoshida | 2006-04-28 | 1 | -1/+1 |
| | |||||
* | Bug #1475009: clarify ntpath.join behavior with absolute components | Georg Brandl | 2006-04-28 | 1 | -2/+3 |
| | |||||
* | Add SeaMonkey to the list of Mozilla browsers. | Georg Brandl | 2006-04-28 | 1 | -1/+1 |
| | |||||
* | fix markup glitch | George Yoshida | 2006-04-28 | 1 | -1/+1 |
| | |||||
* | Fix a warning on ppc (debian) | Neal Norwitz | 2006-04-28 | 1 | -4/+7 |
| | |||||
* | Fix a warning on alpha | Neal Norwitz | 2006-04-28 | 1 | -1/+1 |
| | |||||
* | Fix some warnings on Mac OS X 10.4 | Neal Norwitz | 2006-04-28 | 3 | -21/+9 |
| | |||||
* | Try to really fix the slow buildbots this time. | Neal Norwitz | 2006-04-28 | 1 | -0/+1 |
| | | | | | | Printing to stdout, doesn't mean the data was actually written. It depends on the buffering, so we need to flush. This will hopefully really fix the buildbots getting killed due to no output on the slow bots. | ||||
* | Add some whitespace to be more consistent. | Neal Norwitz | 2006-04-28 | 1 | -11/+13 |
| | |||||
* | Add more ignores of ImportWarnings; these are all just potential triggers | Thomas Wouters | 2006-04-27 | 1 | -1/+3 |
| | | | | | (since they won't trigger if zlib is already sucessfully imported); they were found by grepping .py files, instead of looking at warning output :) | ||||
* | - Add new Warning class, ImportWarning | Thomas Wouters | 2006-04-27 | 6 | -7/+60 |
| | | | | | | | | | | | | | | - Warn-raise ImportWarning when importing would have picked up a directory as package, if only it'd had an __init__.py. This swaps two tests (for case-ness and __init__-ness), but case-test is not really more expensive, and it's not in a speed-critical section. - Test for the new warning by importing a common non-package directory on sys.path: site-packages - In regrtest.py, silence warnings generated by the build-environment because Modules/ (which is added to sys.path for Setup-created modules) has 'zlib' and '_ctypes' directories without __init__.py's. | ||||
* | Added SVN access for Steven Bethard and Talin, for PEP updating. | David Goodger | 2006-04-27 | 1 | -0/+7 |
| | |||||
* | Do the small-memory run of big-meormy tests using a prime number, rather | Thomas Wouters | 2006-04-27 | 1 | -1/+1 |
| | | | | | than a convenient power-of-2-and-multiple-of-5, so incorrect testing algorithms fail more easily. | ||||
* | Some style fixes and size-calculation fixes. Also do the small-memory run | Thomas Wouters | 2006-04-27 | 1 | -16/+21 |
| | | | | | using a prime number, rather than a convenient power-of-2-and-multiple-of-5, so incorrect testing algorithms fail more easily. | ||||
* | Rerun the libffi configuration if any of the files used for that | Thomas Heller | 2006-04-27 | 1 | -1/+6 |
| | | | | are newer then fficonfig.py. | ||||
* | Some more size-estimate fixes, for large-list-tests. | Thomas Wouters | 2006-04-27 | 1 | -2/+2 |
| | |||||
* | markup fix | George Yoshida | 2006-04-27 | 1 | -4/+4 |
| | |||||
* | Mention the xmlrpclib.Error base class, which is used in one of the examples | Andrew M. Kuchling | 2006-04-27 | 1 | -3/+5 |
| | |||||
* | [Bug #1477140] Import Error base class | Andrew M. Kuchling | 2006-04-27 | 1 | -1/+1 |
| | |||||
* | [Bug #1477102] Add necessary import to example | Andrew M. Kuchling | 2006-04-27 | 1 | -0/+1 |
| | | | | | | | This may be a useful style question for the docs -- should examples show the necessary imports, or should it be assumed that the reader will figure it out? In the What's New, I'm not consistent but usually opt for omitting the imports. | ||||
* | Bump document version | Andrew M. Kuchling | 2006-04-27 | 1 | -1/+1 |
| | |||||
* | Now that 2.5a2 is out, revert to the current date | Andrew M. Kuchling | 2006-04-27 | 1 | -1/+1 |
| | |||||
* | Tagging for release of Python 2.5a2 | Anthony Baxter | 2006-04-27 | 1 | -0/+1 |
| | |||||
* | 2.5a2v2.5a2 | Anthony Baxter | 2006-04-27 | 1 | -1/+1 |
| | |||||
* | 2.5a2 | Anthony Baxter | 2006-04-27 | 5 | -5/+10 |
| | |||||
* | add missing word | Fred Drake | 2006-04-27 | 1 | -1/+1 |
| | |||||
* | - update version numbers in file names again, until we have a better way | Fred Drake | 2006-04-27 | 1 | -6/+12 |
| | | | | - elaborate instructions for Cygwin support (closes SF #839709) | ||||
* | one more place to use the current Python version | Fred Drake | 2006-04-26 | 1 | -2/+2 |
| | |||||
* | Fix build on MIPS for libffi. I haven't tested this yet because I | Hye-Shik Chang | 2006-04-26 | 4 | -2/+15 |
| | | | | don't have an access on MIPS machines. Will be tested by buildbot. :) | ||||
* | Some more test-size-estimate fixes: test_append and test_insert trigger a | Thomas Wouters | 2006-04-26 | 1 | -3/+7 |
| | | | | list resize, which overallocates. | ||||
* | Add tests for += and *= on strings, and fix the memory-use estimate for the | Thomas Wouters | 2006-04-26 | 1 | -3/+37 |
| | | | | list.extend tests (they were estimating half the actual use.) | ||||
* | Use GS- and bufferoverlowU.lib where appropriate, for AMD64. | Martin v. Löwis | 2006-04-26 | 10 | -11/+11 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-04-26 | 2 | -922/+922 |
| | |||||
* | The result of SF patch #1471578: big-memory tests for strings, lists and | Thomas Wouters | 2006-04-26 | 4 | -3/+1013 |
| | | | | | | tuples. Lots to be added, still, but this will give big-memory people something to play with in 2.5 alpha 2, and hopefully get more people to write these tests. | ||||
* | Add labels to all sections | Andrew M. Kuchling | 2006-04-26 | 1 | -11/+11 |
| | |||||
* | [Bug #1475080] Fix example | Andrew M. Kuchling | 2006-04-26 | 1 | -2/+2 |
| | |||||
* | Fix an error in the last contextlib.closing example | Nick Coghlan | 2006-04-26 | 1 | -3/+3 |
| | |||||
* | Fix this test on Solaris. There can be embedded \r, so don't just replace | Neal Norwitz | 2006-04-26 | 1 | -2/+2 |
| | | | | the one at the end. | ||||
* | Patch from Aldo Cortesi (OpenBSD buildbot owner). | Neal Norwitz | 2006-04-26 | 1 | -7/+14 |
| | | | | | | | | | | After the patch (45590) to add extra debug stats to the gc module, Python was crashing on OpenBSD due to: Fatal Python error: Interpreter not initialized (version mismatch?) This seems to occur due to calling collect() when initialized (in pythonrun.c) is set to 0. Now, the import will occur in the init function which shouldn't suffer this problem. | ||||
* | minor adjustment suggested by Peter Gephardt | Fred Drake | 2006-04-26 | 1 | -1/+1 |
| | |||||
* | markup fixes, cleanup | Fred Drake | 2006-04-26 | 2 | -38/+67 |
| | |||||
* | Rev 45706 renamed stuff in contextlib.py, but didn't rename | Tim Peters | 2006-04-26 | 1 | -8/+8 |
| | | | | | | | | | | | | | | uses of it in test_with.py. As a result, test_with has been skipped (due to failing imports) on all buildbot boxes since. Alas, that's not a test failure -- you have to pay attention to the 1 skip unexpected on PLATFORM: test_with kinds of output at the ends of test runs to notice that this got broken. It's likely that more renaming in test_with.py would be desirable. | ||||
* | Implement MvL's improvement on __context__ in Condition; | Guido van Rossum | 2006-04-25 | 1 | -5/+1 |
| | | | | | this can just call __context__ on the underlying lock. (The same change for Semaphore does *not* work!) | ||||
* | Fix compiler warnings on Darwin. | Thomas Heller | 2006-04-25 | 1 | -5/+5 |
| | | | | | Patch by Brett Canon, see https://sourceforge.net/tracker/?func=detail&atid=532156&aid=1475959&group_id=71702 | ||||
* | Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses | Thomas Wouters | 2006-04-25 | 3 | -0/+12 |
| | | | | | | | | | MAXPATHLEN-sized buffers for various output-buffers (like to realpath()), and that's correct on BSD platforms, but not Linux (which uses PATH_MAX, and does not define MAXPATHLEN.) Cursory googling suggests Linux is following a newer standard than BSD, but in cases like this, who knows. Using the greater of PATH_MAX and 1024 as a fallback for MAXPATHLEN seems to be the most portable solution. |