| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | This should fix the buildbot failure on s/390 which can't connect to gmail.org. | Neal Norwitz | 2006-06-29 | 1 | -6/+9 |
|
|
* | Add new utility function, reap_children(), to test_support. This should | Neal Norwitz | 2006-06-29 | 14 | -8/+58 |
|
|
* | 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 |
|
|
* | 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 'Interne... | Andrew M. Kuchling | 2006-06-28 | 1 | -0/+1 |
|
|
* | [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with... | Andrew M. Kuchling | 2006-06-28 | 1 | -0/+231 |
|
|
* | 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 |
|
|
* | Fix bug #1512695: cPickle.loads could crash if it was interrupted with | Neal Norwitz | 2006-06-28 | 2 | -2/+12 |
|
|
* | According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN | Neal Norwitz | 2006-06-28 | 1 | -1/+1 |
|
|
* | macosx: Install a libpython2.5.a inside the framework as a symlink to the actual | Ronald Oussoren | 2006-06-27 | 1 | -0/+3 |
|
|
* | Use staticly build copies of zlib and bzip2 to build the OSX installer, that | Ronald Oussoren | 2006-06-27 | 2 | -42/+93 |
|
|
* | 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 |
|
|
* | Removed buggy exception handling in doRollover of rotating file handlers. Exc... | Vinay Sajip | 2006-06-27 | 1 | -12/+2 |
|
|
* | Verify buildbot picks up these changes (really needs testing after last chang... | Neal Norwitz | 2006-06-27 | 2 | -2/+2 |
|
|
* | 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 |
|
|
* | Instead of doing a make test, run the regression tests out of the installed | Neal Norwitz | 2006-06-27 | 1 | -5/+17 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | [Bug #1512163] Use one set of locking methods, lockf(); | Andrew M. Kuchling | 2006-06-26 | 1 | -12/+2 |
|
|
* | [Bug #1512163] Fix typo. | Andrew M. Kuchling | 2006-06-26 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Use a path without a double slash to compile the .py files after installation | Ronald Oussoren | 2006-06-25 | 1 | -1/+1 |
|
|
* | Drop the calldll demo's for macos, calldll isn't present anymore, no need | Ronald Oussoren | 2006-06-25 | 5 | -214/+14 |
|
|
* | Workaround for bug #1512124 | Ronald Oussoren | 2006-06-25 | 1 | -1/+8 |
|
|
* | Bug #1511381: codec_getstreamcodec() in codec.c is corrected to | Hye-Shik Chang | 2006-06-23 | 2 | -3/+9 |
|
|
* | Fit Makefile for the Python doc environment better; this is a step toward | Andrew M. Kuchling | 2006-06-23 | 1 | -62/+58 |
|
|
* | - SF bug #853506: IP6 address parsing in sgmllib | Fred Drake | 2006-06-23 | 2 | -11/+45 |
|
|
* | 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 test_su... | Peter Astrand | 2006-06-22 | 1 | -1/+2 |
|
|
* | Small fixes, mostly in the markup. | Thomas Heller | 2006-06-22 | 1 | -7/+7 |
|
|
* | Fix my name ;) | Georg Brandl | 2006-06-22 | 1 | -1/+1 |
|
|
* | MacOSX: Add a message to the first screen of the installer that tells | Ronald Oussoren | 2006-06-22 | 1 | -2/+5 |
|
|
* | 'warning's was improperly requiring that a command-line Warning category be | Brett Cannon | 2006-06-22 | 3 | -2/+18 |
|
|
* | fix markup nit | Fred Drake | 2006-06-22 | 1 | -1/+1 |
|
|
* | Test for correct compilation of try-except-finally stmt. | Georg Brandl | 2006-06-22 | 1 | -0/+15 |
|
|
* | Set lineno correctly on list, tuple and dict literals. | Georg Brandl | 2006-06-22 | 1 | -5/+5 |
|
|