Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter. | Neal Norwitz | 2006-03-03 | 1 | -0/+1 |
| | |||||
* | Backport of memory leak fixes. | Martin v. Löwis | 2006-03-01 | 1 | -1/+5 |
| | |||||
* | Return value off PyErr_Warn() for raising string exceptions was not being | Brett Cannon | 2006-02-27 | 2 | -3/+9 |
| | | | | | checked. Problem when 'warnings' was set to "error" and thus would re-raise a new exception. | ||||
* | do_mkvalue(): Squash compiler warnings about mixing | Tim Peters | 2006-02-27 | 1 | -2/+2 |
| | | | | signed and unsigned types in comparison. | ||||
* | Merge rev 42607 from the trunk. | Tim Peters | 2006-02-27 | 2 | -0/+10 |
| | | | | | | | | | Patch 1413181, by Gabriel Becedillas. PyThreadState_Delete(): if the auto-GIL-state machinery knows about the thread state, forget it (since the thread state is being deleted, continuing to remember it can't help, but can hurt if another thread happens to get created with the same thread id). | ||||
* | Trimmed trailing whitespace. | Tim Peters | 2006-02-27 | 1 | -8/+8 |
| | |||||
* | backport | Skip Montanaro | 2006-02-25 | 1 | -1/+1 |
| | |||||
* | Backport 41753: | Neal Norwitz | 2006-02-21 | 2 | -0/+8 |
| | | | | | Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. Also bug #1435487 (dup). | ||||
* | Bug #947571: By default, urllib.urlopen() does not raise IOErrors | Georg Brandl | 2006-02-20 | 1 | -1/+8 |
| | | | | on server error codes. Make this clear. | ||||
* | Bug #1210377: close bsddb cursor correctly after NotFoundError. | Georg Brandl | 2006-02-20 | 1 | -2/+8 |
| | |||||
* | Patch #931938: prevent setting sys.prefix to "" | Georg Brandl | 2006-02-20 | 1 | -0/+6 |
| | |||||
* | Bug #1102649: add a note to pickle docs that pickle files should be | Georg Brandl | 2006-02-20 | 1 | -1/+10 |
| | | | | opened in binary mode. | ||||
* | Bug #1323369: document possible values of sys.getwindowsversion() | Georg Brandl | 2006-02-20 | 1 | -4/+4 |
| | | | | platform field | ||||
* | Bug #1101233: fix test_fcntl on netbsd2 platform. | Georg Brandl | 2006-02-20 | 1 | -1/+1 |
| | |||||
* | Backported from r41842. | Armin Rigo | 2006-02-20 | 4 | -22/+172 |
| | |||||
* | Bug #854823: socketmodule now builds on Sun platforms even when | Georg Brandl | 2006-02-20 | 2 | -2/+5 |
| | | | | INET_ADDRSTRLEN is not defined. | ||||
* | Make clear that patch #1336582 wasn't a new feature. | Georg Brandl | 2006-02-19 | 1 | -1/+1 |
| | |||||
* | Patch #1337756: fileinput now accepts Unicode filenames. | Georg Brandl | 2006-02-19 | 3 | -1/+13 |
| | |||||
* | Patch #1352711: make zipimport raise a complete IOError | Georg Brandl | 2006-02-19 | 1 | -2/+1 |
| | |||||
* | Bug #801349: document that start/stop/step slice arguments can be None | Georg Brandl | 2006-02-19 | 2 | -6/+7 |
| | |||||
* | Patch #1415507: clarify docs on reference stealing | Georg Brandl | 2006-02-18 | 1 | -3/+13 |
| | |||||
* | Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, ↵ | Georg Brandl | 2006-02-18 | 1 | -42/+33 |
| | | | | offset>=0. | ||||
* | Backport: This should get test_timeout to pass when running on any ↵ | Neal Norwitz | 2006-02-18 | 1 | -0/+5 |
| | | | | python.org host. | ||||
* | Patch #1373643: The chunk module can now read chunks larger than | Georg Brandl | 2006-02-18 | 2 | -1/+4 |
| | | | | two gigabytes. | ||||
* | Remove soundex from "undocumented modules". | Georg Brandl | 2006-02-17 | 1 | -5/+0 |
| | |||||
* | Bug #1430298: It is now possible to send a mail with an empty | Georg Brandl | 2006-02-17 | 2 | -1/+7 |
| | | | | return address using smtplib. | ||||
* | Bug #1432260: better handle lambda functions' names in pydoc | Georg Brandl | 2006-02-17 | 2 | -1/+4 |
| | |||||
* | Patch #1432345: Make python compile on DragonFly. | Martin v. Löwis | 2006-02-17 | 3 | -9/+13 |
| | |||||
* | Cast assignments to ``unsigned char *`` from PyString_AS_STRING() calls to | Brett Cannon | 2006-02-16 | 2 | -2/+2 |
| | | | | silence compiler warnings on gcc 4.0.1 . | ||||
* | use correct function in example (backport of trunk revision 42377) | Fred Drake | 2006-02-15 | 1 | -1/+1 |
| | |||||
* | Send failures to python-checkins, cc/me. | Neal Norwitz | 2006-02-15 | 1 | -4/+3 |
| | |||||
* | Add build.sh to 2.4 so we can build the docs (and only the docs). | Neal Norwitz | 2006-02-14 | 1 | -0/+196 |
| | |||||
* | Try to improve name based on discussion on python-checkins with Jim Jewett | Neal Norwitz | 2006-02-13 | 1 | -5/+5 |
| | |||||
* | Backport r42314 which fixed Windows breakage when checking that socket | Neal Norwitz | 2006-02-12 | 3 | -0/+14 |
| | | | | | | | descriptors fit in fd_set. Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters implemented by Martin von Loewis. | ||||
* | 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 |
| |