1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 1 year ago.
Jan 18, 2022 — Jan 18, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Calling _cleanup() does not guarantee that all processes have terminated; this makes the final assert in the self-test code fail if the parent runs faster than the children. Fix this by calling wait() on the remaining children instead. More... about 25 years ago
Updated to reflect additions. More... about 25 years ago
colorsys docs from David Ascher. More... about 25 years ago
bsddb docs from Skip Montanaro; added interesting links. More... about 25 years ago
Utility function that yields a properly formatted time string. More... about 25 years ago
Relocating file to Lib/lib-tk. More... about 25 years ago
Jim Fulton writes: More... about 25 years ago
Patch from Tim Peters to repare a the problem that tracebacks are off by a line when Python is run with -x. More... about 25 years ago
Improve text of some error messages, as suggested by Sean Reifschneider. More... about 25 years ago
Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) More... about 25 years ago
Patch by Drew Csillag for FreeBSD's sh, which doesn't automatically join \-terminated lines. More... about 25 years ago
Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux. More... about 25 years ago
A few wishes are now fulfilled. More... about 25 years ago
Tim Peters implements some of my wishes: More... about 25 years ago
Remove superfluous index entry for posix.popen(); no longer appropriate since popen() is only documented in os. More... about 25 years ago
Added link to Fredrik Lundh's online Tkinter reference material. More... about 25 years ago
Minor nits, include author info. More... about 25 years ago
In list of sequence comparison examples, "=" should be "==". Reported by Mirko Liss <[email protected]>. More... about 25 years ago
'warn()' method now takes an optional line number. More... about 25 years ago
Removed dbhash from the undocumented list. More... about 25 years ago
Add libdbhash.tex. More... about 25 years ago
Document the dbhash module, and link to it from appropriate places. More... about 25 years ago
Correct documentation for <file>.read(); Python makes a serious best-effort to return 'size' bytes. Point out that this may mean multiple fread() calls. Reported by Anders Hammarquist <[email protected]> via the Debian crew. More... about 25 years ago
Use the standard stylesheet here as well. More... about 25 years ago
Use the tools/mkdvi.sh script to generate DVI and PDF output for the library reference now that it's sufficiently capable. More... about 25 years ago
Further refinement, to allow this to handle the library reference as well as the other "manual" documents. More... about 25 years ago
Typo: "Otherwose" --> "Otherwise" (reported by Joakim Sernbrant <[email protected]>). More... about 25 years ago
Add some support for the module index, so this can be used to build the .aux file for any of the "manual" class documents. More... about 25 years ago
For now, comment out the \ignorePlatformAnnotation; the global index doesn't really work with this. More... about 25 years ago
Don't include the verbatim style; the default handling is better. More... about 25 years ago