summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Somewhere along the way, the softspace attr of file objects became read-Tim Peters2003-05-043-1/+25
| | | | only. Repaired, and added new tests to test_file.py.
* Scattered wording and typographical improvements (up to but notGreg Ward2003-05-031-113/+91
| | | | including the "Callback Options" section).
* Rename "The Tao of Option Parsing" section to "Philosophy".Greg Ward2003-05-031-30/+30
| | | | Remove first-person usage from it. Various wording tweaks.
* Use True/False instead of 1/0 when talking about store_true/store_false.Greg Ward2003-05-031-13/+12
| | | | | Particularly important since they now store True and False rather than 1 and 0!
* Add a big comment about cross-platform issues (especially OpenBSD).Greg Ward2003-05-031-7/+33
| | | | | | This should be turned into a footnote by someone who actually understands OSS and its relationship to Linux, FreeBSD, OpenBSD, NetBSD, etc.
* Use TeX quotes -- ``foo'' -- as appropriate.Greg Ward2003-05-031-39/+39
| | | | Remove whitespace around em-dashes.
* Fix various markup errors: use \longprogramopt{} more, and use itGreg Ward2003-05-031-11/+12
| | | | correctly. (Closes SF #731689.) Use \emph{} in a few places.
* Try linking hstrerror and inet_aton tests. Look for these functions in -lresolv.Martin v. Löwis2003-05-033-17/+153
|
* Patch #730170: Check for sem_init in -lpthread. Fixes #727051.Martin v. Löwis2003-05-032-6/+8
|
* Use \versionchanged, not \versionadded.Martin v. Löwis2003-05-031-1/+1
|
* Patch #731514: Update recursion documentation to mention simple recursion.Martin v. Löwis2003-05-031-11/+14
|
* Patch #708604: Check more function results. Will backport to 2.2.Martin v. Löwis2003-05-032-8/+45
|
* Patch #730826: Enable extensions on NetBSD 2.0.Martin v. Löwis2003-05-033-1/+18
|
* Patch #724588: Check whether the address of hstrerror and inet_pton canMartin v. Löwis2003-05-034-11/+209
| | | | be taken, and define NI_MAX{HOST|SERV} if necessary.
* Patch #684981: Add cleanup capability for argument parsers. Fixes 501716.Martin v. Löwis2003-05-031-28/+90
|
* Refer to __builtin__.file, not __builtins__.fileMartin v. Löwis2003-05-031-2/+3
|
* Implement tcl object __cmp__.Martin v. Löwis2003-05-031-1/+12
|
* 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
| | | | there or where to find it.
* * Added a substantial number of edge case and argument tests forRaymond Hettinger2003-05-032-15/+79
| | | | | | | the itertoolsmodule. * Taught itertools.repeat(obj, n) to treat negative repeat counts as zero. This behavior matches that for sequences and prevents infinite loops.
* 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
| | | | | | this causes some browsers to offer descriptive tooltips when the mouse hovers over the linked icon - clean up the code in this area
* fixed typoJust van Rossum2003-05-031-2/+2
|
* Install automatic GIL switcher upon IDE startup.Just van Rossum2003-05-031-0/+7
| | | | | (Jack: maybe this could/should be done in Framework.py instead, that way apps don't have to think about it. PackMan springs to mind...)
* 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
| | | | | based threads, release the GIL when the event loop goes to sleep, and acquire it again when the event loop wakes up again. OSX-only.
* Fixed age-old beginner's error: don't start the main loop as a sideJust van Rossum2003-05-022-5/+2
| | | | | effect of an import. (This is one step towards threading support in the IDE.)
* Simplify ref count test.Raymond Hettinger2003-05-021-3/+3
|
* Add StopIteration tests.Raymond Hettinger2003-05-021-7/+27
| | | | Simplify test_main().
* 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
| | | | | a bug in urllib2 this caused pimp to stop working. Fixed the URL to make it work again.
* 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
| | | | | | - implement custom_REL_hook() so LaTeX2HTML uses currently recommended link types; those work fine with tools like the Mozilla Site Navigation Bar
* 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
| | | | It is better to be explicit and just allow stop to be None.
* SF bug #730685: itertools.islice stop argument is not optionalRaymond Hettinger2003-05-023-26/+117
| | | | | * itertools.islice() stop argument did not perform as documented. * beefed-up test suite
* SF patch 731504: Typo in datetimemodule.c comment.Tim Peters2003-05-021-1/+1
| | | | s/isofomat/isoformat/, by Steven Taschuk.
* Avoid extraneous blank line generated in the middle of the documentFred Drake2003-05-021-16/+15
| | | | head.
* Remove section number from the title for use in theFred Drake2003-05-021-1/+6
| | | | <meta name='description' ...> element in the document head.
* Patch 731209: Restore socketmodule's behaviour with dotted quad addressesAnthony Baxter2003-05-021-0/+16
| | | | | to that of Python2.1. Such nnn.nnn.nnn.nnn addresses are just used directly, not passed to the resolver for a pointless lookup.
* 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
| | | | Improves clarity and brevity.
* 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
| | | | eg "pdb>".
* Allow for multiple parens around pdb prompt for (new) nested debuggingKen Manheimer2003-05-011-4/+4
| | | | sessions (and some cosmetic wording changes).
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-0163-401/+309
| | | | | | | | | | and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.