- 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 · 20 years ago
- 0257424 Allow for (optional) const declaration. by Jack Jansen · 20 years ago
- a6af76c Factored out the code that creates argument lists and formats for PyArg_Parse by Jack Jansen · 20 years ago
- 7b8f0a1 Sigh, changed the argument names in the tp_init function: to make them be by Jack Jansen · 20 years ago
- c418cc8 Teach texcheck about \textbar by Raymond Hettinger · 20 years ago
- a660caf Added methods mkvaluePreCheck and getargsPreCheck, which are called (for by Jack Jansen · 20 years ago
- 62cc123 More factorization: added a method getrvforcallit(). This allows a C++ by Jack Jansen · 20 years ago
- d4128f3 Added optional suppport for storage modifiers (virtual/static/inline/etc) by Jack Jansen · 20 years ago
- b6216dd More factorization to help C++ support. by Jack Jansen · 20 years ago
- 7e7688c bug [ 1072853 ] thisid not intialized in pindent.py script by Georg Brandl · 20 years ago
- 527c469 Normalize whitespace to avoid offending Bug Day volunteers. by Tim Peters · 20 years ago
- c700110 Added a missing newline Output(). by Jack Jansen · 20 years ago
- ab16c35 Revamped type declaration so the basic routines return a list of strings. by Jack Jansen · 20 years ago
- 8ceeaba Added support for optional modifiers to functions/methods (such as C++ const, by Jack Jansen · 20 years ago
- 2ab0ae6 More factorization. by Jack Jansen · 20 years ago
- d6d2c0d More tweaks for C++ support. Still doesn't seem to break anything:-) by Jack Jansen · 20 years ago
- bf7255f Minor tweaks, to allow some (out-of-tree, until successful) tinkering with C++. by Jack Jansen · 20 years ago
- f369470 Fix compiler.ast.flatten function so that it works on lists. by Neil Schemenauer · 20 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
- dff68d0 Change all extensions to unadvertised. by Martin v. Löwis · 20 years ago
- 0b4a7d9 Revert creation of launcher.exe. by Martin v. Löwis · 20 years ago
- 4b2017a Implement conditional extensions through launcher.exe. by Martin v. Löwis · 20 years ago
- 104c46b Support Python 2.2. by Martin v. Löwis · 20 years ago
- 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 20 years ago
- 7d3755d Add test_difflib_expect.html. by Martin v. Löwis · 20 years ago
- e0f780d Conditionalize Tcl feature by Martin v. Löwis · 20 years ago
- d3f61a2 Pickup Tk from tcltk directory. by Martin v. Löwis · 20 years ago
- e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
- 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
- 8107ca4 Keep option parser from gobbling up the filename to be profiled and the by Skip Montanaro · 20 years ago
- 94607dd Whitespace normalization. by Tim Peters · 20 years ago
- 2dd2a28 Add acknowledgements to ExitDialog. by Martin v. Löwis · 20 years ago
- 8ffe9ab Move msi from sandbox to Tools. by Martin v. Löwis · 20 years ago
- 2443d4a - pygettext.py: Generate POT-Creation-Date header in ISO format. by Matthias Klose · 20 years ago
- 494aaee Whitespace normalization. by Tim Peters · 20 years ago
- e236b38 [Patch #1005491 ] use __name__ == '__main__' in scripts by Andrew M. Kuchling · 20 years ago
- e6e77e5 Fix by Michael W. Hudson · 20 years ago
- e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
- c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
- 5ae638c Remove copyright notices from gencodec.py output. by Marc-André Lemburg · 20 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
- 4fba452 WTF is with this script? It contained illegal syntax and illegal by Tim Peters · 20 years ago
- c572e42 Call the correct tp_dealloc. by Jack Jansen · 20 years ago
- 7b7acd1 Use set() instead of sets.Set() by Raymond Hettinger · 20 years ago