- 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 · 20 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 · 21 years ago
- 592c4cc SF bug 753592, websucker bug by Neal Norwitz · 21 years ago
- 8df717a minor __doc__ string tweakage by Skip Montanaro · 21 years ago
- c5e5e51 typo by Skip Montanaro · 21 years ago
- fc1efa3 Make the comment prefix 7 character long, so the lines are properly aligned. by Walter Dörwald · 21 years ago
- ecb544e Get rid of old IDLE. Lib/idlelib rules! by Guido van Rossum · 21 years ago
- ab537e9 Put the main script for the new IDLE here. by Guido van Rossum · 21 years ago
- a33d177 Added a command line interface for difflib.py by Raymond Hettinger · 21 years ago
- bb640c1 Patch #748849: Update to current tools and demos. by Martin v. Löwis · 21 years ago
- 7b4abbb modulefinder.py is not a freeze private module anymore. by Gustavo Niemeyer · 21 years ago
- 6e0f5e0 * Added file globbing to make it easier to check many LaTeX files. by Raymond Hettinger · 22 years ago
- 071b0bc Forward slash warnings now only occur for potentially valid LaTeX commands. by Raymond Hettinger · 22 years ago
- ac6df95 Fix use of 'file' as a variable name. by Andrew M. Kuchling · 22 years ago
- a2f7728 Prevent script from allowing '-r12' by Andrew M. Kuchling · 22 years ago
- 4693d46 Rename sum5.py to md5sum.py, because sum5.py is more interesting by Andrew M. Kuchling · 22 years ago
- fb9653a Don't use 'file' as a variable name Modernize the code a bit Add docstring by Andrew M. Kuchling · 22 years ago
- 87ddce1 [Bug #724767] Avoid use of 'file' as a variable name by Andrew M. Kuchling · 22 years ago
- 47172b4 [Bug #724767] crlf.py uses the variable name file, which it shouldn't anymore. by Andrew M. Kuchling · 22 years ago
- 62aa994 * Added separate checks for matching braces. by Raymond Hettinger · 22 years ago
- 4f0c6b2 Minor fixups. by Raymond Hettinger · 22 years ago
- 0fd525f Add table level validation and made minor fix-ups. by Raymond Hettinger · 22 years ago
- 71e0033 Added a tool for making a rough check of LaTeX documents. by Raymond Hettinger · 22 years ago
- 8f0bd56 Declare encoding. Use unsigned long constants. Fixes #728277. by Martin v. Löwis · 22 years ago
- a3c253e Removing new files accidentally checked in on the trunk rather than on the by Guido van Rossum · 22 years ago
- 767d9fe Add back files that were accidentally deleted on the trunk rather than by Guido van Rossum · 22 years ago
- 57cd21f Checking in IDLEFORK exactly as it appears in the idlefork CVS. by Guido van Rossum · 22 years ago
- 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
- 334df6c Finally added a -h option to print the module docstring and exit. ;) by Barry Warsaw · 22 years ago
- 53f72d7 Docstring clarifications. by Tim Peters · 22 years ago
- 6869458 Don't double-space the "??? new object ..." messages. by Guido van Rossum · 22 years ago
- 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
- 8d17a90 Heh -- I checked in an old version of this, at a time I documented the by Tim Peters · 22 years ago
- 21d7d4d _Py_PrintReferenceAddresses(): also print the type name. In real use by Tim Peters · 22 years ago
- e04ee70 Mostly reformatting, splitting long lines, whitespace normalization etc. by Barry Warsaw · 22 years ago
- 21123ab Various improvements to the way the table is formatted, to deal with by Guido van Rossum · 22 years ago
- f2f174f install timeit.py as a command line script by Skip Montanaro · 22 years ago
- 821a0fc replace obsolete 'exceptions' implicit by 'warnings' by Just van Rossum · 22 years ago
- e9e20a9 [ 684677 ] Allow freeze to exclude implicits by Just van Rossum · 22 years ago
- ea7598e fix name of db2pickle by Skip Montanaro · 22 years ago
- ce56c37 When bad HTML is encountered, ignore the page rather than failing with by Mark Hammond · 22 years ago
- d683504 Use new name for GetoptError, and pass it two arguments by Andrew M. Kuchling · 22 years ago