]> granicus.if.org Git - python/shortlog
python
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...
2010-01-16 R. David MurrayIssue #1670765: Prevent email.generator.Generator from...
2010-01-16 Sean Reifscheiderissue5063: Fixes for building RPM on CentOS plus misc...
2010-01-15 Vinay SajipFixed issue-number mistake in NEWS update.
2010-01-15 Benjamin Petersontry to fix for windows
2010-01-15 Brett CannonRemove C++/C99-style comments.
2010-01-15 Antoine PitrouIssue #7701: Fix crash in binascii.b2a_uu() in debug...
2010-01-14 Brett CannonThe silencing of DeprecationWarning was not taking...
2010-01-14 Antoine PitrouIssue #3299: Fix possible crash in the _sre module...
2010-01-14 Antoine PitrouIssue #7703: Add support for the new buffer API to...
2010-01-14 Mark DickinsonIssue #7632: add tests for bugs fixed so far.
2010-01-14 Mark DickinsonIssue 7632: fix incorrect rounding for long input...
2010-01-14 Mark DickinsonIssue 7632: fix a dtoa.c bug (bug 6) causing incorrect...
2010-01-14 Mark DickinsonFix off-by-one error introduced in r77483. I have...
2010-01-14 Ezio MelottiFixed typo
2010-01-14 Benjamin Petersonuse more robust quoting
2010-01-14 Skip MontanaroUpdate PyEval_EvalFrame to PyEval_EvalFrameEx. This...
2010-01-13 Mark DickinsonMore dtoa.c cleanup; remove the need for bc.dplen...
2010-01-13 Mark DickinsonFix buggy comparison: LHS of comparison was being...
2010-01-13 Mark DickinsonSimplify and annotate the bigcomp function, removing...
2010-01-13 Mark DickinsonClarify that sulp expects a nonnegative input, but...
2010-01-13 Mark DickinsonAdd comments explaining the role of the bigcomp functio...
2010-01-13 Antoine PitrouIssue #7625: Add more tests that bytearray methods...
2010-01-13 Antoine PitrouAdd ACKS entry for r77472.
2010-01-13 Antoine PitrouIssue #2846: Add support for gzip.GzipFile reading...
2010-01-13 Antoine PitrouSanitize bloom filter macros
2010-01-13 Antoine PitrouTest commit to try to diagnose failures of the IA-64...
2010-01-13 Antoine PitrouUse `with`
2010-01-13 Antoine PitrouIssue #7661: Allow ctypes to be built from a non-ASCII...
2010-01-13 Antoine PitrouFix Windows build (re r77461)
2010-01-13 Antoine PitrouIssue #7622: Improve the split(), rsplit(), splitlines...
2010-01-13 Ezio Melotti#7685: typo
2010-01-12 Mark DickinsonIssue #7632: Fix a bug in dtoa.c that could lead to...
2010-01-12 Mark DickinsonIssue #7632: Fix a problem with _Py_dg_strtod that...
2010-01-12 Antoine PitrouIssue #7654: enable additional bytes/bytearray tests...
2010-01-12 Alexandre VassalottiAdded documentation for dictionary views fixer.
2010-01-12 Ezio Melotti#5827: make sure that normpath preserves unicode
2010-01-12 Alexandre VassalottiFixed repr of dictionary views.
2010-01-11 Tarek Ziadémodule cleanup
2010-01-11 Alexandre VassalottiIssue #1967: Backport dictionary views.
2010-01-11 Alexandre VassalottiAdd missing NEWS entry for r77422.
2010-01-11 Tarek ZiadéFixed #5372: .o files are now always rebuilt because...
2010-01-11 Alexandre VassalottiUpdate version information for AST changes in r77422.
2010-01-11 Alexandre VassalottiIssue #2333: Backport set and dict comprehensions syntax.
2010-01-11 Mark DickinsonChange a variable type to avoid signed overflow; replac...
2010-01-10 Benjamin Petersonfix test_popen when the path to python has spaces ...
2010-01-10 R. David MurrayIssue #7119: document that a program-generated Message...
2010-01-10 Senthil KumaranFixed issue7648 - test_urllib2 fails on Windows if...
2010-01-10 Mark DickinsonRemove unused BCinfo fields and an unused macro.
2010-01-10 Martin v. LöwisUpdate root certificate to CAcert.
2010-01-10 Brett CannonDeprecationWarning is now silent by default.
2010-01-10 Brett CannonUpdate the version # of Python-ast.c based on the backp...
2010-01-09 Alexandre VassalottiIssue #2335: Backport set literals syntax from Python...
2010-01-09 Mark DickinsonIssue #7532: Add additional slicing test cases for...
2010-01-09 Benjamin Petersonpost release version adjustment
2010-01-09 Benjamin Petersontag 2.7 alpha 2
2010-01-09 Benjamin Petersonbump version to 2.7a2 v2.7a2
2010-01-09 Georg Brandl#7422: make it clear that getargspec() only works on...
2010-01-08 Tarek ZiadéFixed #7617: all flavors of gcc should be recognized now
next