summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a note about Stefan Deibels list of contacts.Jack Jansen2003-04-291-0/+1
* The new bundlebuilder-generated applets contain an absolute referenceJack Jansen2003-04-291-1/+10
* By default be verbose.Jack Jansen2003-04-291-7/+9
* Port test_richcmp.py to PyUnit. From SF patch #662807 which additionalWalter Dörwald2003-04-292-366/+276
* document socket speed reclamation. Patch 729293.Skip Montanaro2003-04-291-0/+3
* Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace()Walter Dörwald2003-04-291-7/+1
* Add doctest for example in the library reference.Raymond Hettinger2003-04-291-0/+40
* Extract the errno value to use from the errno module if possible.Fred Drake2003-04-291-1/+6
* When an unhandled exception happens, report the repr() of the functionGuido van Rossum2003-04-291-5/+13
* Regain throughput lost with the _socketobject wrapper. TheSkip Montanaro2003-04-291-3/+9