summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SF patch #980695: efficient string concatenationRaymond Hettinger2004-08-063-3/+107
* Changes the remote address used for tests in TimeoutTestCase from google.com toBrett Cannon2004-08-061-1/+1
* fix markup nit, typoFred Drake2004-08-061-2/+2
* update to reflect the new significance of the "@" characterFred Drake2004-08-051-2/+2
* Added new codecs and aliases for ISO_8859-11, ISO_8859-16 andMarc-André Lemburg2004-08-055-1/+288
* Warn that settrace() is implementation rather than languagePhillip J. Eby2004-08-051-1/+5
* This commit was manufactured by cvs2svn to create tag 'r24a2'.v2.4a2cvs2svn2004-08-051-0/+1
* release dateAnthony Baxter2004-08-052-3/+3
* Doc/lib/libfuncs.tex: correct items in itemizeMatthias Klose2004-08-042-10/+10
* add constants for many error values added over the past couple ofFred Drake2004-08-041-0/+17
* Example.__init__: this cannot use assert, because that fails to triggerTim Peters2004-08-042-5/+8
* Edward Loper's cool and massive refactoring of doctest.py, merged fromTim Peters2004-08-043-945/+2386
* Add a proper pointer to SF bug item.Hye-Shik Chang2004-08-041-2/+3
* SF #941229: Decode source code with sys.stdin.encoding in interactiveHye-Shik Chang2004-08-042-0/+65
* Add a missing decref -- PyErr_SetObject increfs the 'object'!Michael W. Hudson2004-08-041-0/+1
* Fix a leak of a reference on None.Michael W. Hudson2004-08-041-3/+1
* To ever run this test "you must import TestSkipped" from the rightMichael W. Hudson2004-08-041-6/+9
* Bump buildno for 2.4a2Martin v. Löwis2004-08-042-3/+5
* Revert 2.312; turns out interning the file name did do some good (reducingMichael W. Hudson2004-08-041-1/+1
* Updated Logger.log() docstring to clarify that lvl parameter should be an int...Vinay Sajip2004-08-041-1/+1
* Updated Logger.log() documentation to clarify that lvl parameter should be an...Vinay Sajip2004-08-041-1/+1
* Close handlers and tidy up loggers by removing closed handlers - to avoid pro...Vinay Sajip2004-08-041-5/+11
* Remove .width() and .iswide() from UserString as well.Hye-Shik Chang2004-08-041-4/+0
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-0415-1602/+1626
* Add a workaround for a problem that UTF-8 strings can be corruptedHye-Shik Chang2004-08-043-0/+71
* Whitespace normalization.Tim Peters2004-08-048-52/+52
* test_threadsignals is an expected skip on win32.Tim Peters2004-08-041-0/+1
* To raise TestSkipped, you must import TestSkipped.Tim Peters2004-08-041-1/+1
* ihooks FancyModuleLoader.load_module()Tim Peters2004-08-042-2/+13
* Tkapp_New(): Rewrite in C so it compiles again.Tim Peters2004-08-041-1/+4
* make sure distutils logging is shut off in tests to avoid spurious outputFred Drake2004-08-035-3/+25
* Patch #986929: Add support for wish -sync and -use options.Martin v. Löwis2004-08-032-4/+39
* Patch #986929: Add support for wish -sync and -use options.Martin v. Löwis2004-08-031-2/+3
* Wait for visibility before setting a grab. Fixes #946153.Martin v. Löwis2004-08-033-0/+3
* allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi...Fred Drake2004-08-034-17/+69
* This allows additional commands to be provided for existing setup.pyFred Drake2004-08-033-22/+193
* add missing import!Fred Drake2004-08-031-0/+1
* let's avoid the extra nesting where reasonableFred Drake2004-08-031-1/+1
* on to a2!Anthony Baxter2004-08-031-2/+2
* avoid fragility: make sure POSIXLY_CORRECT is completely controlledFred Drake2004-08-031-1/+10
* Add the same guard as test_signal.Michael W. Hudson2004-08-031-0/+3
* Be more careful about maintaining the invariants; it was actuallyFred Drake2004-08-031-3/+25
* Argh! This was meant to be part of patch #960406.Michael W. Hudson2004-08-031-0/+77
* Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().Martin v. Löwis2004-08-033-4/+11
* Patch #977074: Move Encode/Decode to the top so gcc can inline them.Martin v. Löwis2004-08-031-34/+33
* Patch #994595: Recognize Basic auth even if other schemes are offered.Martin v. Löwis2004-08-032-1/+4
* Patch #870382: Automatically add msvcr71 to the list of libraries ifMartin v. Löwis2004-08-031-0/+23
* Check in my refleak hunting code.Michael W. Hudson2004-08-031-19/+91
* Fix the reference count errors revealed by the test suite...Michael W. Hudson2004-08-031-1/+3
* nice tests dont leave little suprises in the environAnthony Baxter2004-08-031-0/+1