summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent creating a HTML link to file://?/Georg Brandl2005-06-261-2/+5
* - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer viaGeorg Brandl2005-06-261-0/+3
* bug [ 1100201 ] Cross-site scripting on BaseHTTPServerGeorg Brandl2005-06-261-1/+4
* Add NEWS entries for bugs closed at Bug Day.Georg Brandl2005-06-261-0/+12
* bug [ 1108948 ] Cookie.py produces invalid codeGeorg Brandl2005-06-261-2/+2
* bug [ 1072853 ] thisid not intialized in pindent.py scriptGeorg Brandl2005-06-261-0/+1
* SMTP.help() was returning a tuple instead of the promised text.Kurt B. Kaiser2005-06-261-1/+1
* NEWS entry for last bugfixGeorg Brandl2005-06-251-0/+3
* bug [ 1166582 ] IterableUserDict not in docsGeorg Brandl2005-06-251-9/+15
* bug [ 1186072 ] tempnam doc doesn't include link to tmpfileGeorg Brandl2005-06-251-8/+9
* bug [ 1175022 ] property example code errorGeorg Brandl2005-06-251-0/+1
* Bug [ 1190563 ] os.waitpid docs don't specify return value for WNOHANGGeorg Brandl2005-06-251-2/+3
* bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreplyGeorg Brandl2005-06-251-5/+10
* Patch [ 1213031 ] note that os.chown can have -1 as an argumentGeorg Brandl2005-06-251-1/+1
* correcting duplicate TeX markupGeorg Brandl2005-06-251-1/+0
* Bug [ 1225705 ] os.environ documentation should mention unsetenvGeorg Brandl2005-06-251-3/+22
* Patch #1227442: smtplib.SMTP.sendmail() accepts a string or list as to_addrs.Georg Brandl2005-06-251-7/+8
* Fix signedness of various char variables to stop causing a warning under gcc 4.Brett Cannon2005-06-253-12/+12
* Add comments about PyThreadState and the usage of its fields.Brett Cannon2005-06-252-1/+9
* 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