summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-0311-84/+90
* Patch #711902: Cause pydoc to show data descriptor __doc__ strings.Martin v. Löwis2003-05-035-2/+43
* Change 'and' to 'or' in _tkinter test.Martin v. Löwis2003-05-031-1/+1
* Add a reference to dictnotes.txt. It does no good if you don't know it'sRaymond Hettinger2003-05-032-0/+12
* * Added a substantial number of edge case and argument tests forRaymond Hettinger2003-05-032-15/+79
* Apply the simplified test_support boilerplate.Raymond Hettinger2003-05-031-6/+4
* - add title attributes to the navigation icons on the navigation bars;Fred Drake2003-05-031-15/+27
* fixed typoJust van Rossum2003-05-031-2/+2
* Install automatic GIL switcher upon IDE startup.Just van Rossum2003-05-031-0/+7
* build the new autoGIL module on OSXJust van Rossum2003-05-031-0/+2
* Short and sweet module doing something very useful: for event loopJust van Rossum2003-05-031-0/+149
* Fixed age-old beginner's error: don't start the main loop as a sideJust van Rossum2003-05-022-5/+2
* Simplify ref count test.Raymond Hettinger2003-05-021-3/+3
* Add StopIteration tests.Raymond Hettinger2003-05-021-7/+27
* add link types for the remaining links in the navigation panelsFred Drake2003-05-021-7/+9
* CWI moved websites around without me knowing it, and together withJack Jansen2003-05-021-1/+1
* Note itertools.islice() bugfix.Raymond Hettinger2003-05-021-0/+3
* - add link relationships to some of the links in the navigation panelsFred Drake2003-05-021-7/+16
* Research notes and explorations for optimizing Python dictionaries.Raymond Hettinger2003-05-021-0/+189
* The previous made the stop argument optional.Raymond Hettinger2003-05-023-13/+10
* SF bug #730685: itertools.islice stop argument is not optionalRaymond Hettinger2003-05-023-26/+117
* SF patch 731504: Typo in datetimemodule.c comment.Tim Peters2003-05-021-1/+1
* Avoid extraneous blank line generated in the middle of the documentFred Drake2003-05-021-16/+15
* Remove section number from the title for use in theFred Drake2003-05-021-1/+6
* Patch 731209: Restore socketmodule's behaviour with dotted quad addressesAnthony Baxter2003-05-021-0/+16
* add note about building with bsddb185 and making it appear as bsddb.Skip Montanaro2003-05-021-0/+15
* Added missing modules to __all__ check.Raymond Hettinger2003-05-021-0/+4
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-026-40/+17
* Rename funny long suite to Disk_File_Folder.Jack Jansen2003-05-018-103/+104
* Silence compiler warnings in VC 7.Jeremy Hylton2003-05-011-2/+2
* Slightly more lenient pdbtrack prompt recognition, for people who useKen Manheimer2003-05-011-1/+1
* Allow for multiple parens around pdb prompt for (new) nested debuggingKen Manheimer2003-05-011-4/+4
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-0163-401/+309
* Consistently use test_support.foo everywhere.Walter Dörwald2003-05-011-15/+5
* Convert tcl objects to strings in getvar/setvar. Fixes #730506.Martin v. Löwis2003-05-011-2/+26
* Patch #729300: Disable error message if Python is not built for threads.Martin v. Löwis2003-05-011-1/+1
* Patch #725942: Always rename emulation functions.Martin v. Löwis2003-05-011-2/+5
* Patch #727805: Remove extra line ending from CGI responses.Martin v. Löwis2003-05-012-3/+4
* Mark CVS as 2.3b1+.Guido van Rossum2003-04-301-1/+1
* At the site of an indexed reference to print, point to the relevantFred Drake2003-04-301-1/+5
* work around mostly-minor formatting problems; the encodings.idnaFred Drake2003-04-301-2/+2
* - comment out \moduleauthor that broke formatting until the formattingFred Drake2003-04-301-15/+28
* Allow _sre.c to compile with Python 2.2Andrew M. Kuchling2003-04-301-0/+4
* Delete comment my last checkin rendered obsolete.Michael W. Hudson2003-04-301-2/+0
* Change from a threading.Condition object to a threading.Event object forBrett Cannon2003-04-301-6/+3
* Make time.sleep calls go to 0 for common testing.Brett Cannon2003-04-302-11/+19
* Flesh out test_support docs.Brett Cannon2003-04-301-3/+19
* improved CRLF regex for previous fixPiers Lauder2003-04-291-1/+1
* added code to canonicalise line endings in data sent via "append" - fix for b...Piers Lauder2003-04-291-2/+3
* Allow "@" in unquoted attribute values.Fred Drake2003-04-292-1/+10