]> granicus.if.org Git - python/shortlog
python
2008-03-19 Eric SmithFixed compiler module so __future__ print_function...
2008-03-19 Gregory P.... Use zlib's crc32 routine instead of binascii when avail...
2008-03-19 Gregory P.... Mention that crc32 and adler32 are available in a diffe...
2008-03-19 Andrew M. KuchlingAdd Jeff Rush
2008-03-18 Eric SmithBackport of the print function, using a __future__...
2008-03-18 Raymond HettingerIssue: 2354: Add 3K warning for the cmp argument to...
2008-03-18 Raymond HettingerSpeed-up isinstance() for one easy case.
2008-03-18 Gregory P.... Add a test to make sure zlib.crc32 and binascii.crc32...
2008-03-18 Steven BethardAdd py3k warnings for code and method inequality compar...
2008-03-18 Steven BethardHave regrtest skip test_py3kwarn when the -3 flag is...
2008-03-18 David WoleverAdded a warning when -3 is enabled and None is passed...
2008-03-18 Brett CannonIgnore BIG5HKSCS-2004.TXT which is downloaded as part...
2008-03-18 Gregory P.... news entry for the chown fix
2008-03-18 Neal NorwitzImport the test properly. This is especially important...
2008-03-18 Steven BethardFix test_atexit so that it still passes when -3 is...
2008-03-18 Gregory P.... Fix chown on 64-bit linux. It needed to take a long...
2008-03-18 Steven Bethard_have_soundcard() is a bad check for winsound.Beep...
2008-03-18 Steven Bethardcell_compare needs to return -2 instead of NULL.
2008-03-18 Neal NorwitzGet regrtest working when re-running tests
2008-03-18 Steven BethardAdd py3k warnings for object, type, cell and dict compa...
2008-03-18 Brett CannonAdd Tools/scripts/patchcheck.py. Invoked from ``make...
2008-03-18 Sean ReifscheiderIssue 1577: shutil.move() where destination is a direct...
2008-03-18 Brett CannonCast the arguments to PyString_AsStringAndSize() to...
2008-03-18 Steven BethardUse test_support.unlink instead of os.unlink in tearDow...
2008-03-18 Brett CannonFix test_errno to only check for error numbers that...
2008-03-18 Brett CannonRemove all traces of HAVE_STRERROR.
2008-03-18 Thomas HellerInclude <alloca.h> on Solaris, see issue #1506.
2008-03-18 Martin v. LöwisNote that the stderr output of the test is intentional.
2008-03-18 Martin v. LöwisAdd WSA errors.
2008-03-18 Martin v. LöwisAdd more Linux error codes.
2008-03-18 Martin v. Löwisnorwitz-amd64 (gentoo) has EREMOTEIO.
2008-03-18 Trent NelsonThe behaviour of winsound.Beep() seems to differ betwee...
2008-03-18 Trent NelsonIssue 2286: bump up the stack size of the 64-bit debug...
2008-03-18 Neal NorwitzAdd some info to the failure messages
2008-03-18 Jeffrey YasskinAdd a -S/--slow flag to regrtest to have it print the...
2008-03-18 Brett CannonImprove the error message for a test that failed on...
2008-03-18 Neal NorwitzTry increasing the timeout to reduce the flakiness...
2008-03-18 Jeffrey YasskinSpeed up test_dict by about 10x by only checking select...
2008-03-18 Jeffrey YasskinSpeed test_thread up from 51.328s to 0.081s by reducing...
2008-03-18 Neal NorwitzIssue 2332: add new attribute names for instance method...
2008-03-18 Travis E. OliphantFinish backporting new buffer API to Python 2.6. Left...
2008-03-18 Guido van Rossum- Issue 2379: Raise a Py3K warning for __getitem__...
2008-03-18 Jeffrey YasskinBlock the "socket.ssl() is deprecated" warning from...
2008-03-18 Guido van RossumIssue #2341: Add a Py3k warning when raising an excepti...
2008-03-18 Brett CannonThe output directory for tests that compare against...
2008-03-18 Brett CannonRemove our implementation of memmove() and strerror...
2008-03-18 Brett Cannontest_errno was a no-op test; now it actually tests...
2008-03-18 Guido van RossumClean up the Py3k warnings for non-BaseException-subcla...
2008-03-18 Guido van Rossum- Issue #2371: Add a Py3k warning when catching an...
2008-03-18 Brett CannonMove test_extcall to doctest.
2008-03-18 Brett CannonConvert test_dummy_threading and test_dbm to unittest.
2008-03-18 Jeffrey YasskinFix build on platforms that don't have intptr_t. Patch...
2008-03-18 Brett CannonConvert test_strftime, test_getargs, and test_pep247...
2008-03-18 Gregory P.... Fix the IOError message text when opening a file with...
2008-03-17 Martin v. LöwisAdd David Wolever.
2008-03-17 Neal NorwitzIssue 2321: reduce memory usage (increase the memory...
2008-03-17 Eric SmithAdded PEP 3127 support to tokenize (with tests); added...
2008-03-17 Steven BethardDocument unicode.isnumeric() and unicode.isdecimal...
2008-03-17 Neal NorwitzUse a buffer large enough to ensure we don't overrun...
2008-03-17 Gregory P.... Force zlib.crc32 and zlib.adler32 to return a signed...
2008-03-17 Travis E. OliphantAdd necessary headers to back-port new buffer protocol...
2008-03-17 Eric SmithFinished backporting PEP 3127, Integer Literal Support...
2008-03-17 Martin v. LöwisAdd Trent Nelson.
2008-03-17 Jeffrey YasskinMake isinstance(OldstyleClass, NewstyleClass) return...
2008-03-17 Jeffrey YasskinAllow Gnu gcc's to build python on OSX by removing...
2008-03-17 Eric SmithReformated lines > 79 chars.
2008-03-17 Eric SmithIssue 2264: empty float presentation type needs to...
2008-03-17 Mark SummerfieldAdded a footnote to each pointing out that for XML...
2008-03-16 Vinay SajipClarified documentation on use of shutdown().
2008-03-16 Georg Brandl#2299: typos in newtypes.rst.
2008-03-16 Raymond HettingerUpdate docs to reflect removal of Exact/Inexact
2008-03-15 Neal NorwitzHandle memory allocation failure. Found by Adam Olsen
2008-03-15 Neal NorwitzAdd a warning for code like:
2008-03-15 Raymond HettingerZap one more use of Exact/Inexact.
2008-03-15 Raymond HettingerRemoved Exact/Inexact after discussion with Yasskin.
2008-03-15 Skip Montanaro.
2008-03-15 Skip Montanaroadd %f format to datetime - issue 1158
2008-03-15 Skip Montanaronote that fork and forkpty raise OSError on failure
2008-03-15 Georg BrandlFix lots of broken links in the docs, found by Sphinx...
2008-03-14 Georg BrandlRemove obsolete paragraph. #2288.
2008-03-14 Martin v. LöwisRun debug version, cd to PCbuild.
2008-03-14 Thomas HellerRemove unneeded initializer.
2008-03-14 Mark DickinsonIssue 705836: Fix struct.pack(">f", 1e40) to behave...
2008-03-14 Brett CannonRemove a bad test.
2008-03-14 Martin v. LöwisUse -x64 flag.
2008-03-14 Martin v. LöwisPatch #2284: add -x64 option to rt.bat.
2008-03-14 Raymond HettingerLeave heapreplace() unchanged.
2008-03-13 Brett CannonConvert test_fcntl to unittest.
2008-03-13 Brett CannonMove test_gdbm to use unittest.
2008-03-13 Brett CannonConvert test_contains, test_crypt, and test_select...
2008-03-13 Brett CannonMove test_tokenize to doctest.
2008-03-13 Brett CannonMove test_thread over to unittest. Commits GHOP 237.
2008-03-13 Raymond HettingerSimplify the nlargest() code using heappushpop().
2008-03-13 Raymond HettingerIssue 2274: Add heapq.heappushpop().
2008-03-13 Raymond HettingerConsistent tense.
2008-03-13 Raymond HettingerAdd 2-to-3 support for the itertools moved to builtins...
2008-03-13 Andrew M. KuchlingAdd class decorators
2008-03-13 Georg Brandl#1720705: add docs about import/threading interaction...
2008-03-13 Georg Brandl#2270: fix typo.
2008-03-13 Georg Brandl#2265: fix example.
next