- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 3fc2ca3 Merge trunk up to 45598. by Thomas Wouters · 19 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 19 years ago
- d910855 Remove apply() by Neal Norwitz · 19 years ago
- ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 19 years ago
- ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 19 years ago
- fcddd29 Initialize VS environment in external.bat as well. by Martin v. Löwis · 19 years ago
- f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 19 years ago
- bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 19 years ago
- 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 19 years ago
- b138677 Adding the /useenv means that one's PATH actually gets through. This is by Trent Mick · 19 years ago
- d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 19 years ago
- 43179c8 Add changelog entry. by Martin v. Löwis · 19 years ago
- 88ca467 Whitespace normalization. by Tim Peters · 19 years ago
- a09655e Add ctypes. by Martin v. Löwis · 19 years ago
- 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
- ca4d08b NodeInfo.__gen_init(): Fiddle so that reindent.py is by Tim Peters · 19 years ago
- 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 19 years ago
- 8ff2120 Directly read working copy data to obtain list of properties. by Martin v. Löwis · 19 years ago
- 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 19 years ago
- d87f81f Simple utility to add svn:eol-style to text files under by Tim Peters · 19 years ago
- 8c7c56e Add _msi.pyd. Add warning on Win9x. by Martin v. Löwis · 19 years ago
- d149c21 Open dll file in binary. by Martin v. Löwis · 19 years ago
- 7e2ac25 Update for absolute/relative imports and ifelse-expressions. by Thomas Wouters · 19 years ago
- c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
- b6be87f Whitespace normalization. by Tim Peters · 19 years ago
- df40ce3 Fix typo by Martin v. Löwis · 19 years ago
- 856bf9a Add build support for AMD64. by Martin v. Löwis · 19 years ago
- cbcdfdc Whitespace normalization. by Tim Peters · 19 years ago
- c492502 One more mod for support of C++ classes. by Jack Jansen · 19 years ago
- 03904bf For overriding C++ methods we also need to know whether a parameter by Jack Jansen · 19 years ago
- 35f82d7 Fixed an oversight and a misunderstanding of PEP253: by Jack Jansen · 19 years ago
- 8797578 Add two missing markup tags. by Georg Brandl · 19 years ago
- 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
- 9ca9f56 Ignore .svn instead of CVS now. by Martin v. Löwis · 19 years ago
- 538561e Ported from 2.4 branch: by Barry Warsaw · 19 years ago
- 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
- e97e5a7 Add build support for _elementtree on Windows. by Trent Mick · 19 years ago
- e569fb5 Remove background image by Andrew M. Kuchling · 19 years ago
- a6d4b68 Add comment about updating docs by Andrew M. Kuchling · 19 years ago
- 09eef17 Enable optional "const" argument to _New routines. by Jack Jansen · 19 years ago
- ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
- db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
- 68b49ef Add Makefile which allows easily rebuilding the charmap codecs. by Marc-André Lemburg · 19 years ago
- 89bbfd4 Add custom mapping files used for generating some of the charmap codecs. by Marc-André Lemburg · 19 years ago
- bd20ea5 Apply some cosmetic fixes to the output of the script. by Marc-André Lemburg · 19 years ago
- 92b201d Add two new tools to compare codecs and show differences and to by Marc-André Lemburg · 19 years ago
- c5694c8 Moved gencodec.py to the Tools/unicode/ directory. by Marc-André Lemburg · 19 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
- 420254d Use lzx:21 for compression. Backported to 2.4 by Martin v. Löwis · 19 years ago
- 2190f8c Added a class MallocHeapOutputBufferType for types that are passed by Jack Jansen · 19 years ago
- b53355a Added support for (optionally) bracketing calls with by Jack Jansen · 19 years ago
- 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
- 256372c Add findnocoding.py and pysource.py. by Georg Brandl · 19 years ago
- 5689731 Patch [ 784089 ] A program to scan python files and list those require coding by Georg Brandl · 19 years ago
- 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
- f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
- 149787e Added an option to the scanner to generated marked-up HTML from the input by Jack Jansen · 19 years ago
- 7d66b00 Whitespace normalization. by Tim Peters · 19 years ago
- 6d394d9 Handle argref so it can be overridden more easily in a subclass. by Jack Jansen · 19 years ago
- 0257424 Allow for (optional) const declaration. by Jack Jansen · 19 years ago
- a6af76c Factored out the code that creates argument lists and formats for PyArg_Parse by Jack Jansen · 19 years ago
- 7b8f0a1 Sigh, changed the argument names in the tp_init function: to make them be by Jack Jansen · 19 years ago
- c418cc8 Teach texcheck about \textbar by Raymond Hettinger · 19 years ago
- a660caf Added methods mkvaluePreCheck and getargsPreCheck, which are called (for by Jack Jansen · 19 years ago
- 62cc123 More factorization: added a method getrvforcallit(). This allows a C++ by Jack Jansen · 19 years ago
- d4128f3 Added optional suppport for storage modifiers (virtual/static/inline/etc) by Jack Jansen · 19 years ago
- b6216dd More factorization to help C++ support. by Jack Jansen · 19 years ago
- 7e7688c bug [ 1072853 ] thisid not intialized in pindent.py script by Georg Brandl · 19 years ago
- 527c469 Normalize whitespace to avoid offending Bug Day volunteers. by Tim Peters · 19 years ago
- c700110 Added a missing newline Output(). by Jack Jansen · 19 years ago
- ab16c35 Revamped type declaration so the basic routines return a list of strings. by Jack Jansen · 19 years ago
- 8ceeaba Added support for optional modifiers to functions/methods (such as C++ const, by Jack Jansen · 19 years ago
- 2ab0ae6 More factorization. by Jack Jansen · 19 years ago
- d6d2c0d More tweaks for C++ support. Still doesn't seem to break anything:-) by Jack Jansen · 19 years ago
- bf7255f Minor tweaks, to allow some (out-of-tree, until successful) tinkering with C++. by Jack Jansen · 19 years ago
- f369470 Fix compiler.ast.flatten function so that it works on lists. by Neil Schemenauer · 19 years ago
- eba28be Whitespace normalization. by Tim Peters · 20 years ago
- 141f41a Reuse componentids for *.dll across minor releases. by Martin v. Löwis · 20 years ago
- 3390d33 Add more UUIDs. Update custom actions for Itanium. Backported to 2.4 by Martin v. Löwis · 20 years ago
- 3c24d96 Avoid using *W functions on Win95. Backported to 2.4. by Martin v. Löwis · 20 years ago
- 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
- 5c9e55e Add more test directories to testsuite. Will backport to 2.4. by Martin v. Löwis · 20 years ago
- 9fda931 Patch #1088716: build and incorporate libpython24.a. Backported to 2.4 by Martin v. Löwis · 20 years ago
- ac191da Properly quote IDLE shortcut. Will backport to 2.4. by Martin v. Löwis · 20 years ago
- b4cebd4 Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib by Marc-André Lemburg · 20 years ago
- eb68be4 Replace VB with VC. by Martin v. Löwis · 20 years ago
- bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 20 years ago
- 4d930be Add all readme files in Tools. by Martin v. Löwis · 20 years ago
- 6d60c09 Include site-packages directory. by Martin v. Löwis · 20 years ago
- eac02e6 Add missing have_tcl conditions by Martin v. Löwis · 20 years ago
- 72f0801 SF bug #1061457: spelling error in win installer by Raymond Hettinger · 20 years ago
- 7b2563b Exclude badsyntax from compileall; adjust options to what Makefile.pre.in does. by Martin v. Löwis · 20 years ago
- 130e37f Read the text files to be compared in universal-newline mode. by Tim Peters · 20 years ago
- f13337d Fix lib-tk PythonPath. by Martin v. Löwis · 20 years ago
- 0e9980f Whitespace normalization. by Tim Peters · 20 years ago
- 0f02ce3 Do not include extpy[w].exe anymore by Martin v. Löwis · 20 years ago
- 1e3a264 Generate the product code properly by Martin v. Löwis · 20 years ago