Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 4 | -6/+6 |
| | |||||
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 5 | -1/+23 |
| | |||||
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | Initialize VS environment in external.bat as well. | Martin v. Löwis | 2006-03-13 | 1 | -0/+1 |
| | |||||
* | Update to bsddb 4.4.20. | Martin v. Löwis | 2006-03-13 | 1 | -0/+5 |
| | |||||
* | Let the buildbot make a single pass in the test suite only. | Martin v. Löwis | 2006-03-13 | 1 | -1/+1 |
| | |||||
* | Update to bzip2 1.0.3 | Martin v. Löwis | 2006-03-13 | 2 | -0/+9 |
| | | | | Make buildbot slaves automatically fetch bzip2 1.0.3. | ||||
* | 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. | ||||
* | Move buildbot scripts to Tools/buildbot. | Martin v. Löwis | 2006-03-12 | 3 | -0/+9 |
| | |||||
* | Add changelog entry. | Martin v. Löwis | 2006-03-11 | 1 | -0/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-03-10 | 1 | -1/+1 |
| | |||||
* | Add ctypes. | Martin v. Löwis | 2006-03-10 | 1 | -0/+2 |
| | |||||
* | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 1 | -11/+141 |
| | |||||
* | 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). | ||||
* | Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. | Thomas Heller | 2006-03-09 | 1 | -1/+1 |
| | | | | | Tools/scripts/svneol.py: added the .sln and .vcproj extensions because these are text files. Ran svneol.py over the source tree. | ||||
* | 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 | 1 | -4/+7 |
| | | | | 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 ;-) | ||||
* | Add _msi.pyd. | Martin v. Löwis | 2006-03-05 | 1 | -0/+6 |
| | | | | Add warning on Win9x. | ||||
* | Open dll file in binary. | Martin v. Löwis | 2006-03-05 | 1 | -3/+3 |
| | |||||
* | Update for absolute/relative imports and ifelse-expressions. | Thomas Wouters | 2006-03-03 | 1 | -1/+2 |
| | |||||
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | This was started by Mike Bland and completed by Guido (with help from Neal). This still needs a __future__ statement added; Thomas is working on Michael's patch for that aspect. There's a small amount of code cleanup and refactoring in ast.c, compile.c and ceval.c (I fixed the lltrace behavior when EXT_POP is used -- however I had to make lltrace a static global). | ||||
* | Whitespace normalization. | Tim Peters | 2006-02-18 | 1 | -1/+0 |
| | |||||
* | Fix typo | Martin v. Löwis | 2006-02-16 | 1 | -1/+1 |
| | |||||
* | Add build support for AMD64. | Martin v. Löwis | 2006-02-14 | 3 | -15/+53 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-02-11 | 1 | -1/+1 |
| | |||||
* | One more mod for support of C++ classes. | Jack Jansen | 2006-02-10 | 1 | -1/+1 |
| | |||||
* | For overriding C++ methods we also need to know whether a parameter | Jack Jansen | 2006-02-10 | 4 | -22/+45 |
| | | | | is an output parameter or not. Added support for that. | ||||
* | Fixed an oversight and a misunderstanding of PEP253: | Jack Jansen | 2006-02-07 | 1 | -2/+20 |
| | | | | | | | | | - Call tp_dealloc on the static baseclass, not dynamic (which leads to infinite loops with more than one baseclass) - Call tp_new and tp_init on baseclasses (overridable) -This line, and those below, will be ignored-- M bgen/bgenObjectDefinition.py | ||||
* | Add two missing markup tags. | Georg Brandl | 2006-01-23 | 1 | -1/+1 |
| | |||||
* | Make zlib builtin. | Martin v. Löwis | 2006-01-03 | 1 | -9/+2 |
| | |||||
* | Ignore .svn instead of CVS now. | Martin v. Löwis | 2006-01-03 | 1 | -3/+3 |
| | |||||
* | Ported from 2.4 branch: | Barry Warsaw | 2006-01-01 | 1 | -2/+2 |
| | | | | Patch by Ori Avtalion to fix a minor display glitch in the RightArrow. | ||||
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 4 | -12/+11 |
| | |||||
* | Add build support for _elementtree on Windows. | Trent Mick | 2005-12-15 | 1 | -0/+1 |
| | |||||
* | Remove background image | Andrew M. Kuchling | 2005-12-12 | 1 | -1/+1 |
| | |||||
* | Add comment about updating docs | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+3 |
| | |||||
* | Enable optional "const" argument to _New routines. | Jack Jansen | 2005-11-21 | 1 | -2/+3 |
| | |||||
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -6/+0 |
| | | | | properties now. | ||||
* | fix typos, mostly in comments | Fred Drake | 2005-10-28 | 1 | -1/+2 |
| | |||||
* | Add Makefile which allows easily rebuilding the charmap codecs. | Marc-André Lemburg | 2005-10-25 | 1 | -0/+81 |
| | |||||
* | Add custom mapping files used for generating some of the charmap | Marc-André Lemburg | 2005-10-25 | 3 | -0/+873 |
| | | | | codecs. | ||||
* | Apply some cosmetic fixes to the output of the script. | Marc-André Lemburg | 2005-10-25 | 1 | -15/+28 |
| | | | | Only include the decoding map if no table can be generated. | ||||
* | Add two new tools to compare codecs and show differences and to | Marc-André Lemburg | 2005-10-21 | 2 | -0/+94 |
| | | | | list all installed codecs. | ||||
* | Moved gencodec.py to the Tools/unicode/ directory. | Marc-André Lemburg | 2005-10-21 | 1 | -88/+179 |
| | | | | | | Added new support for decoding tables. Cleaned up the implementation a bit. | ||||
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -4/+7 |
| | | | | | | | | | | This change implements a new bytecode compiler, based on a transformation of the parse tree to an abstract syntax defined in Parser/Python.asdl. The compiler implementation is not complete, but it is in stable enough shape to run the entire test suite excepting two disabled tests. | ||||
* | Use lzx:21 for compression. Backported to 2.4 | Martin v. Löwis | 2005-09-27 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Added support for (optionally) bracketing calls with | Jack Jansen | 2005-09-20 | 1 | -0/+8 |
| | | | | Py_{BEGIN,END}_ALLOW_THREADS. | ||||
* | Whitespace normalization (via reindent.py). | Tim Peters | 2005-08-26 | 2 | -12/+10 |
| |