summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fill out the set of macros and environments supported somewhat.Fred Drake2003-07-021-0/+10
* On those systems lacking the AFMT_S16_NE symbol, the test was failingAndrew MacIntyre2003-07-021-1/+1
* FreeBSD 5.x has moved some library routines and typedefs outside theAndrew MacIntyre2003-07-023-3/+20
* The datetime C API really isn't usable outside the datetime moduleFred Drake2003-07-021-54/+0
* Fix a variety of small markup nits.Fred Drake2003-07-026-20/+21
* Moved the IDE tutorial to a directory with a shorter name. The longJack Jansen2003-07-0215-3/+3
* SF #764121, docstring for spawnlp incorrectNeal Norwitz2003-07-021-1/+1
* Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancelNeal Norwitz2003-07-012-2/+7
* - added (c)StringIO tests; cStringIO usage failed in the previousJust van Rossum2003-07-011-0/+16
* - replaced a couple of asserts with proper exceptionsJust van Rossum2003-07-011-4/+5
* Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macrosNeal Norwitz2003-07-014-5/+5
* Make the classes exposed by threading.py new-style classes. This isTim Peters2003-07-012-3/+10
* Resolved minor XXX question in the obvious way.Tim Peters2003-07-011-1/+1
* - note that super() only applies to new-style classes;Fred Drake2003-07-011-2/+4
* normalize markup for consistencyFred Drake2003-07-011-15/+16
* Remove carriage returnsNeal Norwitz2003-07-010-0/+0
* Fix SF bug #763023, difflib.py: ratio() zero division not caughtNeal Norwitz2003-07-013-3/+23
* connector(): You can't use an empty string as an argument to connect()Tim Peters2003-07-011-1/+1
* showwarning() calls formatwarning(), not showwarning().Tim Peters2003-07-011-1/+1
* Fix SF bug #763770, test_socket_ssl crashNeal Norwitz2003-07-011-2/+2
* Improve the wording a bitRaymond Hettinger2003-07-011-1/+1
* Fix spelling, grammar, usage, and markup.Raymond Hettinger2003-07-011-2/+3
* SF #751062: Tutorial: remove string exceptions, add parnassus, #postsRaymond Hettinger2003-07-011-8/+9
* Test Brett's addition of __all__ to Queue.Raymond Hettinger2003-07-011-0/+1
* Add __all__ .Brett Cannon2003-07-011-0/+2
* Make temporary change of using _strptime for time.strptime permanent.Brett Cannon2003-07-013-49/+15
* SF bug 753592, websucker bugNeal Norwitz2003-07-012-1/+3
* 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