Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | open_new_win does not exist. use UNIX consistently, add autoraise parameter ↵ | Neal Norwitz | 2005-10-04 | 1 | -12/+13 |
| | | | | to open(). add versionadded tags to open_new_tab | ||||
* | Fix pychecker warnings | Neal Norwitz | 2005-10-04 | 1 | -4/+9 |
| | |||||
* | Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. | Kurt B. Kaiser | 2005-10-03 | 2 | -4/+13 |
| | |||||
* | Tweak CodeContext.py docstrings, comments, and names. | Kurt B. Kaiser | 2005-10-03 | 1 | -51/+57 |
| | |||||
* | Correct docs for empty raise when no exception is active. | Raymond Hettinger | 2005-10-03 | 1 | -2/+3 |
| | |||||
* | fix link to subsection (SF bug #1311674) | Fred Drake | 2005-10-03 | 1 | -2/+4 |
| | |||||
* | Patch #754022: Greatly enhanced webbrowser.py. | Georg Brandl | 2005-10-03 | 3 | -197/+393 |
| | |||||
* | suppress more errors on my box, most are gentoo specific. ↵ | Neal Norwitz | 2005-10-03 | 1 | -0/+118 |
| | | | | Py_ADDRESS_IN_RANGE is x86_64 specific and the readline memory leaks should be generally applicable | ||||
* | SF Bug #1008310, os.major() os.minor() example and description change. Will ↵ | Neal Norwitz | 2005-10-03 | 1 | -2/+4 |
| | | | | backport. | ||||
* | Fix SF bug #991735, os.access reports true for read-only directories. Will ↵ | Neal Norwitz | 2005-10-03 | 1 | -0/+5 |
| | | | | backport | ||||
* | Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 | Neal Norwitz | 2005-10-03 | 2 | -1/+7 |
| | | | | Will backport. | ||||
* | SF Bug # 941346, AIX shared library fix | Neal Norwitz | 2005-10-03 | 1 | -0/+4 |
| | | | | | | | | Since I can't test this, I'm just adding a comment. If we get access to AIX boxes, we can test this and really resolve. Anyone from IBM want to offer help? Backport candidate I suppose. | ||||
* | SF bug #887946, segfault if redirecting directory | Neal Norwitz | 2005-10-03 | 4 | -0/+70 |
| | | | | | | | Also provide a warning if a directory is passed on the command line. Add minimal command line test. Will backport. | ||||
* | SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP ↵ | Neal Norwitz | 2005-10-03 | 1 | -1/+2 |
| | | | | sockets. Will backport | ||||
* | SF patch #1227568, Expression AST node not documented. | Neal Norwitz | 2005-10-03 | 1 | -0/+1 |
| | |||||
* | SF patch #1227568, bug #1219273, Expression AST node not documented. ↵ | Neal Norwitz | 2005-10-03 | 1 | -0/+2 |
| | | | | Backport candidate if anyone cares. | ||||
* | Increased performance in CodeContext extension Patch 936169 Noam Raphael | Kurt B. Kaiser | 2005-10-02 | 2 | -31/+49 |
| | |||||
* | - Fix segfault with invalid coding. | Neal Norwitz | 2005-10-02 | 7 | -3/+39 |
| | | | | | | | - SF Bug #772896, unknown encoding results in MemoryError, which is not helpful I will only backport the segfault fix. I'll let Anthony decide if he wants the other changes backported. I will do the backport if asked. | ||||
* | Fix PyString_Format so that the "%s" format works again when Unicode is not | Georg Brandl | 2005-10-01 | 1 | -0/+2 |
| | | | | enabled. | ||||
* | bug [ 729103 ] Cannot retrieve name of super object | Georg Brandl | 2005-10-01 | 2 | -3/+6 |
| | |||||
* | Forward port bugfix: | Michael W. Hudson | 2005-09-30 | 1 | -0/+4 |
| | | | | | | [ 1307978 ] Unsatisfied symbols: _PyGILState_NoteThreadState (code) (note that this only happens in a threads-disabled build). | ||||
* | Patch #1309009, Fix segfault in pyexpat when the XML document is | Neal Norwitz | 2005-09-30 | 4 | -1/+19 |
| | | | | | | in latin_1, but Python incorrectly assumes it is in UTF-8 format Will backport. | ||||
* | patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding | Georg Brandl | 2005-09-29 | 2 | -1/+4 |
| | |||||
* | bug [ 1298120 ] shlex does not support unicode | Georg Brandl | 2005-09-29 | 1 | -0/+2 |
| | |||||
* | bug [ 1296004 ] MemoryError in httplib | Georg Brandl | 2005-09-29 | 2 | -4/+10 |
| | |||||
* | Fix parse errors in readline module when compiling without threads. | Georg Brandl | 2005-09-29 | 2 | -0/+4 |
| | |||||
* | bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong | Georg Brandl | 2005-09-28 | 1 | -2/+2 |
| | |||||
* | Use lzx:21 for compression. Backported to 2.4 | Martin v. Löwis | 2005-09-27 | 1 | -1/+1 |
| | |||||
* | Minor clarification of effective level calculation | Vinay Sajip | 2005-09-26 | 1 | -0/+14 |
| | |||||
* | some more fixes and tests for inspect.getsource(), triggered by crashes | Armin Rigo | 2005-09-25 | 3 | -27/+56 |
| | | | | from the PyPy project as well as the SF bug #1295909. | ||||
* | Commit memory leaking fix. | Georg Brandl | 2005-09-25 | 1 | -2/+6 |
| | |||||
* | (pedronis, arigo) | Armin Rigo | 2005-09-24 | 1 | -1/+1 |
| | | | | | segfault when a class contain a non-list value in the (undocumented) special attribute __slotnames__. | ||||
* | Convert iterator __len__() methods to a private API. | Raymond Hettinger | 2005-09-24 | 16 | -94/+169 |
| | |||||
* | Patch #1288833: Removed thread lock from socket.getaddrinfo on | Hye-Shik Chang | 2005-09-24 | 2 | -1/+9 |
| | | | | | FreeBSD 5.3 and later versions which got thread-safe getaddrinfo(3). (Reported by Maxim Sobolev) | ||||
* | Changed license header: Now simply referring to PSF. This closes bug | Peter Astrand | 2005-09-23 | 1 | -22/+2 |
| | | | | 1138653. | ||||
* | The key to the various sort columns got lost. Pulled from | Skip Montanaro | 2005-09-23 | 1 | -0/+10 |
| | | | | http://mail.python.org/pipermail/python-dev/2002-July/026876.html | ||||
* | SF #1297059, doc incorrect return type for search() method. (There is a ↵ | Neal Norwitz | 2005-09-23 | 1 | -4/+3 |
| | | | | description of returned values at the top, so just remove the sentance and correct an example.) | ||||
* | update URL into the Python wiki | Fred Drake | 2005-09-22 | 1 | -1/+1 |
| | | | | (forward port revision 1.10.4.1) | ||||
* | Patches #1298449 and #1298499: Add some missing checks for error | Michael W. Hudson | 2005-09-22 | 4 | -7/+26 |
| | | | | | | returns in cStringIO.c. Thanks to Andrew Bennetts. This must be a backport candidate. | ||||
* | MacOSX 10.4 apparently does not allow the creation time to be set to later | Jack Jansen | 2005-09-21 | 1 | -2/+2 |
| | | | | | | than the modification time. Changed the SetDates test to accomodate. Backport candidate. | ||||
* | SF Patch #1297028, cjkcodecs does not initialize type pointer | Neal Norwitz | 2005-09-21 | 2 | -0/+7 |
| | | | | | | | Fix segfault. I tried to write a test, but it wouldn't crash when running regrtest. This really should have some sort of test. Should definitely be backported. | ||||
* | Added a class MallocHeapOutputBufferType for types that are passed | Jack Jansen | 2005-09-20 | 1 | -0/+29 |
| | | | | as &buffer, &size and allocated by the called function. | ||||
* | Update 64-bit AIX and HP-UX build instructions (forward port). | Guido van Rossum | 2005-09-20 | 1 | -4/+11 |
| | |||||
* | C89 compliance. | Armin Rigo | 2005-09-20 | 1 | -2/+2 |
| | |||||
* | test and fix for buggy handling of exceptions raised by C functions, | Armin Rigo | 2005-09-20 | 2 | -3/+22 |
| | | | | | causing the profiler to crash on an AssertionError if the same Python function catches multiple exceptions from C functions. | ||||
* | - On 64-bit platforms, when __len__() returns a value that cannot be | Guido van Rossum | 2005-09-20 | 3 | -2/+15 |
| | | | | | | | represented as a C int, raise OverflowError. (Forward port from 2.4.2; the patch to classobject.c was already in but needed a correction in the error message text.) | ||||
* | clean-up tracing of C functions. In particular, don't call the trace func | Armin Rigo | 2005-09-20 | 1 | -26/+31 |
| | | | | with an exception currently set! | ||||
* | Removed a check "if (args != NULL)" which is always True and makes no sense. | Armin Rigo | 2005-09-20 | 1 | -5/+3 |
| | |||||
* | Don't call memset() before checking that the ptr is not NULL. | Armin Rigo | 2005-09-20 | 1 | -1/+1 |
| | |||||
* | Added support for (optionally) bracketing calls with | Jack Jansen | 2005-09-20 | 1 | -0/+8 |
| | | | | Py_{BEGIN,END}_ALLOW_THREADS. |