- b6604b3 Document EX_OK and friends. by Barry Warsaw · 22 years ago
- fe33b79 Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used by Barry Warsaw · 22 years ago
- 051314f SF #664011, move tarfile module in docs by Neal Norwitz · 22 years ago
- 5676bd1 all_ins(): EX_OK and friends, constants from sysexits.h by Barry Warsaw · 22 years ago
- f8ba39c A note about EX_OK and friends in the posixmodule. by Barry Warsaw · 22 years ago
- 6d0d365 Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread by Guido van Rossum · 22 years ago
- 05ac449 A few more whitespace normalizations. by Guido van Rossum · 22 years ago
- 74f3143 Various cleanups: by Guido van Rossum · 22 years ago
- 8b7b345 Use regular expressions for branch matching, to avoid including by Guido van Rossum · 22 years ago
- 373c741 Fix for SF bug #642358: only provide a new with a __dict__ or by Guido van Rossum · 22 years ago
- 145a4a0 Much clearer when super() is used. by Raymond Hettinger · 22 years ago
- a9cfa55 SF bug #652933 (for IdleFork): Open Module "math" Fails by Raymond Hettinger · 22 years ago
- ef30dc8 Revert change 1.37. by Raymond Hettinger · 22 years ago
- 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
- 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
- 674b0bf Add tarfile module by Andrew M. Kuchling · 22 years ago
- 613f24f Add a test for a feature added in rev. 2.82 of typeobject.c: by Guido van Rossum · 22 years ago
- cd11880 Add a refinement to SLOT1BINFULL() that fixes the problem reported in by Guido van Rossum · 22 years ago
- 0a2f849 GvR's idea to use memset() for the most common special case of repeating by Raymond Hettinger · 22 years ago
- 2720b0d Add some print statements in verbose mode to announce that the newest by Guido van Rossum · 22 years ago
- f09b88e * add mms (windows media) as another scheme * reformat schemes to 80 columns by Skip Montanaro · 22 years ago
- ef893fe Add Tix and rexec changes by Andrew M. Kuchling · 22 years ago
- 8ef3d8d Fix spelling. by Raymond Hettinger · 22 years ago
- 2d98db6 delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOS notes. by Skip Montanaro · 22 years ago
- ead73b8 removing - contains outdated information by Skip Montanaro · 22 years ago
- 488609e SF #642236, optparse LaTeX docs by Johannes Gijsbers by Neal Norwitz · 22 years ago
- 11f89b7 Strike any hint that from-import-* could ever be reasonable; it's a by Fred Drake · 22 years ago
- 4f37418 Disable the rexec test now that rexec is out of grace. by Guido van Rossum · 22 years ago
- 38abbf5 Remove bastion test output by Guido van Rossum · 22 years ago
- 2e3ae21 Fix some nits Guido brought up last August: by Fred Drake · 22 years ago
- 11ae4e2 Disable the Bastion test now that Bastion is out of grace. by Guido van Rossum · 22 years ago
- 34a2e08 Sabotage rexec.py. It is not safe since the new-style classes. by Guido van Rossum · 22 years ago
- 2b0a3d3 Fix markup so this will format again. by Fred Drake · 22 years ago
- 9f5b07d SF bug #592859: os.chmod is underdocumented by Raymond Hettinger · 22 years ago
- b8c7b9f Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
- 1772f17 SF bug #661848 and #631055: Clarify use of __all__. by Raymond Hettinger · 22 years ago
- fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
- f2128b0 Used dictionaries rather than lists for membership testing. by Raymond Hettinger · 22 years ago
- 077c582 always also search on sys.path for res files by Just van Rossum · 22 years ago
- 698258a Optimize string_repeat. by Raymond Hettinger · 22 years ago
- 68b539e SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
- 4f44237 SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
- b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
- 6d23b17 Fix a typo by Neal Norwitz · 22 years ago
- 66d16ba - squashed bare except in rmtree() by Just van Rossum · 22 years ago
- 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago
- 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
- 541ceec PyCFunction_Call(): Combined two switch cases w/ identical bodies. by Tim Peters · 22 years ago
- 15ec373 Add a test case. by Raymond Hettinger · 22 years ago
- 5bd844e Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. by Greg Ward · 22 years ago
- 8afa3a3 module to run commands in a Terminal.app window by Just van Rossum · 22 years ago
- 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
- 85e4c67 correct comment (and add newline at end) by Just van Rossum · 22 years ago
- 5e1222b Add Shockwave Flash. by Guido van Rossum · 22 years ago
- 73ced7e Correct long standing bugs in the methods for random distributions. by Raymond Hettinger · 22 years ago
- 3a57d9d Fix typo. by Martin v. Löwis · 22 years ago
- 6a759d9 Remove appartment check from dooneevent. Fixes #660961. by Martin v. Löwis · 22 years ago
- adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
- 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 22 years ago
- 8b9aa8d Remove the random=None nonsense from sample() before it gets set in stone. by Raymond Hettinger · 22 years ago
- 950cdac Moved this info to the top-level README where all the other by Skip Montanaro · 22 years ago
- 5a47e5b The bsddb3 library does not build w/ Berkeley DB 3.0. 3.1 is the earliest by Skip Montanaro · 22 years ago
- 56d8301 Merged Misc/AtheOS-NOTES into the platform-specific section. Rewrote the by Skip Montanaro · 22 years ago
- 69bf8f3 SF bug #655271: Slightly modify locals() doc by Raymond Hettinger · 22 years ago
- 2ca2433 SF bug #651149: Review libshelve.tex when possible by Raymond Hettinger · 22 years ago
- 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
- 506a224 Fix compiler warning by Neal Norwitz · 22 years ago
- bf43f8a SF Patch #661440: Refactor and streamline PyCFunction_Call by Raymond Hettinger · 22 years ago
- 3919571 Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default by Martin v. Löwis · 22 years ago
- 4fede1a Completed astimezone()'s correctness proof. This also proves we can get by Tim Peters · 22 years ago
- 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
- 7702304 Remark about datetime tzinfo examples. by Tim Peters · 22 years ago
- 8827d0c Replaced the flawed "local time" example tzinfo class with the guts by Tim Peters · 22 years ago
- 6f2bb23 Grammatical fix in comment. by Greg Ward · 22 years ago
- fdf65d9 Grammatical fix: change possessive "it's" to "its". by Greg Ward · 22 years ago
- 8fa8972 Remove a list comprehension, because a loop over the list by Walter Dörwald · 22 years ago
- 51cc72c Pass the strict argument from read() on to readfp(), so the by Walter Dörwald · 22 years ago
- 01f4311 Use RUNSHARED for python invocations. Fixes #661408. by Martin v. Löwis · 22 years ago
- bb51ed3 Fix read_mime_types() so that it returns a dict as documented. by Walter Dörwald · 22 years ago
- af6a27a Allow PyFile_GetLine() to return Unicode objects. Fixes #660165. by Martin v. Löwis · 22 years ago
- bb0246a Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
- aa1d3aa Spread the blame (err, I mean credit) for ossaudiodev around a bit. by Greg Ward · 22 years ago
- 6c58d46 Mention ossaudiodev. by Greg Ward · 22 years ago
- 61cdac6 Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
- 5a22453 Write PEP 301 section Mention difference between 2.2.2 and 2.3 True and False by Andrew M. Kuchling · 22 years ago
- 747f806 Mention that imaplib now supports SSL -- this wasn't noted before. by Guido van Rossum · 22 years ago
- 4de9cba qualify known Solaris versions related to the binutils breakage. by Skip Montanaro · 22 years ago
- 87cebbf Add SSL support for imaplib; add empty PEP301 section by Andrew M. Kuchling · 22 years ago
- 59a7555 update info about binutils 2.13 breakage on Solaris. by Skip Montanaro · 22 years ago
- d15f4e3 [Patch #658093 ] Documentation support for PEP 301 by Andrew M. Kuchling · 22 years ago
- 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
- 282e2c3 [Patch #658094] PEP 301 implementation by Andrew M. Kuchling · 22 years ago
- 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
- 1618ced Add contributor. by Raymond Hettinger · 22 years ago
- 8d0ffe0 Remove debugging prints. by Michael W. Hudson · 22 years ago
- 36cd2bf SF patch 660559: Use METH_O and METH_NOARGS where possible by Raymond Hettinger · 22 years ago
- f349e26 Fixed markup. by David Goodger · 22 years ago
- c633365 Updated (2.3 OK now) by David Goodger · 22 years ago
- 04b8995 Fix error in previous correction; thanks, Just! by Andrew M. Kuchling · 22 years ago
- 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 22 years ago