Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a check to ensure the correct autoconf version is used | Alexandre Vassalotti | 2009-07-18 | 1 | -1/+9 | |
| | | | | | | for generating the configure script. Original idea by Martin von Löwis. | |||||
* | Regenerate configure script using autoconf 2.61. | Alexandre Vassalotti | 2009-07-17 | 2 | -209/+1328 | |
| | ||||||
* | Revert r74048. | Alexandre Vassalotti | 2009-07-17 | 2 | -6830/+5010 | |
| | ||||||
* | Fix GCC warning about fprintf used without a string literal and | Alexandre Vassalotti | 2009-07-17 | 1 | -3/+3 | |
| | | | | without format arguments. | |||||
* | Initialize variables in PyCurses_getsyx() to avoid compiler warnings. | Alexandre Vassalotti | 2009-07-17 | 1 | -1/+2 | |
| | ||||||
* | Regenerate configure script. | Alexandre Vassalotti | 2009-07-17 | 2 | -5010/+6830 | |
| | ||||||
* | Double-quote the test case for %zd printf() format support to avoid | Alexandre Vassalotti | 2009-07-17 | 1 | -4/+5 | |
| | | | | mangling the array declarations in it. | |||||
* | NEWS about r74040. | Hirokazu Yamamoto | 2009-07-17 | 1 | -0/+2 | |
| | ||||||
* | Issue #6415: Fixed warnings.warn sagfault on bad formatted string. | Hirokazu Yamamoto | 2009-07-17 | 2 | -0/+15 | |
| | ||||||
* | Clean up the test case for broken poll(). | Alexandre Vassalotti | 2009-07-17 | 1 | -15/+9 | |
| | ||||||
* | Double-quote the test cases for chflags() and lchflags() | Alexandre Vassalotti | 2009-07-17 | 1 | -4/+4 | |
| | | | | to ensure they don't get mangled. | |||||
* | Cache the results of all runtime checks. | Alexandre Vassalotti | 2009-07-17 | 1 | -37/+64 | |
| | | | | | | | This will be helpful to people who want to compile Python with a cross-compiler. Now you can upload the configure script on your host machine, run it with caching enabled, and download the cached results on your build machine. | |||||
* | Rename the useless AC_INCLUDES_DEFAULT and protect the includes. | Alexandre Vassalotti | 2009-07-17 | 1 | -9/+15 | |
| | | | | This is mostly an aesthetic change. | |||||
* | Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t. | Alexandre Vassalotti | 2009-07-17 | 1 | -56/+9 | |
| | ||||||
* | Revert r74028. | Georg Brandl | 2009-07-16 | 1 | -2/+2 | |
| | ||||||
* | #6482: simplify "except: raise" to "finally:". | Georg Brandl | 2009-07-16 | 1 | -2/+2 | |
| | ||||||
* | #6466 refactored distutils duplicate get_versions() functions (used to get ↵ | Tarek Ziadé | 2009-07-16 | 7 | -111/+236 | |
| | | | | gcc/ld/dllwrap versions) | |||||
* | Issue 6433: multiprocessing.pool.map hangs on empty list | Jesse Noller | 2009-07-16 | 4 | -0/+11 | |
| | ||||||
* | #6481: fix typo in os.system() replacement. | Georg Brandl | 2009-07-16 | 1 | -1/+1 | |
| | ||||||
* | #6486: start with built in functions rather than "built in objects". | Georg Brandl | 2009-07-16 | 1 | -2/+3 | |
| | ||||||
* | #5910: fix kqueue for calls with more than one event. | Georg Brandl | 2009-07-16 | 2 | -3/+20 | |
| | ||||||
* | #6076 Add a title to the IDLE Preferences window. | Amaury Forgeot d'Arc | 2009-07-15 | 1 | -0/+1 | |
| | ||||||
* | Issue #2389: Pickle array objects using a list representation for portability | Alexandre Vassalotti | 2009-07-15 | 2 | -35/+35 | |
| | | | | across different machine architectures and compatibility with Python 3.x. | |||||
* | methods' names pep8ification | Ezio Melotti | 2009-07-15 | 1 | -127/+127 | |
| | ||||||
* | update year | Benjamin Peterson | 2009-07-15 | 1 | -1/+1 | |
| | ||||||
* | Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes ↵ | Michael Foord | 2009-07-14 | 2 | -11/+2 | |
| | | | | issue 6418. | |||||
* | Document the newly added codec | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -0/+2 | |
| | ||||||
* | Use a different VER command output parser to address the localization | Marc-André Lemburg | 2009-07-13 | 1 | -2/+17 | |
| | | | | | | issues mentioned in #3410. Prepare for Windows 7 (still commented out). | |||||
* | Use a new global DEV_NULL instead of hard-coding /dev/null into the system | Marc-André Lemburg | 2009-07-13 | 1 | -4/+20 | |
| | | | | | | command helper functions. See #6479 for some motivation. | |||||
* | NEWS entry for r74000. | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -1/+3 | |
| | ||||||
* | #1616979: Add the cp720 (Arabic DOS) encoding. | Amaury Forgeot d'Arc | 2009-07-13 | 3 | -0/+379 | |
| | | | | | Since there is no official mapping file from unicode.org, the codec file is generated on Windows with the new genwincodec.py script. | |||||
* | Set svn:eol-style=CRLF on all Visual Studio solution files. | Amaury Forgeot d'Arc | 2009-07-13 | 6 | -1467/+1467 | |
| | | | | This should allow direct compilation from a downloaded source tar ball. | |||||
* | Issue #6314: logging: Extra checks on the "level" argument in more places. | Vinay Sajip | 2009-07-13 | 2 | -12/+21 | |
| | ||||||
* | fix umlaut | Benjamin Peterson | 2009-07-13 | 1 | -1/+1 | |
| | ||||||
* | change encoding to utf-8 | Benjamin Peterson | 2009-07-12 | 1 | -2/+2 | |
| | ||||||
* | fix another name | Benjamin Peterson | 2009-07-12 | 1 | -1/+1 | |
| | ||||||
* | change encoding to utf-8 | Benjamin Peterson | 2009-07-12 | 1 | -25/+25 | |
| | ||||||
* | fix Tarek's name | Benjamin Peterson | 2009-07-12 | 1 | -1/+1 | |
| | ||||||
* | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-07-12 | 1 | -4/+41 | |
| | | | | Add more tests for the xlmrpc.ServerProxy | |||||
* | add Joe | Benjamin Peterson | 2009-07-12 | 1 | -1/+2 | |
| | ||||||
* | add versionadded | Benjamin Peterson | 2009-07-12 | 1 | -0/+2 | |
| | ||||||
* | Fixed distutils test. | Hirokazu Yamamoto | 2009-07-12 | 1 | -1/+1 | |
| | ||||||
* | ignore things in Lib/test/data/ | Benjamin Peterson | 2009-07-11 | 2 | -0/+2 | |
| | ||||||
* | put downloaded test support files in Lib/test/data instead of the cwd | Benjamin Peterson | 2009-07-11 | 4 | -39/+5 | |
| | ||||||
* | reverted changes for #6459 (doesn't apply on 2.x) | Tarek Ziadé | 2009-07-11 | 3 | -7/+4 | |
| | ||||||
* | #2622 Import errors in email.message, from a py2app standalone application. | Amaury Forgeot d'Arc | 2009-07-11 | 9 | -18/+21 | |
| | | | | Patch by Mads Kiilerich, Reviewed by Barry Warsaw. | |||||
* | array.array is actually a class. | Georg Brandl | 2009-07-11 | 1 | -4/+3 | |
| | ||||||
* | fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit' | Tarek Ziadé | 2009-07-11 | 3 | -4/+7 | |
| | ||||||
* | #6456: clarify the meaning of constants used as arguments to nl_langinfo(). | Georg Brandl | 2009-07-11 | 1 | -133/+120 | |
| | ||||||
* | cleaned up distutils.build_ext module | Tarek Ziadé | 2009-07-11 | 1 | -26/+16 | |
| |