- 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 · 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
- 5492f3d Add more known macros. by Raymond Hettinger · 20 years ago
- 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
- 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 21 years ago
- ba91b9f Applying SF patch #949329 on behalf of Raymond Hettinger. by Armin Rigo · 21 years ago
- 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
- ffa5a50 Small fixes in freeze.py. by Gustavo Niemeyer · 21 years ago
- 26510d4 delete timing output - it appears after the </html> line. by Skip Montanaro · 21 years ago
- 165163f add usage() function, -h(elp) flag and long versions of short flags by Skip Montanaro · 21 years ago
- a982c44 [Patch #918212] Support XHTML's 'id' attribute, which can be on any element. by Andrew M. Kuchling · 21 years ago
- e2b61e0 * explain flags in doc strings by Skip Montanaro · 21 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- f91c59a add hotshotmain.py ref by Skip Montanaro · 21 years ago
- 4aba6f5 The bagpipe didn't say "no" (*), so here's a main program script useful for by Skip Montanaro · 21 years ago
- 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 21 years ago
- 48f9c6d allow dump/load of gdbm files by Skip Montanaro · 21 years ago
- 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 21 years ago
- f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
- 8f81c93 Patch #713645: Fix typo. by Martin v. Löwis · 21 years ago
- c60577e Generalize the last change to check for other markup spacing errors. by Raymond Hettinger · 21 years ago
- b9c07af Check for \NULL markup errors. by Raymond Hettinger · 21 years ago
- eb296d9 Fix for SF bug #780996, crash when no .pynche file exists and -d by Barry Warsaw · 21 years ago
- e41d4c8 Added doubled word warnings. by Raymond Hettinger · 21 years ago
- 1a3abcb This started opening files in text mode by default in the 2.3 release, by Tim Peters · 21 years ago
- 7d59948 When piping output into a pager like "less", quiting the pager before by Fred Drake · 21 years ago
- 7f7e137 fix for bug 773020 - splitting PATH should use os.pathsep by Skip Montanaro · 21 years ago
- 5ec7968 This file was moved to Lib/. by Jeremy Hylton · 22 years ago
- 592c4cc SF bug 753592, websucker bug by Neal Norwitz · 22 years ago
- 8df717a minor __doc__ string tweakage by Skip Montanaro · 22 years ago
- c5e5e51 typo by Skip Montanaro · 22 years ago
- fc1efa3 Make the comment prefix 7 character long, so the lines are properly aligned. by Walter Dörwald · 22 years ago
- ecb544e Get rid of old IDLE. Lib/idlelib rules! by Guido van Rossum · 22 years ago
- ab537e9 Put the main script for the new IDLE here. by Guido van Rossum · 22 years ago