summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Normalize whitespace to avoid offending Bug Day volunteers.Tim Peters2005-06-245-13/+13
* Added a missing newline Output().Jack Jansen2005-06-231-0/+1
* Revamped type declaration so the basic routines return a list of strings.Jack Jansen2005-06-226-44/+47
* Added support for optional modifiers to functions/methods (such as C++ const,Jack Jansen2005-06-212-6/+19
* SF bug #1224621: tokenize module does not detect inconsistent dedentsRaymond Hettinger2005-06-213-1/+25
* Remove dead codeKurt B. Kaiser2005-06-212-20/+8
* Fix bug:Michael W. Hudson2005-06-203-18/+65
* Add a(nother) warning about mixing Py_NewInterpreter and theMichael W. Hudson2005-06-201-0/+6
* test_asynchat is no longer expected to produce output.Michael W. Hudson2005-06-202-4/+3
* fix some silly whitespace stuff (must have hit M-q or something?)Michael W. Hudson2005-06-201-13/+13
* Apply the _is_special guard.Raymond Hettinger2005-06-201-12/+13
* <Enter> when cursor is on a previous command retrieves that command. InsteadKurt B. Kaiser2005-06-192-7/+32
* Insert missing flag.Raymond Hettinger2005-06-191-1/+1
* SF patch #1200018: Restore GC support to set objectsRaymond Hettinger2005-06-182-7/+34
* Bug #1209560: spurious blank page in dist.pdfGeorg Brandl2005-06-181-0/+3
* Patch #1180012: add documentation for modulefinderGeorg Brandl2005-06-181-0/+1
* Fix grammar (it's -> its).Neil Schemenauer2005-06-185-7/+7
* Add missing INCREF.Neil Schemenauer2005-06-181-0/+1
* Fix typo.Raymond Hettinger2005-06-171-1/+1
* Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in withSkip Montanaro2005-06-171-0/+31
* More factorization.Jack Jansen2005-06-162-3/+14
* remove c++ style commentGregory P. Smith2005-06-161-1/+1
* Update URL.Michael W. Hudson2005-06-161-1/+1
* You can have more than one thread state for a thread if theyMichael W. Hudson2005-06-161-1/+1
* Fix check for error conditionAndrew M. Kuchling2005-06-151-1/+1
* [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suiteAndrew M. Kuchling2005-06-151-1/+2
* Fix nits.Raymond Hettinger2005-06-151-2/+3
* Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. WhySkip Montanaro2005-06-151-0/+1
* Consistently use hard tabs for indentation.Michael W. Hudson2005-06-151-172/+165
* Add a missing incref.Michael W. Hudson2005-06-151-0/+1
* Update version.Michael W. Hudson2005-06-151-1/+1
* Missed this documentation change about my marshal-floats-binarywiseMichael W. Hudson2005-06-151-3/+4
* Leak fix from Michael Hudson. Fix memory leak when dialect doesn'tSkip Montanaro2005-06-151-0/+2
* More tweaks for C++ support. Still doesn't seem to break anything:-)Jack Jansen2005-06-143-10/+47
* [Bug #1219862] Document correct argument range for pair_content()Andrew M. Kuchling2005-06-141-1/+1
* yet another cache to clear when leak hunting.Michael W. Hudson2005-06-141-0/+2
* SF bug #1219448: small output bugRaymond Hettinger2005-06-141-1/+1
* SF bug #1215887: String and list methods documentation deeply hiddenRaymond Hettinger2005-06-141-5/+14
* Port test_long.py to unittest.Walter Dörwald2005-06-131-508/+451
* Fix bugMichael W. Hudson2005-06-132-0/+13
* Remove extraneous format character from PyArg_ParseTuple call inMichael W. Hudson2005-06-131-1/+1
* SF bug #1219361 Fix typoRaymond Hettinger2005-06-131-1/+1
* 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated withKurt B. Kaiser2005-06-123-9/+12
* 1. Patch 1196895 Jeff Shute:Kurt B. Kaiser2005-06-125-4/+13
* fix typo. \var vs \variableGregory P. Smith2005-06-111-1/+1
* Clarify docs about os.popen[234].Georg Brandl2005-06-101-2/+2
* Patch #1171150: add a newline to py_compile error outputGeorg Brandl2005-06-101-1/+1
* The functions audioop.lin2adpcm3() and audioop.adpcm32lin() were removed fromArmin Rigo2005-06-101-12/+0
* Add untokenize() function to allow full round-trip tokenization.Raymond Hettinger2005-06-105-7/+182
* Minor tweaks, to allow some (out-of-tree, until successful) tinkeringJack Jansen2005-06-102-11/+15