]> granicus.if.org Git - python/shortlog
python
2002-08-30 Jack JansenFix for Jaguar: use ln for installing symlinks, install...
2002-08-30 Michael W.... Further SET_LINENO reomval fixes. See comments in...
2002-08-30 Jack JansenOn Jaguar the default mode for files in the installed...
2002-08-29 Jack JansenAdded support for the help menu. Application.gethelpmen...
2002-08-29 Jack JansenRevived the Carbon.Help module, but implementing the...
2002-08-29 Neal NorwitzSF #561244: micro optimizations, builtins cannot be...
2002-08-29 Jack JansenDon't copy the documentation when using Python.app...
2002-08-29 Barry WarsawMany hopefully benign style clean ups. Still passes...
2002-08-29 Barry Warsawstrptime(): The code that was adding 12 to PM hours...
2002-08-29 Barry WarsawThe test I saw failing this morning just happened to...
2002-08-29 Raymond HettingerSped _update().
2002-08-29 Guido van RossumUndo Barry's change. This file is not imported, it...
2002-08-29 Guido van RossumSuppress warnings when byte-compiling the installed...
2002-08-29 Guido van RossumRestore the hex/oct constant tests that Barry commented...
2002-08-29 Raymond Hettingercomplex() was the only numeric constructor that created...
2002-08-29 Barry WarsawFixed three exceptions in the Plain integers test,...
2002-08-29 Barry WarsawThe test_tokenize output has changed slightly, by the...
2002-08-28 Jack JansenDistutils-based script by Bill Fancher to download...
2002-08-28 Jack Jansen- Install a symlink to the documentation (which lives...
2002-08-28 Jack JansenDistutils-based script by Bill Fancher to download...
2002-08-28 Jack JansenThis file never made it to the repository, somehow.
2002-08-28 Jack JansenThese were regenerated some time ago (with ascii chars...
2002-08-28 Jack JansenInterface to Apple Help Viewer.
2002-08-28 Barry WarsawQuite down some FutureWarnings.
2002-08-28 Skip Montanaroadd warning about exception messages
2002-08-27 Raymond HettingerNote change in behavior from 1.5.2. The new argument...
2002-08-27 Barry WarsawWhitespace normalization.
2002-08-27 Barry WarsawTypo
2002-08-27 Peter Schneider... execfile should call PyErr_SetFromErrnoWithFilename...
2002-08-27 Fred DrakeAdd strong security warning about the rexec module.
2002-08-27 Fred DrakeDon't use tempfile.mktemp(), since it produces annoying...
2002-08-26 Fred DrakeFix a couple of whitespace consistency nits.
2002-08-26 Fred DrakeSimplify, and avoid PyModule_GetDict() while we're...
2002-08-26 Barry WarsawFix an inaccuracy in the comment
2002-08-26 Tim PetersGave intersection_update a speed boost.
2002-08-25 Tim PetersGave issubet() and issuperset() major speed boosts...
2002-08-25 Tim PetersGave __sub__/difference a factor of 2-5 speed boost.
2002-08-25 Tim PetersGave __xor__/symmetric_difference a factor of 2-5 speed...
2002-08-25 Tim PetersSped union by a factor of 3-4.
2002-08-25 Tim PetersSped intersection by large factors (3-5x faster than...
2002-08-25 Tim PetersAdded a clue about why xyz_update isn't the same as...
2002-08-25 Tim PetersImplemented <, <=, >, >= for sets, giving subset and...
2002-08-25 Tim PetersTestSubset(): Generalized the framework to support...
2002-08-25 Tim PetersRewrote all remaining assert stmts.
2002-08-25 Tim PetersSimplified construction of the test suite.
2002-08-25 Tim PetersSimplified code building sets of characters.
2002-08-25 Tim PetersAck! Virtually every test here relied on an assert...
2002-08-25 Tim PetersSimplified the setup for is-subset testing.
2002-08-25 Tim PetersRecord a clue about why __or__ is not union, etc.
2002-08-25 Raymond HettingerReplace 0 with False to match working in documentation...
2002-08-25 Raymond HettingerCorrect documentation of allow_reuse_address to match...
2002-08-25 Kurt B. Kaiser1. Revert subprocess environment clearing, will restart...
2002-08-24 Kurt B. KaiserImprove exception handling across rpc interface
2002-08-24 Raymond HettingerRemoved < <= > >= from the API. Implemented as compari...
2002-08-24 Guido van Rossumstring_contains(): speed up by avoiding function calls...
2002-08-24 Guido van RossumSpeed up the most egregious "if token in (long tuple...
2002-08-24 Guido van RossumSpeedup for PyObject_IsTrue(): check for True and False...
2002-08-24 Raymond HettingerAt Tim Peter's suggestion, propagated GvR's binary...
2002-08-24 Guido van RossumSpeedup for PyObject_RichCompareBool(): PyObject_RichCo...
2002-08-24 Raymond HettingerSince instances of _TemporarilyImmutableSet are always...
2002-08-24 Raymond HettingerExpanded tests for sets of sets.
2002-08-24 Raymond Hettinger1. Removed module self test in favor of unittests ...
2002-08-23 Fred DrakeFix typo reported to python-docs.
2002-08-23 Tim Peterspop() docstring: this isn't a randomly-chosen element...
2002-08-23 Tim PetersComment repair.
2002-08-23 Guido van RossumFix SF bug 599128, submitted by Inyeol Lee: .replace...
2002-08-23 Guido van RossumCode by Inyeol Lee, submitted to SF bug 595350, to...
2002-08-23 Tim PetersWhitespace normalization.
2002-08-23 Raymond HettingerFix markup and punctuation
2002-08-23 Tim PetersGot rid of the toy _Set class, in favor of sets.Set.
2002-08-23 Tim Peterss/_as_Temporarily_Immutable/_as_temporarily_immutable...
2002-08-23 Tim Peterspop(): An arbitrary element is removed, not a random...
2002-08-23 Fred DrakeAdjust the markup in a few places so this will actually...
2002-08-23 Fred DrakeAdd an entry for the sets module documentation.
2002-08-23 Raymond HettingerLoad docs for sets.py
2002-08-23 Guido van RossumRH pointed out that discard(element) doesn't do the...
2002-08-23 Guido van RossumThe error messages in err_args() -- which is only calle...
2002-08-23 Jack JansenAdded the standard MacOSX location for documentation...
2002-08-23 Guido van RossumRewritten using the tokenize module, which gives us...
2002-08-22 Jack JansenDon't build ConfigurePythonCarbon and ConfigurePythonCl...
2002-08-22 Jack JansenFor MacPython-OS9 verbose is the default.
2002-08-22 Jack JansenInterface to Apple Help Manager.
2002-08-22 Jack JansenMoved CoreFoundation type support to bgen/macsupport.
2002-08-22 Jack JansenAdded PyDoc_STR's.
2002-08-22 Greg WardTweak wordsep_re again: this time to recognize an em...
2002-08-22 Greg WardTest an em-dash with adjacent punctuation.
2002-08-22 Greg WardFactored out BaseTestCase.check_split() method -- use...
2002-08-22 Greg WardTest _split() method in test_unix_options().
2002-08-22 Greg WardAdd test_unix_options() to WrapTestCase to test for...
2002-08-22 Greg WardFix SF bug #596434: tweak wordsep_re so "--foo-bar...
2002-08-22 Guido van RossumStandardize behavior: no docstrings in test functions.
2002-08-22 Guido van RossumStandardize behavior: no docstrings in test functions...
2002-08-22 Guido van RossumStandardize behavior: no docstrings in test functions...
2002-08-22 Guido van RossumDocument that docstrings are verboten for test functions.
2002-08-22 Guido van RossumStandardize behavior: no docstrings in test functions...
2002-08-22 Guido van RossumStandardize behavior: no docstrings in test functions...
2002-08-22 Greg WardAdd test_em_dash() to WrapTestCase to make sure that...
2002-08-22 Guido van RossumStandardize behavior: no docstrings in test functions.
2002-08-22 Guido van RossumStandardize behavior: create a single suite merging...
2002-08-22 Guido van RossumStandardize behavior: no docstrings in test functions...
next