]> granicus.if.org Git - python/shortlog
python
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
2010-01-08 Antoine PitrouRemove obsolete warning filters in regrtest.py (from...
2010-01-08 Senthil KumaranFix for Issue7026. For the Error - RuntimeError: dictio...
2010-01-08 Antoine PitrouIssue #7092: Remove py3k warning when importing cPickle...
2010-01-08 Senthil KumaranReverting the Revision: 77368. I committed Flox's...
2010-01-08 Senthil KumaranFixing - Issue7026 - RuntimeError: dictionary changed...
2010-01-08 Mark DickinsonBackport some float repr tests that were missed in...
2010-01-07 Georg Brandl#7653: clarify how the PythonPath registry key should...
2010-01-07 Georg BrandlFix description for Py_GetPath(); it sounded like it...
2010-01-07 Antoine PitrouFix reattribution mistake when fixing attribution mistake!
2010-01-07 Antoine PitrouFix attribution. Florent actually repackaged and review...
2010-01-07 Antoine PitrouIssue #7455: Fix possible crash in cPickle on invalid...
2010-01-07 Mark DickinsonEric Smith was missing fro m the issue 7117 whatsnew...
2010-01-07 R. David MurrayFix inadvertent checkin of debug line.
2010-01-07 R. David MurrayAdd -W to the 'basics', 'opt', and 'all' test runs...
2010-01-06 Georg Brandl#5950: document that zip files with comments are unsupp...
2010-01-06 Georg Brandl#5991: let completion for the "help" command include...
2010-01-06 Georg BrandlSmall fixes to test_cmd: fix signature of do_shell...
2010-01-06 Mark DickinsonAdd missing docstring for Context.divmod. Thanks Juan...
2010-01-05 Georg BrandlAdd Stefan.
2010-01-05 Benjamin Petersonadd a test about hashing array.array
next