Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
b15ac31 Add new utility function, reap_children(), to test_support. This should 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. 29 June 2006, 04:10:08 UTC
10497c8 document recent bugfixes in sgmllib 29 June 2006, 02:57:48 UTC
a136210 SF bug #1504333: sgmlib should allow angle brackets in quoted values (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) 29 June 2006, 00:51:53 UTC
960a3f8 Mention the expat upgrade and pyexpat fix I put in 2.5b1. 28 June 2006, 20:30:41 UTC
1be63af Fix end_fill(). 28 June 2006, 20:23:25 UTC
ecfec78 [Bug #1508766] Add docs for uuid module; this puts the module in the '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. 28 June 2006, 14:27:21 UTC
146d392 [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with minor rearrangements by me. 28 June 2006, 14:25:20 UTC
d77ef8f A couple of crashers of the "won't fix" kind. 28 June 2006, 10:49:51 UTC
999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') 28 June 2006, 10:41:47 UTC
0f8b31a Fix bug #1512695: cPickle.loads could crash if it was interrupted with a KeyboardInterrupt since PyTuple_Pack was passed a NULL. Will backport. 28 June 2006, 06:28:31 UTC
7983c72 According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN can be returned if fcntl (lockf) fails. This fixes the test failure on Tru64 by checking for either error rather than just EAGAIN. 28 June 2006, 05:03:22 UTC
0350f81 macosx: Install a libpython2.5.a inside the framework as a symlink to the actual 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. 27 June 2006, 15:45:32 UTC
9b8b619 Use staticly build copies of zlib and bzip2 to build the OSX installer, that 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. 27 June 2006, 12:53:52 UTC
3249d00 Whitespace normalization. 27 June 2006, 11:52:49 UTC
7b9053a MacOSX: fix rather dumb buglet that made it impossible to create extensions on OSX 10.3 when using a binary distribution build on 10.4. 27 June 2006, 10:08:25 UTC
6dd59f1 Removed buggy exception handling in doRollover of rotating file handlers. Exceptions now propagate to caller. 27 June 2006, 07:34:37 UTC
c315a0f Verify buildbot picks up these changes (really needs testing after last change to Makefile.pre.in) 27 June 2006, 04:28:56 UTC
0a903ac Try again: test unimportant change to verify buildbot does not try to build 27 June 2006, 04:26:30 UTC
1da7384 Test unimportant change to verify buildbot does not try to build 27 June 2006, 04:23:06 UTC
3b6b801 Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3. No need to install lib-old, it's empty in 2.5. 27 June 2006, 04:12:58 UTC
524b59b Instead of doing a make test, run the regression tests out of the installed 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. 27 June 2006, 04:09:13 UTC
25d4ca3 Ignore some more warnings in the dynamic linker on an older gentoo 27 June 2006, 04:06:46 UTC
15486f7 Attempt to fix build failure on OS X and Debian alpha; the symptom is 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. 26 June 2006, 17:00:35 UTC
ec3c368 Windows doesn't have os.fork(). I'll just disable this test for now 26 June 2006, 14:33:24 UTC
9afbace Add a test for a conflicting lock. On slow machines, maybe the time intervals (2 sec, 0.5 sec) will be too tight. I'll see how the buildbots like it. 26 June 2006, 13:23:10 UTC
5573259 [Bug #1512163] Use one set of locking methods, lockf(); 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. 26 June 2006, 13:12:16 UTC
a7ee9eb [Bug #1512163] Fix typo. This change will probably break tests on FreeBSD buildbots, but I'll check in a fix for that next. 26 June 2006, 13:08:24 UTC
cd77e1c Describe workaround for PyRange_New()'s removal 26 June 2006, 12:43:43 UTC
1a0e129 [Bug #1511998] Various comments from Nick Coghlan; thanks! 26 June 2006, 12:40:02 UTC
fb322cd Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to be installed. 25 June 2006, 21:19:06 UTC
3e8d2f6 Use a path without a double slash to compile the .py files after installation (macosx, binary installer). This fixes bug #1508369 for python 2.5. 25 June 2006, 21:15:58 UTC
f3f31ab Drop the calldll demo's for macos, calldll isn't present anymore, no need to keep the demo's around. 25 June 2006, 21:14:19 UTC
53f1a94 Workaround for bug #1512124 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. 25 June 2006, 20:44:16 UTC
e6a1cb9 Bug #1511381: codec_getstreamcodec() in codec.c is corrected to 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) 23 June 2006, 21:16:18 UTC
48a49f0 Fit Makefile for the Python doc environment better; this is a step toward 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. 23 June 2006, 19:23:40 UTC
2f99da6 - SF bug #853506: IP6 address parsing in sgmllib ('[' 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 23 June 2006, 06:03:45 UTC
b114984 Fix refleak 23 June 2006, 03:32:44 UTC
ff355f1 Applied patch #1506758: Prevent MemoryErrors with large MAXFD. 22 June 2006, 20:21:26 UTC
d6b2430 Make it possible to run test_subprocess.py on Python 2.2, which lacks test_support.is_resource_enabled. 22 June 2006, 20:06:46 UTC
978ec9a Small fixes, mostly in the markup. 22 June 2006, 19:07:36 UTC
b2c9ba8 Fix my name ;) 22 June 2006, 19:02:18 UTC
d2842a6 MacOSX: Add a message to the first screen of the installer that tells users how to avoid updates to their shell profile. 22 June 2006, 18:33:54 UTC
53ab5b7 'warning's was improperly requiring that a command-line Warning category be both a subclass of Warning and a subclass of types.ClassType. The latter is no longer true thanks to new-style exceptions. Closes bug #1510580. Thanks to AMK for the test. 22 June 2006, 16:49:14 UTC
56b76c8 fix markup nit 22 June 2006, 15:50:08 UTC
f57c54d Test for correct compilation of try-except-finally stmt. Test for correct lineno on list, tuple, dict literals. 22 June 2006, 14:46:46 UTC
c3f49ca Set lineno correctly on list, tuple and dict literals. 22 June 2006, 14:46:17 UTC
f6a84f5 Mention how to suppress warnings 22 June 2006, 13:10:23 UTC
418e73d Reset the doc date to today for the automatic doc builds 22 June 2006, 06:35:30 UTC
60373cd Copy the wsgiref package during make install. 22 June 2006, 06:30:50 UTC
53c1692 Fix for an obscure bug introduced by revs 46806 and 46808, with a test. The problem of checking too eagerly for recursive calls is the following: if a RuntimeError is caused by recursion, and if code needs to normalize it immediately (as in the 2nd test), then PyErr_NormalizeException() needs a call to the RuntimeError class to instantiate it, and this hits the recursion limit again... causing PyErr_NormalizeException() to never finish. Moved this particular recursion check to slot_tp_call(), which is not involved in instantiating built-in exceptions. Backport candidate. 21 June 2006, 21:58:50 UTC
f92b9c2 Removed call to enable_callback_tracebacks that slipped in by accident. 21 June 2006, 20:55:04 UTC
0870687 Patch #1509001: expected skips for netbsd3. 21 June 2006, 17:53:17 UTC
d819c13 Make test_fcntl aware of netbsd3. 21 June 2006, 17:52:36 UTC
ad29e63 fix [ 1509132 ] compiler module builds incorrect AST for TryExceptFinally 21 June 2006, 17:45:17 UTC
1034060 Bump version 21 June 2006, 17:17:28 UTC
643b041 Note some of Barry's work 21 June 2006, 17:17:10 UTC
b492244 Link to LibRef module documentation 21 June 2006, 17:10:18 UTC
70a77ac At the C level, tuple arguments are passed in directly to the exception constructor, meaning it is treated as *args, not as a single argument. This means using the 'message' attribute won't work (until Py3K comes around), and so one must grab from 'arg' to get the error number. 21 June 2006, 16:57:57 UTC
115ecb9 Fix typo of exception name. 20 June 2006, 19:20:17 UTC
bb93f4b Raise TestSkipped when the test socket connection is refused. 20 June 2006, 17:30:26 UTC
1fb8d83 [Bug #1504456] Mention xml -> xmlcore change 20 June 2006, 13:20:30 UTC
7c4e79c Minor edits and rearrangements; markup fix 20 June 2006, 13:11:29 UTC
b1992d0 Add introductory paragraphs summarizing the release; minor edits 20 June 2006, 13:05:12 UTC
5ab504e Terminology and typography fixes 20 June 2006, 12:19:54 UTC
2c4e462 Add four library items 20 June 2006, 12:15:09 UTC
f6856ce Uncomment wsgiref section 20 June 2006, 11:52:16 UTC
f505e7f Tagging for release of Python 2.5b1 20 June 2006, 03:45:08 UTC
624af82 [ 1295808 ] expat symbols should be namespaced in pyexpat (http://python.org/sf/1295808) 19 June 2006, 23:57:41 UTC
f08d663 Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338). 19 June 2006, 23:21:25 UTC
3dbc891 Remove Python 2.3 compatibility comment. 19 June 2006, 22:49:36 UTC
ecd2010 Fixed a memory leak that was introduced with incorrect usage of the Python weak reference API in pysqlite 2.2.1. Bumbed pysqlite version number to upcoming pysqlite 2.3.1 release. 19 June 2006, 21:17:35 UTC
7cea65c remove non-working document formats from edist 19 June 2006, 17:31:16 UTC
d113680 Preparing for 2.5b1. 19 June 2006, 12:04:15 UTC
e7d7caa TestHelp.make_parser(): This was making a permanent change to os.environ (setting envar COLUMNS), which at least caused test_float_default() to fail if the tests were run more than once. This repairs the test_optparse -R failures Neal reported on python-dev. It also explains some seemingly bizarre test_optparse failures we saw a couple weeks ago on the buildbots, when test_optparse failed due to test_file failing to clean up after itself, and then test_optparse failed in an entirely different way when regrtest's -w option ran test_optparse a second time. It's now obvious that make_parser() permanently changing os.environ was responsible for the second half of that. 19 June 2006, 09:09:44 UTC
c314ac5 Next try to fix the OpenBSD buildbot tests: Use ctypes.util.find_library to locate the C runtime library on platforms where is returns useful results. 19 June 2006, 08:32:46 UTC
5c29843 Repair KeyError when running test_threaded_import under -R, as reported by Neal on python-dev. 19 June 2006, 08:14:28 UTC
05fdbf1 Make check order match in configure and configure.in. 19 June 2006, 08:14:09 UTC
4994d95 Patch #1506645: add Python wrappers for the curses functions is_term_resized, resize_term and resizeterm. This uses three separate configure checks (one for each function). 19 June 2006, 08:07:50 UTC
43bc378 Whitespace normalization. 19 June 2006, 07:45:16 UTC
0b46570 Try to repair the failing test on the OpenBSD buildbot. Trial and error... 19 June 2006, 07:07:49 UTC
a56b915 Add news entry about error msg improvement. 19 June 2006, 06:35:54 UTC
0f2783c Use Py_ssize_t 19 June 2006, 05:40:44 UTC
ccff785 Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. 18 June 2006, 22:17:29 UTC
066769c Fix typos. Fix doctest example. Mention in the tutorial that 'errcheck' is explained in the ref manual. Use better wording in some places. Remoce code examples that shouldn't be in the tutorial. Remove some XXX notices. 18 June 2006, 21:27:04 UTC
0f51cf6 Revert 47014 until it is more robust 18 June 2006, 20:10:24 UTC
10b835c The hppa ubuntu box sometimes hangs forever in these tests. My guess is that the wait is failing for some reason. Use WNOHANG, so we won't wait until the buildbot kills the test suite. I haven't been able to reproduce the failure, so I'm not sure if this will help or not. Hopefully, this change will cause the test to fail, rather than hang. That will be better since we will get the rest of the test results. It may also help us debug the real problem. 18 June 2006, 19:37:40 UTC
9602cc2 Prevent spurious leaks when running regrtest.py -R. There may be more issues that crop up from time to time, but this change seems to have been pretty stable (no spurious warnings) for about a week. Other modules which use threads may require similar use of threading_setup/threading_cleanup from test_support. 18 June 2006, 19:35:01 UTC
f5da071 remove unnecessary markup 18 June 2006, 02:57:35 UTC
e75cad6 Fix memory leak reported by valgrind while running test_subprocess 17 June 2006, 22:38:15 UTC
210262c Fix typo in docstring 17 June 2006, 22:37:45 UTC
6fb20aa Patch #815924: Restore ability to pass type= and icon= 17 June 2006, 19:03:26 UTC
3798da0 Patch #812986: Update the canvas even if not tracing. 17 June 2006, 18:44:27 UTC
3f1f7be Update url. Old url returned status code:301 Moved permanently. 17 June 2006, 16:39:13 UTC
b8d2607 markup fix 17 June 2006, 16:31:52 UTC
92733be Patch #1494750: Destroy master after deleting children. 17 June 2006, 09:25:15 UTC
5ecad9c Patch #1096231: Add default argument to wm_iconbitmap. 17 June 2006, 09:20:41 UTC
337487e Patch #763580: Add name and value arguments to Tkinter variable classes. 17 June 2006, 09:15:14 UTC
5416605 fix change that broke the htmllib tests 17 June 2006, 01:07:54 UTC
fab461a SF patch 1504676: Make sgmllib char and entity references pluggable (implementation/tests contributed by Sam Ruby) 16 June 2006, 23:45:06 UTC
274facf Fix whitespace, there are memory leaks in this module. 16 June 2006, 04:32:43 UTC
back to top