Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Even more copyright locations! | Georg Brandl | 2006-02-11 | 2 | -2/+2 |
| | |||||
* | Patch #428494: Prefer linking against ncursesw over ncurses library | Martin v. Löwis | 2006-02-11 | 2 | -1/+13 |
| | |||||
* | Update general copyright year to 2006. | Georg Brandl | 2006-02-11 | 6 | -8/+8 |
| | |||||
* | Port of r42279 to email 3.0, but without the Python 2.1 backward compatible | Barry Warsaw | 2006-02-09 | 2 | -1/+14 |
| | | | | | | nonsense. Resolve SF bug 1409403: email.Message should supress warning from uu.decode. | ||||
* | Port of r42271 from the trunk -- relevant patches for SF 1409455 for email | Barry Warsaw | 2006-02-08 | 5 | -8/+20 |
| | | | | 3.0/Python 2.4. | ||||
* | Backport: | Neal Norwitz | 2006-02-07 | 3 | -2/+48 |
| | | | | | | | | | | | | | | | Bug #876637, prevent stack corruption when socket descriptor is larger than FD_SETSIZE. This can only be acheived with ulimit -n SOME_NUMBER_BIGGER_THAN_FD_SETSIZE which is typically only available to root. Since this wouldn't normally be run in a test (ie, run as root), it doesn't seem too worthwhile to add a normal test. The bug report has one version of a test. I've written another. Not sure what the best thing to do is. Do the check before calling internal_select() because we can't set an error in between Py_BEGIN_ALLOW_THREADS and Py_END_ALLOW_THREADS. This seemed the clearest solution. | ||||
* | Backport: | Neal Norwitz | 2006-02-05 | 2 | -5/+13 |
| | | | | | Patch #1407135, bug #1424041: mmap.mmap(-1, size, ...) can return anonymous memory again on Unix. | ||||
* | Resolves SF bug #1423972. | Barry Warsaw | 2006-02-04 | 1 | -2/+4 |
| | |||||
* | SF bug 1415455, fix typo in module name | Neal Norwitz | 2006-02-04 | 1 | -1/+1 |
| | |||||
* | Fix typo | Neal Norwitz | 2006-02-04 | 1 | -1/+1 |
| | |||||
* | Port r42228 from the trunk. | Barry Warsaw | 2006-02-03 | 2 | -3/+11 |
| | |||||
* | Work around a Solaris peculiarity that caused test_pty to sometimes fail: a | Thomas Wouters | 2006-01-28 | 1 | -1/+8 |
| | | | | | | | tty opened by os.openpty() isn't always a tty according to os.isatty(), when it's tested inside the process that opened it. Doesn't affect actual functionality, as using a tty this way is rarely, if ever, useful. Ignoring the failure allows the test for actual functionality to continue. | ||||
* | Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given | Barry Warsaw | 2006-01-26 | 1 | -1/+1 |
| | | | | by Matt Messier). | ||||
* | Backport 42173: get bsddb test_associate to pass with BSDDB 4.1 | Neal Norwitz | 2006-01-26 | 1 | -2/+2 |
| | |||||
* | Find bdb4 correctly on gentoo systems (this matches head) | Neal Norwitz | 2006-01-25 | 1 | -0/+1 |
| | |||||
* | Remove file even if non-existant | Neal Norwitz | 2006-01-25 | 1 | -2/+6 |
| | |||||
* | Remove generated test db files | Neal Norwitz | 2006-01-25 | 1 | -2/+3 |
| | |||||
* | Backport: | Neal Norwitz | 2006-01-25 | 1 | -4/+3 |
| | | | | | mwh pointed out _Filemodule.c is generated. So to fix the memory leak this file (the source) must be fixed. | ||||
* | Backport: | Neal Norwitz | 2006-01-25 | 5 | -3/+37 |
| | | | | Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. | ||||
* | backport of commit 42169 | Gregory P. Smith | 2006-01-24 | 2 | -5/+21 |
| | | | | adds support for compiling against BerkeleyDB 4.4.x | ||||
* | Fix SF #1412837, compile failed with Watcom compiler | Neal Norwitz | 2006-01-24 | 1 | -5/+5 |
| | |||||
* | Correct misspellings. | Georg Brandl | 2006-01-23 | 3 | -3/+3 |
| | |||||
* | Backport typo fixes. | Georg Brandl | 2006-01-23 | 3 | -4/+4 |
| | |||||
* | Backport: This should fix a mem leak on the Mac. Brett tested it. | Neal Norwitz | 2006-01-23 | 1 | -2/+2 |
| | |||||
* | Another typo. | Georg Brandl | 2006-01-22 | 1 | -1/+1 |
| | |||||
* | typo | Georg Brandl | 2006-01-22 | 1 | -1/+2 |
| | |||||
* | Correct several typos in libos.tex. Bug #1412227. | Georg Brandl | 2006-01-22 | 1 | -8/+8 |
| | |||||
* | Typo | Georg Brandl | 2006-01-22 | 1 | -1/+1 |
| | |||||
* | Backport winreg documentation quirk fix. | Georg Brandl | 2006-01-22 | 1 | -3/+3 |
| | |||||
* | Remove reference to Grail and Netscape 2.0 from cgi docs. | Georg Brandl | 2006-01-22 | 1 | -2/+1 |
| | |||||
* | Bug #1378679: backport bugfix of #974757. | Georg Brandl | 2006-01-20 | 1 | -1/+1 |
| | |||||
* | Patch #1410783: add documentation links for static/classmethod | Georg Brandl | 2006-01-20 | 1 | -1/+9 |
| | |||||
* | Remove NEWS entry of reverted checkin. | Georg Brandl | 2006-01-20 | 1 | -2/+0 |
| | |||||
* | Document supported schemes. | Georg Brandl | 2006-01-20 | 1 | -3/+8 |
| | |||||
* | Revert feature checkin. | Georg Brandl | 2006-01-20 | 1 | -11/+11 |
| | |||||
* | Reverse checkin. This is definitely a new feature. | Georg Brandl | 2006-01-20 | 1 | -13/+13 |
| | |||||
* | Patch #1388073: Make unittest.TestCase easier to subclass | Georg Brandl | 2006-01-20 | 1 | -13/+13 |
| | |||||
* | Add markup to a "Python Standard Library" doc reference I added for bug 839585. | Georg Brandl | 2006-01-20 | 1 | -2/+3 |
| | |||||
* | Checkin the test of patch #1400181. | Georg Brandl | 2006-01-20 | 1 | -0/+14 |
| | |||||
* | Bug #1407902: Added support for sftp:// URIs to urlparse. | Georg Brandl | 2006-01-20 | 2 | -11/+13 |
| | |||||
* | Readd bug report note. | Georg Brandl | 2006-01-20 | 1 | -0/+6 |
| | |||||
* | Bug #1402224: Add warning to dl docs about crashes. | Georg Brandl | 2006-01-20 | 2 | -0/+6 |
| | |||||
* | Bug #1396471: Document that Windows' ftell() can return invalid | Georg Brandl | 2006-01-20 | 2 | -1/+8 |
| | | | | values for text files with UNIX-style line endings. | ||||
* | Bug #1371247: Update Windows LCIDs in locale.py. | Georg Brandl | 2006-01-20 | 2 | -34/+183 |
| | |||||
* | add missing version identification | Fred Drake | 2006-01-20 | 1 | -0/+2 |
| | |||||
* | SF bug #1347874; FeedParser does not comply with RFC2822. | Barry Warsaw | 2006-01-17 | 2 | -2/+11 |
| | | | | | Change headerRE as suggested in the bug report, so that single character headers are accepted. Test case added too. Backported from the trunk. | ||||
* | Update documentation for email.Message.get_filename(). | Barry Warsaw | 2006-01-17 | 1 | -4/+5 |
| | |||||
* | SF Bug #1407069, Remove extra semi-colon if there is no long long | Neal Norwitz | 2006-01-17 | 1 | -1/+1 |
| | |||||
* | Ported 42076 from the trunk. | Barry Warsaw | 2006-01-17 | 4 | -5/+51 |
| | | | | | | | | | | | SF bug #1403349 solution for email 3.0; some MUAs use the 'file' parameter name in the Content-Distribution header, so Message.get_filename() should fall back to using that. Also, bump the email package version to 3.0.1 for eventual release. Of course, add a test case too. XXX Need to update the documentation. | ||||
* | Exceptions raised during renaming in rotating file handlers are now passed ↵ | Vinay Sajip | 2006-01-16 | 1 | -2/+12 |
| | | | | to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised). |