| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded resu... | Mark Dickinson | 2010-01-12 | 1 | -0/+102 |
|
|
* | Issue #7632: Fix a problem with _Py_dg_strtod that could lead to | Mark Dickinson | 2010-01-12 | 1 | -0/+7 |
|
|
* | Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna. | Antoine Pitrou | 2010-01-12 | 1 | -15/+10 |
|
|
* | #5827: make sure that normpath preserves unicode | Ezio Melotti | 2010-01-12 | 2 | -0/+10 |
|
|
* | Fixed repr of dictionary views. | Alexandre Vassalotti | 2010-01-12 | 1 | -3/+12 |
|
|
* | Issue #1967: Backport dictionary views. | Alexandre Vassalotti | 2010-01-11 | 1 | -0/+84 |
|
|
* | Issue #2333: Backport set and dict comprehensions syntax. | Alexandre Vassalotti | 2010-01-11 | 5 | -0/+256 |
|
|
* | fix test_popen when the path to python has spaces #7671 | Benjamin Peterson | 2010-01-10 | 1 | -3/+1 |
|
|
* | Fixed issue7648 - test_urllib2 fails on Windows if not run from C: | Senthil Kumaran | 2010-01-10 | 1 | -3/+6 |
|
|
* | Update root certificate to CAcert. | Martin v. Löwis | 2010-01-10 | 1 | -25/+40 |
|
|
* | DeprecationWarning is now silent by default. | Brett Cannon | 2010-01-10 | 2 | -0/+3 |
|
|
* | Issue #2335: Backport set literals syntax from Python 3.x. | Alexandre Vassalotti | 2010-01-09 | 3 | -1/+20 |
|
|
* | Issue #7532: Add additional slicing test cases for new- and old-style | Mark Dickinson | 2010-01-09 | 1 | -2/+97 |
|
|
* | Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch by | Antoine Pitrou | 2010-01-08 | 1 | -9/+0 |
|
|
* | Fix for Issue7026. For the Error - RuntimeError: dictionary changed size duri... | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
|
|
* | Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles | Antoine Pitrou | 2010-01-08 | 1 | -1/+1 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 107 | -800/+442 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 107 | -442/+800 |
|
|
* | Backport some float repr tests that were missed in issue 7117. | Mark Dickinson | 2010-01-08 | 1 | -0/+49 |
|
|
* | Issue #7455: Fix possible crash in cPickle on invalid input. Patch by | Antoine Pitrou | 2010-01-07 | 1 | -0/+9 |
|
|
* | #5991: let completion for the "help" command include help topics. | Georg Brandl | 2010-01-06 | 1 | -2/+4 |
|
|
* | Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, ... | Georg Brandl | 2010-01-06 | 1 | -2/+4 |
|
|
* | add a test about hashing array.array | Benjamin Peterson | 2010-01-05 | 1 | -0/+9 |
|
|
* | Kill a couple of "<>" | Antoine Pitrou | 2010-01-04 | 1 | -2/+2 |
|
|
* | do correct lookup of the __complex__ method | Benjamin Peterson | 2010-01-04 | 1 | -0/+3 |
|
|
* | Issue #7471: Improve the performance of GzipFile's buffering mechanism, | Antoine Pitrou | 2010-01-03 | 1 | -0/+11 |
|
|
* | Fix testSourceAddress to not test the host, it wasn't passing on some platforms. | Gregory P. Smith | 2010-01-03 | 1 | -9/+4 |
|
|
* | issue3972: HTTPConnection and HTTPSConnection now support a | Gregory P. Smith | 2010-01-03 | 1 | -2/+35 |
|
|
* | Adds an optional source_address parameter to socket.create_connection(). | Gregory P. Smith | 2010-01-03 | 1 | -1/+14 |
|
|
* | Import all implementations of the hash algorithms (OpenSSL & builtin) and run | Gregory P. Smith | 2010-01-03 | 1 | -10/+75 |
|
|
* | Issue #3745: Undo the requirement for new buffer API only objects to be passed | Gregory P. Smith | 2010-01-02 | 1 | -11/+16 |
|
|
* | Remove silly conditional. | Antoine Pitrou | 2010-01-02 | 1 | -4/+2 |
|
|
* | Add tests for issue #7458: str.rfind() would crash when called with an invalid | Antoine Pitrou | 2010-01-02 | 1 | -0/+6 |
|
|
* | Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, | Antoine Pitrou | 2010-01-02 | 2 | -3/+33 |
|
|
* | Issue #5080: turn the DeprecationWarning from float arguments passed | Mark Dickinson | 2010-01-01 | 3 | -25/+29 |
|
|
* | More yearly updates. | Georg Brandl | 2010-01-01 | 2 | -3/+3 |
|
|
* | indentation and further alignment with py3k | Ezio Melotti | 2009-12-31 | 1 | -3/+3 |
|
|
* | cleanup and refactoring | Ezio Melotti | 2009-12-31 | 1 | -128/+123 |
|
|
* | check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) | Benjamin Peterson | 2009-12-30 | 1 | -0/+5 |
|
|
* | Issue #7534: Fix handling of nans, infinities, and negative zero in ** | Mark Dickinson | 2009-12-30 | 2 | -2/+216 |
|
|
* | #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ... | Ezio Melotti | 2009-12-30 | 1 | -489/+452 |
|
|
* | #7413: Passing '\0' as the separator to datetime.datetime.isoformat() | Amaury Forgeot d'Arc | 2009-12-29 | 1 | -0/+1 |
|
|
* | Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel, | Mark Dickinson | 2009-12-29 | 1 | -1/+7 |
|
|
* | enable test_main.py | Benjamin Peterson | 2009-12-29 | 1 | -2/+3 |
|
|
* | #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ... | Georg Brandl | 2009-12-28 | 1 | -0/+39 |
|
|
* | Use a more idiomatic check in check_truediv. | Mark Dickinson | 2009-12-27 | 1 | -3/+2 |
|
|
* | Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus ... | Mark Dickinson | 2009-12-27 | 1 | -1/+2 |
|
|
* | Issue #1811: Improve accuracy and consistency of true division for integers. | Mark Dickinson | 2009-12-27 | 1 | -0/+168 |
|
|
* | #6108: unicode(exception) and str(exception) should return the same message | Ezio Melotti | 2009-12-24 | 1 | -1/+109 |
|
|
* | fix alleged refleak | Benjamin Peterson | 2009-12-24 | 1 | -3/+8 |
|
|