Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix three nits found by Coverity, adding null checks and comments. | Guido van Rossum | 2006-03-10 | 1 | -3/+15 |
| | |||||
* | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 12 | -13167/+17104 |
| | |||||
* | Move entry to correct section. | Georg Brandl | 2006-03-09 | 1 | -3/+3 |
| | |||||
* | Patch #1446372: quit and exit can now be called from the interactive | Georg Brandl | 2006-03-09 | 2 | -4/+16 |
| | | | | interpreter to exit. | ||||
* | NodeInfo.__gen_init(): Fiddle so that reindent.py is | Tim Peters | 2006-03-09 | 1 | -2/+5 |
| | | | | | | | happy with the output as-is. This incidentally also gets rid of "an extra" blank line at the end of the output block that probably wasn't intended (although it doesn't matter one way or the other). | ||||
* | Remove the magic to run an uninstalled ctypes version from a CVS sandbox. | Thomas Heller | 2006-03-09 | 2 | -21/+0 |
| | |||||
* | Write a section | Andrew M. Kuchling | 2006-03-09 | 1 | -1/+61 |
| | |||||
* | Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. | Thomas Heller | 2006-03-09 | 3 | -399/+399 |
| | | | | | Tools/scripts/svneol.py: added the .sln and .vcproj extensions because these are text files. Ran svneol.py over the source tree. | ||||
* | Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows. | Thomas Heller | 2006-03-09 | 3 | -0/+307 |
| | | | | | | Settings for 64-bit Windows are missing. I've left in the 64-bit warnings to remind me to port ctypes to Py_ssize_t. | ||||
* | Markup fix | Andrew M. Kuchling | 2006-03-09 | 1 | -1/+1 |
| | |||||
* | Write a section | Andrew M. Kuchling | 2006-03-09 | 1 | -1/+85 |
| | |||||
* | Bug #1442874: handle "<!>", the empty SGML comment | Georg Brandl | 2006-03-09 | 2 | -2/+5 |
| | |||||
* | typo | Georg Brandl | 2006-03-09 | 1 | -1/+1 |
| | |||||
* | Disable the testcase that crashes solaris. | Thomas Heller | 2006-03-09 | 1 | -1/+2 |
| | |||||
* | Replace the trivial ctypes test (did only an import) with the real test suite. | Thomas Heller | 2006-03-09 | 1 | -3/+11 |
| | |||||
* | Try to be a bit more consistent on all platforms: | Neal Norwitz | 2006-03-09 | 3 | -15/+8 |
| | | | | | | | python . python < . both print a message, return non-zero and do not core dump. | ||||
* | Directly read working copy data to obtain list of properties. | Martin v. Löwis | 2006-03-09 | 1 | -8/+34 |
| | |||||
* | Taught svneol to look at .c and .h files too, and | Tim Peters | 2006-03-09 | 2 | -92/+95 |
| | | | | it found a bunch more in need of svn:eol-style. | ||||
* | Simple utility to add svn:eol-style to text files under | Tim Peters | 2006-03-09 | 1 | -0/+48 |
| | | | | | | SVN control. Like reindent.py, I expect to run this mindlessly from time to time, checking in whatever it happens to do ;-) | ||||
* | Set auto-props | Martin v. Löwis | 2006-03-09 | 0 | -0/+0 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-03-09 | 25 | -91/+89 |
| | |||||
* | These text files were all missing the svn:eol-style property. | Tim Peters | 2006-03-09 | 0 | -0/+0 |
| | |||||
* | Remove .cvsignore and set svn:ignore for *.pyc *.pyo. | Hye-Shik Chang | 2006-03-08 | 3 | -11/+0 |
| | |||||
* | Bug #1445901: os.path.realpath() is available on Win/Mac too. | Georg Brandl | 2006-03-08 | 1 | -2/+2 |
| | |||||
* | Trivial test for ctypes, more to come | Thomas Heller | 2006-03-08 | 1 | -0/+4 |
| | |||||
* | Copy ctypes-0.9.9.4 Python modules from external into the trunk. | Thomas Heller | 2006-03-08 | 59 | -0/+5941 |
| | |||||
* | Changes to build the _ctypes extension module. | Thomas Heller | 2006-03-08 | 2 | -1/+59 |
| | | | | Based on a patch from Hye-Shik Chang. | ||||
* | Copy ctypes-0.9.9.4 sources from external into the trunk. | Thomas Heller | 2006-03-08 | 108 | -0/+43876 |
| | |||||
* | Patch #1434038: property() now uses the getter's docstring if there is | Georg Brandl | 2006-03-08 | 4 | -0/+33 |
| | | | | | no "doc" argument given. This makes it possible to legitimately use property() as a decorator to produce a read-only property. | ||||
* | typo | Georg Brandl | 2006-03-08 | 1 | -1/+1 |
| | |||||
* | Fix pydoc.synopsis() so that it doesn't error out with an unreadable | Georg Brandl | 2006-03-08 | 1 | -1/+5 |
| | | | | module. | ||||
* | Fix logic error and DECREF reported by Coverity. | Neal Norwitz | 2006-03-08 | 1 | -4/+4 |
| | |||||
* | Move version added tag from PyObject_Length/Size to PyNumber_Index. | Neal Norwitz | 2006-03-08 | 1 | -1/+1 |
| | |||||
* | Add section | Andrew M. Kuchling | 2006-03-08 | 1 | -0/+6 |
| | |||||
* | Clean up _bsddb.c: add a couple dozen missing Py_DECREF()'s, a handful of | Thomas Wouters | 2006-03-08 | 1 | -65/+73 |
| | | | | | | | | | | missing PyObject_Del()'s, simplify some code by using Py_BuildValue() instead of creating a tuple with items manually, stop clobbering builtin exceptions in a few places, and guard against NULL-returning functions some more. This fixes 117 of the 780 (!?!#%@#$!!) reference leaks in test_bsddb3. I ain't not done yet, although this review of 5kloc was just the easy part. | ||||
* | Reformulate 42903 using an if statement. | Martin v. Löwis | 2006-03-07 | 1 | -35/+31 |
| | |||||
* | _hotshot hotshot_profiler(): If write_header() returned | Tim Peters | 2006-03-07 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | an error code, this let `self` leak. This is a disaster on Windows, since `self` already points to a newly-opened file object, and it was impossible for Python code to close the thing since the only reference to it was in a blob of leaked C memory. test_hotshot test_bad_sys_path(): This new test provoked the C bug above. This test passed, but left an open "@test" file behind, which caused a massive cascade of bogus test failures in later, unrelated tests on Windows. Changed the test code to remove the @test file it leaves behind, which relies on the change above to close that file first. | ||||
* | Fix bug introduced in rev. 42884. | Georg Brandl | 2006-03-07 | 1 | -3/+5 |
| | |||||
* | Some edits; add empty sections | Andrew M. Kuchling | 2006-03-07 | 1 | -35/+68 |
| | |||||
* | Add note about PEP 357. | Guido van Rossum | 2006-03-07 | 1 | -0/+5 |
| | |||||
* | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 19 | -150/+269 |
| | | | | | | This was mostly written by Travis Oliphant. I've inspected it all; Neal Norwitz and MvL have also looked at it (in an earlier incarnation). | ||||
* | Address an coverity issue. Coverity was complaining about a line that's fine, | Guido van Rossum | 2006-03-07 | 1 | -1/+2 |
| | | | | but an earlier line checked for v != NULL unnecessarily. | ||||
* | Typo fix | Andrew M. Kuchling | 2006-03-07 | 1 | -1/+1 |
| | |||||
* | SF #1444030: Fix several potential defects found by Coverity. | Hye-Shik Chang | 2006-03-07 | 11 | -17/+53 |
| | | | | (reviewed by Neal Norwitz) | ||||
* | Add additional missing checks for return vals of PyTuple_New(). | Georg Brandl | 2006-03-07 | 1 | -66/+65 |
| | | | | Normalize coding style. | ||||
* | Fix gcc 4.0.x warning about use of uninitialized value. | Thomas Wouters | 2006-03-07 | 1 | -1/+1 |
| | |||||
* | Coverity found bug: test result of PyTuple_New() against NULL before use. | Thomas Wouters | 2006-03-07 | 1 | -6/+6 |
| | | | | Will backport. | ||||
* | Coverity found refleak: need to free 'v' after calling Tkinter_Error(). | Thomas Wouters | 2006-03-07 | 1 | -2/+5 |
| | | | | Will backport to release24. | ||||
* | Bug #1440831: fix csv UnicodeWriter example | Georg Brandl | 2006-03-07 | 1 | -2/+2 |
| | |||||
* | Coverity-found bug: don't use temp->next *before* checking it for NULL. Also | Thomas Wouters | 2006-03-07 | 1 | -2/+4 |
| | | | | return rather than use it again. |