Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding the /useenv means that one's PATH actually gets through. This is | Trent Mick | 2006-03-12 | 1 | -1/+1 |
| | | | | | | | | important for the _ssl.vproj build. It calls build_ssl.py which tries to find a Perl to use. Without "/useenv" Visual Studio is getting a PATH from somewhere else (presumably from its internal environment configuration). The result is that build_ssl.py fallsback to its "well-known" locations for a Perl install. | ||||
* | merged with cElementTree development trunk (1.0.6 snapshot): | Fredrik Lundh | 2006-03-12 | 1 | -32/+60 |
| | | | | | | Fixed a number of potential null-pointer-reference-under-pressure glitches, based on input from the Coverity analysis tool and Simo Salminen. | ||||
* | Move buildbot scripts to Tools/buildbot. | Martin v. Löwis | 2006-03-12 | 3 | -0/+0 |
| | |||||
* | Added brief comment. | Tim Peters | 2006-03-12 | 1 | -2/+1 |
| | |||||
* | Added brief comments. | Tim Peters | 2006-03-12 | 2 | -2/+2 |
| | |||||
* | - Reindent a confusingly indented piece of code (no intended code changes | Thomas Wouters | 2006-03-12 | 1 | -13/+16 |
| | | | | | | | | | there) - Add missing DECREFs of inner-scope 'temp' variable - Add various missing DECREFs by changing 'return NULL' into 'goto onError' - Avoid double DECREF when last _PyUnicode_Resize() fails Coverity found one of the missing DECREFs, but oddly enough not the others. | ||||
* | Plug the last 657 referenceleaks in test_bsddb3: a circular reference | Thomas Wouters | 2006-03-12 | 1 | -0/+5 |
| | | | | | | | between a TestCase instance, the database it opened (or a cursor to a database) and a bound method as a registered database callback, and a lack of GC-handling in bsddb caused the TestCases to linger. Fix the test, for now, as backward compatibility makes adding GC to bsddb annoying. | ||||
* | Fix another leak in bsddb, and avoid use of uninitialized value -- funny how | Thomas Wouters | 2006-03-12 | 1 | -1/+2 |
| | | | | gcc 4.0.x wasn't complaining about *that* one ;) | ||||
* | Add buildbot test script. | Martin v. Löwis | 2006-03-11 | 1 | -0/+4 |
| | |||||
* | Give the _ssl project a harmless command to perform | Tim Peters | 2006-03-11 | 1 | -0/+3 |
| | | | | | | for its "clean" action. Else the clean step run by the buildbot reports failure, due to the _ssl project whining about not being able to spawn an empty string. | ||||
* | Add changelog entry. | Martin v. Löwis | 2006-03-11 | 1 | -0/+1 |
| | |||||
* | Adjust CJK Ideograph range to Unicode 4.1. | Martin v. Löwis | 2006-03-11 | 1 | -13/+12 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-03-10 | 3 | -4/+4 |
| | |||||
* | When the new -w option (yay! great idea) reruns a | Tim Peters | 2006-03-10 | 1 | -0/+2 |
| | | | | | | failed test, first display the name of the test (else it's not always clear from the output which test is getting run). | ||||
* | Add regrtest -w option. | Martin v. Löwis | 2006-03-10 | 2 | -3/+22 |
| | |||||
* | Unicode database updated; use SVN instead of CVS | Andrew M. Kuchling | 2006-03-10 | 1 | -2/+7 |
| | |||||
* | Add AMD64 and Itanium configurationgs to ctypes; | Martin v. Löwis | 2006-03-10 | 3 | -8/+233 |
| | | | | | disable them in the solution since ctypes doesn't support these processors on Windows. | ||||
* | Add ctypes. | Martin v. Löwis | 2006-03-10 | 1 | -0/+2 |
| | |||||
* | Update test data to 4.1; disable PRI #29 for now. | Martin v. Löwis | 2006-03-10 | 1 | -4/+15 |
| | |||||
* | Fix refcounting bug. | Martin v. Löwis | 2006-03-10 | 1 | -0/+1 |
| | |||||
* | Avoid forward-declaring the methods array. | Martin v. Löwis | 2006-03-10 | 5 | -56/+57 |
| | | | | Rename unicodedata.db* to unicodedata.ucd* | ||||
* | Um, I thought I'd already checked this in. | Guido van Rossum | 2006-03-10 | 11 | -105/+60 |
| | | | | | | | Anyway, this is the changes to the with-statement so that __exit__ must return a true value in order for a pending exception to be ignored. The PEP (343) is already updated. | ||||
* | 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 |
| |