Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Document EX_OK and friends. | Barry Warsaw | 2003-01-07 | 1 | -0/+114 | |
| | ||||||
* | Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used | Barry Warsaw | 2003-01-07 | 3 | -542/+1391 | |
| | | | | by posixmodule.c. | |||||
* | SF #664011, move tarfile module in docs | Neal Norwitz | 2003-01-07 | 1 | -1/+1 | |
| | ||||||
* | all_ins(): EX_OK and friends, constants from sysexits.h | Barry Warsaw | 2003-01-07 | 1 | -0/+57 | |
| | ||||||
* | A note about EX_OK and friends in the posixmodule. | Barry Warsaw | 2003-01-07 | 1 | -0/+2 | |
| | ||||||
* | Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread | Guido van Rossum | 2003-01-07 | 3 | -13/+12 | |
| | | | | state swaps in readline). | |||||
* | A few more whitespace normalizations. | Guido van Rossum | 2003-01-07 | 1 | -1/+4 | |
| | ||||||
* | Various cleanups: | Guido van Rossum | 2003-01-07 | 1 | -45/+80 | |
| | | | | | | | | - Whitespace normalization. - Cleaned up some comments. - Broke long lines. | |||||
* | Use regular expressions for branch matching, to avoid including | Guido van Rossum | 2003-01-07 | 1 | -8/+11 | |
| | | | | changes on a sub-branch into output for a given branch. | |||||
* | Fix for SF bug #642358: only provide a new with a __dict__ or | Guido van Rossum | 2003-01-07 | 2 | -4/+38 | |
| | | | | | __weaklist__ descriptor if we added __dict__ or __weaklist__, respectively. With unit test. | |||||
* | Much clearer when super() is used. | Raymond Hettinger | 2003-01-07 | 1 | -5/+5 | |
| | ||||||
* | SF bug #652933 (for IdleFork): Open Module "math" Fails | Raymond Hettinger | 2003-01-07 | 1 | -1/+4 | |
| | | | | | When a module doesn't have a __path__ attribute, trigger a dialog box rather than dumping a traceback to the console. | |||||
* | Revert change 1.37. | Raymond Hettinger | 2003-01-07 | 1 | -12/+12 | |
| | | | | | The nanoseconds saved by using dict.fromkeys aren't worth the loss in clarity. Linear searches live on. | |||||
* | SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots | Raymond Hettinger | 2003-01-07 | 2 | -2/+127 | |
| | ||||||
* | CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean | Barry Warsaw | 2003-01-07 | 1 | -0/+37 | |
| | | | | | | | | | support and other charset defaults. See also: http://article.gmane.org/gmane.comp.python.mime.devel/250 (this just commits the last bit of the article that wasn't part of email 2.4.3.) | |||||
* | Add tarfile module | Andrew M. Kuchling | 2003-01-07 | 1 | -0/+4 | |
| | ||||||
* | Add a test for a feature added in rev. 2.82 of typeobject.c: | Guido van Rossum | 2003-01-06 | 1 | -0/+53 | |
| | | | | | | | | | | | | | | - SLOT1BINFULL() macro: changed this to check for __rop__ overriding __op__, like binary_op1() in abstract.c -- the latter only calls the slot function once if both types use the same slot function, so the slot function must make both calls -- which it already did for the __op__, __rop__ order, but not yet for the __rop__, __op__ order when B.__class__ is a subclass of A.__class__. Also test the refinement added in rev. 2.201 that fixes the problem reported in SF bug #623669. Also test a similar provision in abstract.c's binary_op1(). | |||||
* | Add a refinement to SLOT1BINFULL() that fixes the problem reported in | Guido van Rossum | 2003-01-06 | 1 | -1/+36 | |
| | | | | | SF bug #623669: only try (e.g.) __rdiv__ before __div__ if the right class actually overrides it. | |||||
* | GvR's idea to use memset() for the most common special case of repeating | Raymond Hettinger | 2003-01-06 | 1 | -1/+5 | |
| | | | | | a single character. Shaves another 10% off the running time by avoiding the lg2(N) loops and cache effects for the other cases. | |||||
* | Add some print statements in verbose mode to announce that the newest | Guido van Rossum | 2003-01-06 | 1 | -0/+8 | |
| | | | | | tests are run. (All tests in this module should have one of these at the top.) | |||||
* | * add mms (windows media) as another scheme | Skip Montanaro | 2003-01-06 | 2 | -19/+18 | |
| | | | | * reformat schemes to 80 columns | |||||
* | Add Tix and rexec changes | Andrew M. Kuchling | 2003-01-06 | 1 | -1/+17 | |
| | ||||||
* | Fix spelling. | Raymond Hettinger | 2003-01-06 | 1 | -1/+1 | |
| | ||||||
* | delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOS | Skip Montanaro | 2003-01-06 | 1 | -6/+5 | |
| | | | | notes. | |||||
* | removing - contains outdated information | Skip Montanaro | 2003-01-06 | 1 | -24/+0 | |
| | ||||||
* | SF #642236, optparse LaTeX docs by Johannes Gijsbers | Neal Norwitz | 2003-01-06 | 6 | -0/+1821 | |
| | ||||||
* | Strike any hint that from-import-* could ever be reasonable; it's a | Fred Drake | 2003-01-06 | 1 | -2/+1 | |
| | | | | vile abomination and should be eradicated! | |||||
* | Disable the rexec test now that rexec is out of grace. | Guido van Rossum | 2003-01-06 | 1 | -0/+2 | |
| | ||||||
* | Remove bastion test output | Guido van Rossum | 2003-01-06 | 1 | -10/+0 | |
| | ||||||
* | Fix some nits Guido brought up last August: | Fred Drake | 2003-01-06 | 1 | -10/+8 | |
| | | | | | | - give subsection pages nicer names - shorten some really long table cells; table cells can't wrap in the typeset version of the documentation | |||||
* | Disable the Bastion test now that Bastion is out of grace. | Guido van Rossum | 2003-01-06 | 1 | -3/+3 | |
| | ||||||
* | Sabotage rexec.py. It is not safe since the new-style classes. | Guido van Rossum | 2003-01-06 | 2 | -0/+5 | |
| | ||||||
* | Fix markup so this will format again. | Fred Drake | 2003-01-06 | 1 | -1/+1 | |
| | ||||||
* | SF bug #592859: os.chmod is underdocumented | Raymond Hettinger | 2003-01-06 | 1 | -0/+22 | |
| | | | | Document constants for permission bits. | |||||
* | Translate spaces in the machine name to underscores | Andrew M. Kuchling | 2003-01-06 | 1 | -2/+3 | |
| | | | | (Power Macintosh -> Power_Macintosh) | |||||
* | SF bug #661848 and #631055: Clarify use of __all__. | Raymond Hettinger | 2003-01-06 | 1 | -1/+4 | |
| | ||||||
* | Patch #661760: Cygwin auto-import module patch | Jason Tishler | 2003-01-06 | 8 | -60/+33 | |
| | | | | | | | | | | | | The attached patch enables shared extension modules to build cleanly under Cygwin without moving the static initialization of certain function pointers (i.e., ones exported from the Python DLL core) to a module initialization function. Additionally, this patch fixes the modules that have been changed in the past to accommodate Cygwin. | |||||
* | Used dictionaries rather than lists for membership testing. | Raymond Hettinger | 2003-01-06 | 1 | -12/+12 | |
| | ||||||
* | always also search on sys.path for res files | Just van Rossum | 2003-01-06 | 1 | -3/+2 | |
| | ||||||
* | Optimize string_repeat. | Raymond Hettinger | 2003-01-06 | 1 | -2/+11 | |
| | | | | | | | | | | | Christian Tismer pointed out the high cost of the loop overhead and function call overhead for 'c' * n where n is large. Accordingly, the new code only makes lg2(n) loops. Interestingly, 'c' * 1000 * 1000 ran a bit faster with old code. At some point, the loop and function call overhead became cheaper than invalidating the cache with lengthy memcpys. But for more typical sizes of n, the new code runs much faster and for larger values of n it runs only a bit slower. | |||||
* | SF feature #618024, urlparse fails on imap:// | Neal Norwitz | 2003-01-06 | 1 | -0/+3 | |
| | ||||||
* | SF feature #618024, urlparse fails on imap:// | Neal Norwitz | 2003-01-06 | 2 | -5/+6 | |
| | ||||||
* | SF #651082, tarfile module implementation from Lars Gustäbel | Neal Norwitz | 2003-01-05 | 8 | -0/+2637 | |
| | ||||||
* | Fix a typo | Neal Norwitz | 2003-01-05 | 1 | -1/+1 | |
| | ||||||
* | - squashed bare except in rmtree() | Just van Rossum | 2003-01-05 | 1 | -5/+5 | |
| | | | | - improved readability of rmtree; removed silly apply() | |||||
* | At least one Solaris box in the snake farm only supports "C" locale. | Neal Norwitz | 2003-01-05 | 1 | -1/+5 | |
| | | | | Adding try/except allows the test to pass | |||||
* | Move the statistical tests for four distributions into the unittest suite. | Raymond Hettinger | 2003-01-05 | 2 | -3/+41 | |
| | ||||||
* | PyCFunction_Call(): Combined two switch cases w/ identical bodies. | Tim Peters | 2003-01-05 | 1 | -4/+2 | |
| | ||||||
* | Add a test case. | Raymond Hettinger | 2003-01-05 | 1 | -0/+19 | |
| | ||||||
* | Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. | Greg Ward | 2003-01-04 | 1 | -1/+1 | |
| |