]> granicus.if.org Git - python/shortlog
python
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
2010-01-04 Antoine PitrouKill a couple of "<>"
2010-01-04 Antoine PitrouIssue #7092: Fix the DeprecationWarnings emitted by...
2010-01-04 Ezio Melotti#3340: document print/get_usage and print/get_version
2010-01-04 Mark DickinsonFix typo in comment.
2010-01-04 Ezio Melottifixed markup errors
2010-01-04 Benjamin Petersonfactor out __complex__ lookup code to fix another case
2010-01-04 Benjamin Petersondo correct lookup of the __complex__ method
2010-01-03 Antoine PitrouCredit Nir Aides for r77288
2010-01-03 Antoine PitrouIssue #7471: Improve the performance of GzipFile's...
2010-01-03 Gregory P.... Fix testSourceAddress to not test the host, it wasn...
2010-01-03 Gregory P.... remove an obsolete file that should've gone with r77252
2010-01-03 Georg BrandlUpdate doc build step.
2010-01-03 Mark DickinsonMake use of PyLong_AsLongAndOverflow in math_ldexp.
2010-01-03 Ezio Melotti:stmt: -> :keyword:
2010-01-03 Ezio Melotti#7618: fix highlight of code blocks
2010-01-03 Kurt B. Kaiserr77152 to Doc/Makefile broke doc build due to (at least...
2010-01-03 Gregory P.... issue3972: HTTPConnection and HTTPSConnection now support a
2010-01-03 Gregory P.... Adds an optional source_address parameter to socket...
2010-01-03 Andrew M. KuchlingAdd a few items
2010-01-03 Gregory P.... make setup.py similar to py3k's when reporting on _hash...
2010-01-03 Gregory P.... Import all implementations of the hash algorithms ...
2010-01-02 Georg BrandlFix typo.
2010-01-02 Gregory P.... mention the r77252 change
2010-01-02 Gregory P.... Issue #3745: Undo the requirement for new buffer API...
2010-01-02 Gregory P.... Always compile the all versions of the hashlib algorith...
2010-01-02 Antoine PitrouRemove silly conditional.
2010-01-02 Antoine PitrouAdd tests for issue #7458: str.rfind() would crash...
2010-01-02 Gregory P.... Correct documentation for s* z* and w*, the argument...
2010-01-02 Antoine PitrouIssue #7462: Implement the stringlib fast search algori...
2010-01-02 Mark DickinsonRefactor some longobject internals: PyLong_AsDouble...
2010-01-02 Mark DickinsonClarify that the rect, phase and polar functions work...
2010-01-02 Georg BrandlFix casing.
2010-01-02 Martin v. LöwisMake script work with 2.5.
2010-01-02 Martin v. LöwisUpdate Windows build to sqlite 3.6.21.
2010-01-02 Benjamin Petersonremove use of deprecated os.popen #7619
2010-01-01 Mark DickinsonIssue #5080: turn the DeprecationWarning from float...
2010-01-01 Benjamin Petersonallow --with-dbmliborder to specify that no dbm modules...
2010-01-01 Benjamin Petersonfix indentation
2010-01-01 Benjamin Petersonadd note
2010-01-01 Benjamin Petersonuse pkg-config to find the libffi headers when --with...
2010-01-01 Georg BrandlMore yearly updates.
2010-01-01 Ezio Melottimore copyright year updates
2010-01-01 Benjamin Petersonupdate copyright year
next