346 Commits (eec152d21783b901efae86afde771995fb357136)

Author SHA1 Message Date
Andrew M. Kuchling fb9653a63f Don't use 'file' as a variable name 23 years ago
Andrew M. Kuchling 87ddce1bf0 [Bug #724767] Avoid use of 'file' as a variable name 23 years ago
Andrew M. Kuchling 47172b4fab [Bug #724767] crlf.py uses the variable name file, which it shouldn't anymore. 23 years ago
Raymond Hettinger 62aa994633 * Added separate checks for matching braces. 23 years ago
Raymond Hettinger 4f0c6b2b70 Minor fixups. 23 years ago
Raymond Hettinger 0fd525fd1c Add table level validation and made minor fix-ups. 23 years ago
Raymond Hettinger 71e0033200 Added a tool for making a rough check of LaTeX documents. 23 years ago
Tim Peters 0eadaac7dc Whitespace normalization. 24 years ago
Barry Warsaw 334df6c597 Finally added a -h option to print the module docstring and exit. ;) 24 years ago
Tim Peters 53f72d7dcd Docstring clarifications. 24 years ago
Guido van Rossum 6869458236 Don't double-space the "??? new object ..." messages. 24 years ago
Tim Peters 8d17a90b83 Heh -- I checked in an old version of this, at a time I documented the 24 years ago
Tim Peters 21d7d4d5ca _Py_PrintReferenceAddresses(): also print the type name. In real use 24 years ago
Guido van Rossum 21123ab7e5 Various improvements to the way the table is formatted, to deal with 24 years ago
Skip Montanaro f2f174f655 install timeit.py as a command line script 24 years ago
Skip Montanaro ea7598e6f4 fix name of db2pickle 24 years ago
Andrew M. Kuchling d683504b85 Use new name for GetoptError, and pass it two arguments 24 years ago
Skip Montanaro da72d9376b try to avoid gross incompatibilities with older versions of Python 24 years ago
Skip Montanaro 7c1274d8ab try to avoid gross incompatibilities with earlier versions of Python 24 years ago
Skip Montanaro 9445ce57f1 note db2pickle.py and pickle2db.py 24 years ago
Skip Montanaro d96832914a dump database files to pickle format 24 years ago
Skip Montanaro 9db49c849c convert pickles generated by db2pickle.py back to database files 24 years ago
Skip Montanaro c064a1d7e3 add missing "summary" from long options list 24 years ago
Walter Dörwald 771bc377f8 Fix comment typo. 24 years ago
Guido van Rossum 8b7b345328 Use regular expressions for branch matching, to avoid including 24 years ago
Guido van Rossum bf1b1fdb9e Add byext.py 24 years ago
Guido van Rossum 6a8f7b741c Silly little script to print statistics (files, lines, words) by 24 years ago
Jeremy Hylton 6bf45c6752 Correct buggy module docstring. 24 years ago
Jeremy Hylton 89f1d6c04e Fix one bug and reformat lots of code. 24 years ago
Skip Montanaro 7bc2e1dad7 add logmerge.py (pydoc is already installed) 24 years ago
Skip Montanaro da760c488f simple setup.py to install some interesting scripts in $(prefix)/bin. 24 years ago
Skip Montanaro a5f8c42268 * when given, port should be converted to int 24 years ago
Skip Montanaro 7dfb02d09a allow optional port specified as part of the hostname, e.g., 24 years ago
Martin v. Löwis dab3bc05f3 Expand negative hexadecimal constants. 24 years ago
Martin v. Löwis 6f00a7ad84 Patch #542562, file 25252: Remove changelog. 24 years ago
Guido van Rossum affa6b7bf1 Tim wins a bet. Don't use re. 24 years ago
Guido van Rossum bc01c3248d Added -b tag option to limit output to a specific branch only. 24 years ago
Walter Dörwald aaab30e00c Apply diff2.txt from SF patch http://www.python.org/sf/572113 24 years ago
Michael W. Hudson dd32a91cc0 This is my patch 24 years ago
Guido van Rossum 7ec34b556c A tool to transform gprof(1) output into HTML, so you can click on a 24 years ago
Skip Montanaro 3a48ed9481 * runctx - fix a couple typos 24 years ago
Fred Drake ae39ddd628 Mechanically translated string method calls to string methods. 24 years ago
Fred Drake ef5864ed71 SF patch #552837, submitted by Robert Pyron: 24 years ago
Martin v. Löwis f90ae20354 Patch #488073: AtheOS port. 24 years ago
Skip Montanaro 8c5763f3ea moving into the Doc/tools directory 25 years ago
Andrew M. Kuchling a90a3b471d Use md5.new() constructor 25 years ago
Andrew M. Kuchling 343cbd0279 Use 2.1's .hexdigest() method 25 years ago
Skip Montanaro 557fe7541d new script - helps track down symbols exported by modules but not 25 years ago
Skip Montanaro 9a29e7aba3 operate as a filter when no files or directories appear on the command line 25 years ago
Tim Peters 54e5b89d77 SF bug #497839: reindent chokes on empty first lines. 25 years ago