summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix SF #763362, test_posixpath failedNeal Norwitz2003-07-011-4/+6
* Support 'mbcs' as a 'built-in' encoding, so the C API can use it withoutMark Hammond2003-07-011-0/+19
* Add versionadded info for the 2 new threading module functionsNeal Norwitz2003-06-301-0/+2
* Document the DISTUTILS_DEBUG variable.Thomas Heller2003-06-301-0/+21
* Fix typo in error messageNeal Norwitz2003-06-301-1/+1
* We are now post-beta 2.Fred Drake2003-06-301-2/+2
* Added missing name (textwrap.dedent() docs).Fred Drake2003-06-301-0/+1
* Don't require that a RuntimeError is raised when playing a secondWalter Dörwald2003-06-301-5/+9
* SF bug #762990: Awful Grammar in Python TutorialRaymond Hettinger2003-06-301-1/+1
* Fix SF 762891: "del p[key]" on proxy object raises SystemError()Raymond Hettinger2003-06-303-1/+49
* Merge branch updates back into the main trunkRaymond Hettinger2003-06-301-0/+40
* Fix SF #754870, SSL crash interpreter when remote side closes during connectNeal Norwitz2003-06-302-2/+39
* Bump version string to "2.3b2+".Tim Peters2003-06-301-1/+1
* Fix typo, refer to proper argument nameNeal Norwitz2003-06-301-1/+1
* restore 2.2 compatibility:Just van Rossum2003-06-291-11/+11
* - added --semi-standalone option that builds apps that depend on anJust van Rossum2003-06-291-26/+50
* More testsRaymond Hettinger2003-06-291-3/+59
* Fix broken markup, & tweak a couple of things for consistency.Fred Drake2003-06-291-4/+4
* Fix sf bug 666219: assertion error in httplib.Jeremy Hylton2003-06-291-0/+4
* Add several news items for changes I made since b1.Jeremy Hylton2003-06-291-8/+36
* Whitespace normalization.Tim Peters2003-06-291-2/+2
* Removed XXX comments about missing threading.py functions.Tim Peters2003-06-291-4/+0
* Added news about os.environ['PYTHONINSPECT'] = 'yes'Barry Warsaw2003-06-291-0/+5
* Remove stub settrace() and setprofile() calls.Jeremy Hylton2003-06-291-8/+0
* Py_Main(): Add a check for the PYTHONINSPECT environment variableBarry Warsaw2003-06-291-0/+9
* Fix grammar in comment.Jeremy Hylton2003-06-291-1/+1
* Whitespace normalization.Jeremy Hylton2003-06-291-1/+1
* Add settrace() and setprofile() functions to the threading library.Jeremy Hylton2003-06-292-0/+34
* Typo repair.Tim Peters2003-06-291-1/+1
* Update copyright years.Fred Drake2003-06-291-1/+1
* Provide dummy (do-nothing) settrace() and setprofile() functions untilTim Peters2003-06-292-1/+13
* Filled in release date; repaired grammar in a news item.Tim Peters2003-06-291-3/+3
* minor wordsmithingSkip Montanaro2003-06-291-6/+6
* Removed invalid test.Raymond Hettinger2003-06-291-3/+0
* FreeBSD 5.x uses different wchar_t/win_t guards than earlier versionsAndrew MacIntyre2003-06-291-0/+12
* SF bug #762455: Python segfaults when sys.stdout is changed in getattrRaymond Hettinger2003-06-291-0/+15
* Fix SF #762455, segfault when sys.stdout is changed in getattrNeal Norwitz2003-06-291-0/+6
* Whitespace normalization.Tim Peters2003-06-295-8/+8
* Some nifty doctest extensions from Jim Fulton, currently used in Zope3.Tim Peters2003-06-292-0/+283
* SF bug #430160: CGIHTTPServer.py POST bug using IERaymond Hettinger2003-06-291-2/+4
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-1/+9
* Minor fixes to punctuation and grammar.Raymond Hettinger2003-06-291-5/+5
* Add missing self. before curNode. This may need to be committedNeal Norwitz2003-06-291-1/+1
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-2/+57
* Fix arguments for instantiating InterpolationSyntaxErrorNeal Norwitz2003-06-291-3/+3
* Comment out cap, it was unused.Neal Norwitz2003-06-291-1/+2
* whitespace normalizationNeal Norwitz2003-06-291-1/+1
* remove unused import mathNeal Norwitz2003-06-291-1/+0
* remove extra parameter from _java_getprop, remove duplicate importsNeal Norwitz2003-06-291-2/+2
* use == like all the other conditionalsNeal Norwitz2003-06-291-1/+1