| Commit message (Expand) | Author | Age | Files | Lines |
* | The sqlite3 module did cut off data from the SQLite database at the first null | Gerhard Häring | 2006-07-02 | 4 | -5/+28 |
|
|
* | SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data | Fred Drake | 2006-07-01 | 3 | -56/+23 |
|
|
* | Release all forwarded functions in .close. Fixes #1513223. | Martin v. Löwis | 2006-07-01 | 3 | -14/+34 |
|
|
* | Added duplicate call to fileConfig() to ensure that it cleans up after itself... | Vinay Sajip | 2006-07-01 | 1 | -0/+2 |
|
|
* | Added entry for fileConfig() bugfix. | Vinay Sajip | 2006-07-01 | 1 | -4/+7 |
|
|
* | - consistency nit: always include "()" in \function and \method | Fred Drake | 2006-06-30 | 1 | -8/+8 |
|
|
* | Document decorator usage of property. | Georg Brandl | 2006-06-30 | 1 | -1/+16 |
|
|
* | 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 |
|
|
* | 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 |
|
|