]> granicus.if.org Git - python/shortlog
python
2010-02-01 Martin v. LöwisMerged revisions 77855-77856,77870 via svnmerge from
2010-01-31 Victor StinnerIssue #7819: Check sys.call_tracing() arguments types.
2010-01-31 Antoine Pitrou- Issue #6939: Fix file I/O objects in the `io` module...
2010-01-31 Michael FoordMinor modification to unittest documentation.
2010-01-31 Georg BrandlFix-up ftplib documentation:
2010-01-31 Benjamin Petersonmove distutils.rst to different toc
2010-01-31 Benjamin Petersonfix windows buildbot
2010-01-31 Matthias Klose- Fix typo in os.execvp docstring.
2010-01-31 Matthias Klose- Update python manual page (options -B, -O0, -s, envir...
2010-01-31 Ezio Melotti#7092: silence more -3 and -Wd warnings
2010-01-30 Benjamin Petersonbe robust against test being run over and over (such...
2010-01-30 Benjamin Petersonmove test outside WITH_THREAD section
2010-01-30 Georg Brandl#7802: fix invalid example (heh).
2010-01-30 Ezio MelottiUse the correct markup for args
2010-01-30 Ezio MelottiRelocate a couple of stars and remove redundant backticks
2010-01-30 Martin v. LöwisMerged revisions 77419,77435 via svnmerge from
2010-01-30 Mark DickinsonIssue #7767: Add new C-API function PyLong_AsLongLongAn...
2010-01-30 Ezio Melotti#7092: silence py3k warnings for deprecated modules
2010-01-30 Victor Stinner#7801: fix xmlrpclib binary example, open the picture...
2010-01-30 Martin v. LöwisAdd Victor Stinner.
2010-01-29 R. David MurrayFix typo in assertSequenceEqual docstring.
2010-01-29 Mark DickinsonIssue #7788: Fix a crash produced by deleting a list...
2010-01-28 R. David MurrayChange error report when the object passed to suite...
2010-01-28 Benjamin Petersonavoid a py3k warning from __hash__
2010-01-28 Benjamin Petersonan -> a
2010-01-28 Ezio Melottiavoid to use zlib when the compress type is not ZIP_DEF...
2010-01-28 Benjamin Petersonadd compat note
2010-01-27 Antoine PitrouIssue #7610: Reworked implementation of the internal
2010-01-27 Ezio Melotti#7765: typos
2010-01-27 Jesse NollerIssue #6963: Added maxtasksperchild argument to multipr...
2010-01-27 Benjamin Petersonraise a clear TypeError when trying to register a non...
2010-01-27 Benjamin Petersonfor UserDict to be compatible with abcs, it must subcla...
2010-01-27 Eric SmithAdded named (but not numbered) attributes to sys.getwin...
2010-01-27 Eric SmithSwitch to test_support.get_attribute.
2010-01-27 Eric SmithRemoved unneeded test.
2010-01-27 Eric SmithFix type on getwindowsversion documentation. Thanks...
2010-01-27 Eric SmithIssue #7766: Change sys.getwindowsversion() return...
2010-01-26 Tarek Ziadéadded local get_platform/set_platform APIs in distutils...
2010-01-26 Tarek Ziadéreintroduced the names in Distutils for APIs that were...
2010-01-26 Tarek Ziadéfixed bdist_msi imports and added a test module for...
2010-01-26 Ezio Melotti#7092: fix DeprecationWarnings for json when the tests...
2010-01-25 Tarek Ziadéswitched the call order so this call works without...
2010-01-25 Ezio MelottiAdd a news entry for the functions verify and vereq...
2010-01-25 Ezio Melotti#7775: fixed docstring for rpartition
2010-01-25 Facundo BatistaAdded a note about Event.is_set() syntax being new...
2010-01-25 Benjamin Petersoncompare types with is not ==
2010-01-25 Benjamin Petersonmention from_float() in error message
2010-01-25 Benjamin Petersonfix an UnboundLocalError when the release file is empty...
2010-01-24 Ezio Melotti#7269: fix failures in test_bsddb3. Patch by Florent...
2010-01-24 Ezio Melottiremove archaic functions from test_support
2010-01-24 Ezio Melottiuse assert[Not]IsInstance where appropriate
2010-01-24 Tarek ZiadéFixed #7748: now upload and register commands don't...
2010-01-23 Ezio Melottiuse assert[Not]In where appropriate
2010-01-23 Mark Dickinsondtoa.c fix from upstream that fixes incorrectly rounded...
2010-01-23 Mark DickinsonIssue #7743: Add checks for zero inputs to the lshift...
2010-01-23 Tarek Ziadéfixed the 64bits tests for get_platform() - mac osx
2010-01-23 Ezio MelottiIncreased the overflow value on test_dealloc to make...
2010-01-23 Tarek Ziadétaking sysconfig out of distutils
2010-01-23 Georg Brandl#7725: fix referencing issue.
2010-01-23 Georg Brandl#7762: fix refcount annotation of PyUnicode_Tailmatch().
2010-01-22 Mark DickinsonIssue #7743: Fix a potential incorrect rounding bug...
2010-01-22 Ezio MelottiThis should fix the failure introduced in r77680. The...
2010-01-22 Mark DickinsonCorrect typo in comment.
2010-01-22 Matthias Klose- Expat: Fix DoS via XML document with malformed UTF...
2010-01-22 Matthias Klose- Mention CVE-2009-3720 for change in r74429.
2010-01-21 Ezio Melotti#7746: rephrase a sentence
2010-01-21 Mark DickinsonUse // for floor division.
2010-01-21 Mark DickinsonAdd two more test_strtod test values.
2010-01-21 Mark DickinsonAdditional testcases for strtod.
2010-01-20 Mark DickinsonAdditional explanatory comments for _Py_dg_strtod.
2010-01-20 Mark DickinsonDon't try to put a value into a NULL pointer.
2010-01-20 Mark DickinsonVarious dtoa.c cleanups. 1. Despagghetify _Py_dg_strto...
2010-01-19 Gregory P.... Revert debugprint code in r77607.
2010-01-19 Gregory P.... Do not compile stubs for the sha2 series hashes in...
2010-01-19 Gregory P.... Add a pydebug mode only debug print to help debug the...
2010-01-18 Benjamin Petersondata descriptors do not override the class dictionary...
2010-01-18 Antoine PitrouAdd a NEWS entry for r77599 and r77600.
2010-01-18 Antoine PitrouAdd ccbench to the Tools directory
2010-01-18 Antoine PitrouAdd iobench to the Tools directory (see December python...
2010-01-18 Ezio Melotti#7730: remove spaces after functions names
2010-01-17 Georg BrandlFix internal reference.
2010-01-17 Mark DickinsonIssue #7632: When Py_USING_MEMORY_DEBUGGER is defined...
2010-01-17 Ronald OussorenExplicitly use /usr/bin/arch on OSX, fixes issue 7715
2010-01-17 Ronald OussorenThis patch ensures that the configure-script mentions...
2010-01-17 Ronald Oussoren- Issue #7658: Ensure that the new pythonw executable...
2010-01-17 Antoine PitrouUse PyAPI_DATA.
2010-01-17 Mark DickinsonIssue #7632: Fix a memory leak in _Py_dg_strtod.
2010-01-17 Ronald OussorenAdd text to Mac/README to warn about non-universal...
2010-01-17 Antoine PitrouIssue #7561: Operations on empty bytearrays (such as...
2010-01-17 Georg BrandlAdd note about usage of STRINGLIB_EMPTY.
2010-01-17 Mark DickinsonIncrease number of strtod tests slightly, to make it...
2010-01-17 Georg Brandl#7699: improve datetime docs: straightforward linking...
2010-01-16 Mark DickinsonAdd better error reporting for MemoryErrors caused...
2010-01-16 Ezio Melottiremove wrong markup
2010-01-16 Ezio Melottitypo: use one instead instead of two
2010-01-16 Mark DickinsonFix multiple uses of variable 'L' in _Py_dg_strtod...
2010-01-16 Mark DickinsonIssue #7632: Fix one more case of incorrect rounding...
2010-01-16 Antoine PitrouFollowup to #7703: a2b_hqx() didn't follow the new...
2010-01-16 R. David MurrayFix issue number in comment.
2010-01-16 Mark DickinsonIssue #7632: Fix a serious wrong output bug for string...
next