summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add some itemsAndrew M. Kuchling2009-12-311-9/+27
* #7613: missing ) in flmodule.cEzio Melotti2009-12-311-1/+1
* indentation and further alignment with py3kEzio Melotti2009-12-311-3/+3
* cleanup and refactoringEzio Melotti2009-12-311-128/+123
* add a --with-system-expat option to build pyexpat against the system's lib #7609Benjamin Peterson2009-12-314-27/+61
* Merged revisions 77158 via svnmerge fromBenjamin Peterson2009-12-301-0/+5
* check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604)Benjamin Peterson2009-12-304-6/+27
* We only support Windows NT derivatives now.Georg Brandl2009-12-302-5/+2
* #7602: improve "clean" and "checkout" targets now that all tools are in exter...Georg Brandl2009-12-301-5/+4
* #7487: update Pygments version.Georg Brandl2009-12-302-2/+2
* Use new Pygments version.Georg Brandl2009-12-301-1/+1
* Add Marcos Donolo for work on issue 7534 patch.Mark Dickinson2009-12-301-0/+1
* Issue #7534: Fix handling of nans, infinities, and negative zero in **Mark Dickinson2009-12-304-25/+294
* #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ...Ezio Melotti2009-12-304-510/+489
* wrap long lineBenjamin Peterson2009-12-301-1/+2
* only build the nis module when the headers are found #7589Benjamin Peterson2009-12-302-1/+4
* Add various itemsAndrew M. Kuchling2009-12-291-3/+68
* #7579: Add docstrings to the msvcrt moduleAmaury Forgeot d'Arc2009-12-292-14/+107
* #7413: Passing '\0' as the separator to datetime.datetime.isoformat()Amaury Forgeot d'Arc2009-12-293-9/+18
* #7595: fix typo in argument default constant.Georg Brandl2009-12-292-2/+2
* Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel,Mark Dickinson2009-12-291-1/+7
* Various additionsAndrew M. Kuchling2009-12-291-26/+66
* Fix wrong markup.Georg Brandl2009-12-291-2/+2
* Improve markup of ctypes docs.Georg Brandl2009-12-291-321/+326