summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename the useless AC_INCLUDES_DEFAULT and protect the includes.Alexandre Vassalotti2009-07-171-9/+15
* Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t.Alexandre Vassalotti2009-07-171-56/+9
* Revert r74028.Georg Brandl2009-07-161-2/+2
* #6482: simplify "except: raise" to "finally:".Georg Brandl2009-07-161-2/+2
* #6466 refactored distutils duplicate get_versions() functions (used to get gc...Tarek Ziadé2009-07-167-111/+236
* Issue 6433: multiprocessing.pool.map hangs on empty listJesse Noller2009-07-164-0/+11
* #6481: fix typo in os.system() replacement.Georg Brandl2009-07-161-1/+1
* #6486: start with built in functions rather than "built in objects".Georg Brandl2009-07-161-2/+3
* #5910: fix kqueue for calls with more than one event.Georg Brandl2009-07-162-3/+20
* #6076 Add a title to the IDLE Preferences window.Amaury Forgeot d'Arc2009-07-151-0/+1
* Issue #2389: Pickle array objects using a list representation for portabilityAlexandre Vassalotti2009-07-152-35/+35
* methods' names pep8ificationEzio Melotti2009-07-151-127/+127
* update yearBenjamin Peterson2009-07-151-1/+1
* Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issu...Michael Foord2009-07-142-11/+2
* Document the newly added codecAmaury Forgeot d'Arc2009-07-131-0/+2
* Use a different VER command output parser to address the localizationMarc-André Lemburg2009-07-131-2/+17
* Use a new global DEV_NULL instead of hard-coding /dev/null into the systemMarc-André Lemburg2009-07-131-4/+20
* NEWS entry for r74000.Amaury Forgeot d'Arc2009-07-131-1/+3
* #1616979: Add the cp720 (Arabic DOS) encoding.Amaury Forgeot d'Arc2009-07-133-0/+379
* Set svn:eol-style=CRLF on all Visual Studio solution files.Amaury Forgeot d'Arc2009-07-136-1467/+1467
* Issue #6314: logging: Extra checks on the "level" argument in more places.Vinay Sajip2009-07-132-12/+21
* fix umlautBenjamin Peterson2009-07-131-1/+1
* change encoding to utf-8Benjamin Peterson2009-07-121-2/+2
* fix another nameBenjamin Peterson2009-07-121-1/+1
* change encoding to utf-8Benjamin Peterson2009-07-121-25/+25
* fix Tarek's nameBenjamin Peterson2009-07-121-1/+1
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-121-4/+41
* add JoeBenjamin Peterson2009-07-121-1/+2
* add versionaddedBenjamin Peterson2009-07-121-0/+2
* Fixed distutils test.Hirokazu Yamamoto2009-07-121-1/+1
* ignore things in Lib/test/data/Benjamin Peterson2009-07-112-0/+2
* put downloaded test support files in Lib/test/data instead of the cwdBenjamin Peterson2009-07-114-39/+5
* reverted changes for #6459 (doesn't apply on 2.x)Tarek Ziadé2009-07-113-7/+4
* #2622 Import errors in email.message, from a py2app standalone application.Amaury Forgeot d'Arc2009-07-119-18/+21
* array.array is actually a class.Georg Brandl2009-07-111-4/+3
* fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'Tarek Ziadé2009-07-113-4/+7
* #6456: clarify the meaning of constants used as arguments to nl_langinfo().Georg Brandl2009-07-111-133/+120
* cleaned up distutils.build_ext moduleTarek Ziadé2009-07-111-26/+16
* #6430: add note about size of "u" type.Georg Brandl2009-07-111-1/+6
* #6448: clarify docs for find_module().Georg Brandl2009-07-111-10/+11
* #6446: fix import_spam() function to use correct error and reference handling.Georg Brandl2009-07-111-9/+16
* Fix style.Georg Brandl2009-07-111-4/+4
* Add basic tests for the return value of os.popen().close().Amaury Forgeot d'Arc2009-07-111-0/+7
* http://bugs.python.org/issue6460Kristján Valur Jónsson2009-07-111-2/+8
* more cleanups and if zlib -> skipUnless(zlib)Ezio Melotti2009-07-101-90/+94
* #6447: typo in subprocess docstringAmaury Forgeot d'Arc2009-07-101-2/+2
* cleaned up distutils.command.buildTarek Ziadé2009-07-101-15/+5
* Added test coverage for distutils.command.buildTarek Ziadé2009-07-101-0/+54
* Fixed #6455 (the test shall use pyd files under win32, rather than so files)Tarek Ziadé2009-07-102-4/+7
* #6416: Fix compilation of the select module on Windows, as well as test_subpr...Amaury Forgeot d'Arc2009-07-094-7/+10