summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDoubleMark Dickinson2010-01-023-240/+168
* Clarify that the rect, phase and polar functions work with radians.Mark Dickinson2010-01-021-2/+2
* Fix casing.Georg Brandl2010-01-021-1/+1
* Make script work with 2.5.Martin v. Löwis2010-01-021-0/+1
* Update Windows build to sqlite 3.6.21.Martin v. Löwis2010-01-025-7/+7
* remove use of deprecated os.popen #7619Benjamin Peterson2010-01-021-3/+8
* Issue #5080: turn the DeprecationWarning from float arguments passedMark Dickinson2010-01-016-28/+65
* allow --with-dbmliborder to specify that no dbm modules will be built #6491Benjamin Peterson2010-01-012-3/+7
* fix indentationBenjamin Peterson2010-01-011-1/+1
* add noteBenjamin Peterson2010-01-011-0/+3
* use pkg-config to find the libffi headers when --with-system-ffi is used #6943Benjamin Peterson2010-01-014-3/+128
* More yearly updates.Georg Brandl2010-01-0112-14/+14
* more copyright year updatesEzio Melotti2010-01-013-3/+3
* update copyright yearBenjamin Peterson2010-01-012-4/+4
* Add some missing command-line options to the main list. All but -V were alreadyBrett Cannon2010-01-011-2/+4
* More configure fixes: avoid sh 'integer argument expected' error when 'long l...Mark Dickinson2009-12-312-7/+16
* Add missing quotes.Mark Dickinson2009-12-312-3/+3
* add another advancementBenjamin Peterson2009-12-311-3/+4
* Add various itemsAndrew M. Kuchling2009-12-311-1/+26
* update expat commentBenjamin Peterson2009-12-311-6/+6