Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove now-unused fidding with PY_FORMAT_SIZE_T. | Tim Peters | 2006-06-30 | 1 | -4/+0 |
| | |||||
* | Revert the use of PY_FORMAT_SIZE_T in PyErr_Format. | Thomas Heller | 2006-06-30 | 1 | -1/+5 |
| | |||||
* | Another problem reported by Coverity. Backport candidate. | Neal Norwitz | 2006-06-30 | 1 | -0/+2 |
| | |||||
* | Silence compiler warning | Neal Norwitz | 2006-06-30 | 1 | -1/+6 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-06-30 | 2 | -5/+5 |
| | |||||
* | Fixed bug in fileConfig() which failed to clear logging._handlerList | Vinay Sajip | 2006-06-30 | 1 | -0/+1 |
| | |||||
* | add string methods to index | Skip Montanaro | 2006-06-29 | 1 | -0/+1 |
| | |||||
* | Patch #1509163: MS Toolkit Compiler no longer available | Martin v. Löwis | 2006-06-29 | 2 | -1/+15 |
| | |||||
* | Protect the thread api calls in the _ctypes extension module within | Thomas Heller | 2006-06-29 | 4 | -1/+25 |
| | | | | #ifdef WITH_THREADS/#endif blocks. Found by Sam Rushing. | ||||
* | This should fix the buildbot failure on s/390 which can't connect to gmail.org. | Neal Norwitz | 2006-06-29 | 1 | -6/+9 |
| | | | | | | It makes the error message consistent and always sends to stderr. It would be much better for all the networking tests to hit only python.org. | ||||
* | Add new utility function, reap_children(), to test_support. This should | Neal Norwitz | 2006-06-29 | 14 | -8/+58 |
| | | | | | | | | | | be called at the end of each test that spawns children (perhaps it should be called from regrtest instead?). This will hopefully prevent some of the unexplained failures in the buildbots (hppa and alpha) during tests that spawn children. The problems were not reproducible. There were many zombies that remained at the end of several tests. In the worst case, this shouldn't cause any more problems, though it may not help either. Time will tell. | ||||
* | document recent bugfixes in sgmllib | Fred Drake | 2006-06-29 | 1 | -0/+6 |
| | |||||
* | SF bug #1504333: sgmlib should allow angle brackets in quoted values | Fred Drake | 2006-06-29 | 2 | -9/+25 |
| | | | | | | | (modified patch by Sam Ruby; changed to use separate REs for start and end tags to reduce matching cost for end tags; extended tests; updated to avoid breaking previous changes to support IPv6 addresses in unquoted attribute values) | ||||
* | Mention the expat upgrade and pyexpat fix I put in 2.5b1. | Trent Mick | 2006-06-28 | 1 | -0/+4 |
| | |||||
* | Fix end_fill(). | Georg Brandl | 2006-06-28 | 2 | -1/+3 |
| | |||||
* | [Bug #1508766] Add docs for uuid module; this puts the module in the ↵ | Andrew M. Kuchling | 2006-06-28 | 1 | -0/+1 |
| | | | | 'Internet Protocols' section. Arguably this module could also have gone in the chapters on strings or encodings, maybe even the crypto chapter. Fred, please move if you see fit. | ||||
* | [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, ↵ | Andrew M. Kuchling | 2006-06-28 | 1 | -0/+231 |
| | | | | with minor rearrangements by me. | ||||
* | A couple of crashers of the "won't fix" kind. | Armin Rigo | 2006-06-28 | 2 | -0/+26 |
| | |||||
* | Make full module name available as __module_name__ even when __name__ is set ↵ | Nick Coghlan | 2006-06-28 | 3 | -26/+47 |
| | | | | to something else (like '__main__') | ||||
* | Fix bug #1512695: cPickle.loads could crash if it was interrupted with | Neal Norwitz | 2006-06-28 | 2 | -2/+12 |
| | | | | | | a KeyboardInterrupt since PyTuple_Pack was passed a NULL. Will backport. | ||||
* | According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN | Neal Norwitz | 2006-06-28 | 1 | -1/+1 |
| | | | | | can be returned if fcntl (lockf) fails. This fixes the test failure on Tru64 by checking for either error rather than just EAGAIN. | ||||
* | macosx: Install a libpython2.5.a inside the framework as a symlink to the actual | Ronald Oussoren | 2006-06-27 | 1 | -0/+3 |
| | | | | | | dylib at the root of the framework, that way tools that expect a unix-like install (python-config, but more importantly external products like mod_python) work correctly. | ||||
* | Use staticly build copies of zlib and bzip2 to build the OSX installer, that | Ronald Oussoren | 2006-06-27 | 2 | -42/+93 |
| | | | | | | | | | way the resulting binaries have a better change of running on 10.3. This patch also updates the search logic for sleepycat db3/4, without this patch you cannot use a sleepycat build with a non-standard prefix; with this you can (at least on OSX) if you add the prefix to CPPFLAGS/LDFLAGS at configure-time. This change is needed to build the binary installer for OSX. | ||||
* | Whitespace normalization. | Tim Peters | 2006-06-27 | 3 | -4/+4 |
| | |||||
* | MacOSX: fix rather dumb buglet that made it impossible to create extensions on | Ronald Oussoren | 2006-06-27 | 2 | -2/+2 |
| | | | | OSX 10.3 when using a binary distribution build on 10.4. | ||||
* | Removed buggy exception handling in doRollover of rotating file handlers. ↵ | Vinay Sajip | 2006-06-27 | 1 | -12/+2 |
| | | | | Exceptions now propagate to caller. | ||||
* | Verify buildbot picks up these changes (really needs testing after last ↵ | Neal Norwitz | 2006-06-27 | 2 | -2/+2 |
| | | | | change to Makefile.pre.in) | ||||
* | Try again: test unimportant change to verify buildbot does not try to build | Neal Norwitz | 2006-06-27 | 1 | -0/+1 |
| | |||||
* | Test unimportant change to verify buildbot does not try to build | Neal Norwitz | 2006-06-27 | 1 | -1/+0 |
| | |||||
* | Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3. | Neal Norwitz | 2006-06-27 | 2 | -1/+6 |
| | | | | No need to install lib-old, it's empty in 2.5. | ||||
* | Instead of doing a make test, run the regression tests out of the installed | Neal Norwitz | 2006-06-27 | 1 | -5/+17 |
| | | | | | | copy. This will hopefully catch problems where directories are added under Lib/ but not to Makefile.pre.in. This breaks out the 2 runs of the test suite with and without -O which is also nicer. | ||||
* | Ignore some more warnings in the dynamic linker on an older gentoo | Neal Norwitz | 2006-06-27 | 1 | -0/+9 |
| | |||||
* | Attempt to fix build failure on OS X and Debian alpha; the symptom is | Andrew M. Kuchling | 2006-06-26 | 1 | -1/+1 |
| | | | | | | | | | | consistent with os.wait() returning immediately because some other subprocess had previously exited; the test suite then immediately tries to lock the mailbox and gets an error saying it's already locked. To fix this, do a waitpid() so the test suite only continues once the intended child process has exited. | ||||
* | Windows doesn't have os.fork(). I'll just disable this test for now | Andrew M. Kuchling | 2006-06-26 | 1 | -0/+2 |
| | |||||
* | Add a test for a conflicting lock. | Andrew M. Kuchling | 2006-06-26 | 1 | -0/+22 |
| | | | | | On slow machines, maybe the time intervals (2 sec, 0.5 sec) will be too tight. I'll see how the buildbots like it. | ||||
* | [Bug #1512163] Use one set of locking methods, lockf(); | Andrew M. Kuchling | 2006-06-26 | 1 | -12/+2 |
| | | | | | | | | | remove the flock() calls. On FreeBSD, the two methods lockf() and flock() end up using the same mechanism and the second one fails. A Linux man page claims that the two methods are orthogonal (so locks acquired one way don't interact with locks acquired the other way) but that clearly must be false. | ||||
* | [Bug #1512163] Fix typo. | Andrew M. Kuchling | 2006-06-26 | 1 | -1/+1 |
| | | | | | This change will probably break tests on FreeBSD buildbots, but I'll check in a fix for that next. | ||||
* | Describe workaround for PyRange_New()'s removal | Andrew M. Kuchling | 2006-06-26 | 1 | -2/+7 |
| | |||||
* | [Bug #1511998] Various comments from Nick Coghlan; thanks! | Andrew M. Kuchling | 2006-06-26 | 1 | -18/+20 |
| | |||||
* | Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to | Ronald Oussoren | 2006-06-25 | 1 | -1/+1 |
| | | | | be installed. | ||||
* | Use a path without a double slash to compile the .py files after installation | Ronald Oussoren | 2006-06-25 | 1 | -1/+1 |
| | | | | (macosx, binary installer). This fixes bug #1508369 for python 2.5. | ||||
* | Drop the calldll demo's for macos, calldll isn't present anymore, no need | Ronald Oussoren | 2006-06-25 | 5 | -214/+14 |
| | | | | to keep the demo's around. | ||||
* | Workaround for bug #1512124 | Ronald Oussoren | 2006-06-25 | 1 | -1/+8 |
| | | | | | | Without this patch IDLE will get unresponsive when you open the debugger window on OSX. This is both using the system Tcl/Tk on Tiger as the latest universal download from tk-components.sf.net. | ||||
* | Bug #1511381: codec_getstreamcodec() in codec.c is corrected to | Hye-Shik Chang | 2006-06-23 | 2 | -3/+9 |
| | | | | | | omit a default "error" argument for NULL pointer. This allows the parser to take a codec from cjkcodecs again. (Reported by Taewook Kang and reviewed by Walter Doerwald) | ||||
* | Fit Makefile for the Python doc environment better; this is a step toward | Andrew M. Kuchling | 2006-06-23 | 1 | -62/+58 |
| | | | | | | | | | | | | including the howtos in the build process. * Put LaTeX output in ../paper-<whatever>/. * Put HTML output in ../html/ * Explain some of the Makefile variables * Remove some cruft dating to my environment (e.g. the 'web' target) This makefile isn't currently invoked by the documentation build process, so these changes won't destabilize anything. | ||||
* | - SF bug #853506: IP6 address parsing in sgmllib | Fred Drake | 2006-06-23 | 2 | -11/+45 |
| | | | | | | | | | | ('[' and ']' were not accepted in unquoted attribute values) - cleaned up tests of character and entity reference decoding so the tests cover the documented relationships among handle_charref, handle_entityref, convert_charref, convert_codepoint, and convert_entityref, without bringing up Unicode issues that sgmllib cannot be involved in | ||||
* | Fix refleak | Neal Norwitz | 2006-06-23 | 1 | -1/+3 |
| | |||||
* | Applied patch #1506758: Prevent MemoryErrors with large MAXFD. | Peter Astrand | 2006-06-22 | 2 | -2/+2 |
| | |||||
* | Make it possible to run test_subprocess.py on Python 2.2, which lacks ↵ | Peter Astrand | 2006-06-22 | 1 | -1/+2 |
| | | | | test_support.is_resource_enabled. | ||||
* | Small fixes, mostly in the markup. | Thomas Heller | 2006-06-22 | 1 | -7/+7 |
| |