summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #7617: all flavors of gcc should be recognized nowTarek Ziadé2010-01-083-2/+21
* Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch byAntoine Pitrou2010-01-081-9/+0
* Fix for Issue7026. For the Error - RuntimeError: dictionary changed size duri...Senthil Kumaran2010-01-081-1/+1
* Issue #7092: Remove py3k warning when importing cPickle. 2to3 handlesAntoine Pitrou2010-01-083-7/+6
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-08107-800/+442
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-08107-442/+800
* Backport some float repr tests that were missed in issue 7117.Mark Dickinson2010-01-081-0/+49
* #7653: clarify how the PythonPath registry key should look like.Georg Brandl2010-01-071-6/+7
* Fix description for Py_GetPath(); it sounded like it always returned sys.path.Georg Brandl2010-01-071-8/+9
* Fix reattribution mistake when fixing attribution mistake!Antoine Pitrou2010-01-071-2/+2
* Fix attribution. Florent actually repackaged and reviewed Victor's patch (sor...Antoine Pitrou2010-01-071-1/+1
* Issue #7455: Fix possible crash in cPickle on invalid input. Patch byAntoine Pitrou2010-01-073-1/+13
* Eric Smith was missing fro m the issue 7117 whatsnew attribution.Mark Dickinson2010-01-071-2/+2
* Fix inadvertent checkin of debug line.R. David Murray2010-01-071-1/+1
* Add -W to the 'basics', 'opt', and 'all' test runs so that we get verboseR. David Murray2010-01-071-4/+4
* #5950: document that zip files with comments are unsupported in zipimport.Georg Brandl2010-01-061-0/+2
* #5991: let completion for the "help" command include help topics.Georg Brandl2010-01-062-13/+11
* Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, ...Georg Brandl2010-01-061-2/+4
* Add missing docstring for Context.divmod. Thanks Juan José Conti.Mark Dickinson2010-01-061-0/+7
* Add Stefan.Georg Brandl2010-01-051-0/+3
* add a test about hashing array.arrayBenjamin Peterson2010-01-051-0/+9
* Kill a couple of "<>"Antoine Pitrou2010-01-043-6/+6
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-0418-88/+99
* #3340: document print/get_usage and print/get_versionEzio Melotti2010-01-041-0/+26
* Fix typo in comment.Mark Dickinson2010-01-041-1/+1
* fixed markup errorsEzio Melotti2010-01-043-3/+3
* factor out __complex__ lookup code to fix another caseBenjamin Peterson2010-01-041-50/+44
* do correct lookup of the __complex__ methodBenjamin Peterson2010-01-043-8/+20
* Credit Nir Aides for r77288Antoine Pitrou2010-01-031-0/+1
* Issue #7471: Improve the performance of GzipFile's buffering mechanism,Antoine Pitrou2010-01-033-58/+58
* Fix testSourceAddress to not test the host, it wasn't passing on some platforms.Gregory P. Smith2010-01-031-9/+4
* remove an obsolete file that should've gone with r77252Gregory P. Smith2010-01-031-28/+0
* Update doc build step.Georg Brandl2010-01-031-19/+3
* Make use of PyLong_AsLongAndOverflow in math_ldexp.Mark Dickinson2010-01-031-20/+7
* :stmt: -> :keyword:Ezio Melotti2010-01-031-1/+1
* #7618: fix highlight of code blocksEzio Melotti2010-01-031-7/+19
* r77152 to Doc/Makefile broke doc build due to (at least some) makeKurt B. Kaiser2010-01-031-3/+3
* issue3972: HTTPConnection and HTTPSConnection now support aGregory P. Smith2010-01-035-12/+61
* Adds an optional source_address parameter to socket.create_connection().Gregory P. Smith2010-01-034-5/+32
* Add a few itemsAndrew M. Kuchling2010-01-031-13/+20
* make setup.py similar to py3k's when reporting on _hashlib as missing or not.Gregory P. Smith2010-01-031-12/+14
* Import all implementations of the hash algorithms (OpenSSL & builtin) and runGregory P. Smith2010-01-031-10/+75
* Fix typo.Georg Brandl2010-01-021-1/+1
* mention the r77252 changeGregory P. Smith2010-01-021-1/+4
* Issue #3745: Undo the requirement for new buffer API only objects to be passedGregory P. Smith2010-01-026-160/+87
* Always compile the all versions of the hashlib algorithm modules when PythonGregory P. Smith2010-01-021-5/+11
* Remove silly conditional.Antoine Pitrou2010-01-021-4/+2
* Add tests for issue #7458: str.rfind() would crash when called with an invalidAntoine Pitrou2010-01-021-0/+6
* Correct documentation for s* z* and w*, the argument that should be passedGregory P. Smith2010-01-021-3/+3
* Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,Antoine Pitrou2010-01-0211-151/+150