Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert "srcdir" into an absolute path if that seems prudent. Currrently | Neil Schemenauer | 2009-02-06 | 1 | -0/+14 |
| | | | | | | | the only user of this is Lib/distutils/tests/test_build_ext.py (in order to find the source for xxmodule.c). I'm not sure if other platforms need similar tweaks, I'm not brave enough to attempt it without being able to test. | ||||
* | Overhaul Lib/compiler block ordering. The previous code was filled with | Neil Schemenauer | 2009-02-06 | 2 | -159/+97 |
| | | | | | | hacks. The new code is based on issue #2472 posted by Antoine Pitrou. I did some further cleanups of the pyassem code and optimized the block ordering pass. | ||||
* | Fixed #5167: test_customize_compiler does not apply under non unix compilers | Tarek Ziadé | 2009-02-06 | 1 | -0/+6 |
| | |||||
* | Ivan on IRC in #twisted reported this crasher. | Armin Rigo | 2009-02-06 | 1 | -0/+5 |
| | |||||
* | Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. ↵ | Kristján Valur Jónsson | 2009-02-06 | 1 | -5/+7 |
| | | | | 'access' never raises an error. | ||||
* | removed types usage and added test coverage (work for #3986) | Tarek Ziadé | 2009-02-06 | 2 | -9/+51 |
| | |||||
* | Fixed #3987 : removed unused import | Tarek Ziadé | 2009-02-06 | 1 | -1/+0 |
| | |||||
* | fix download link | Benjamin Peterson | 2009-02-06 | 1 | -1/+1 |
| | |||||
* | fixed #1520877: now distutils reads Read from the environment/Makefile | Tarek Ziadé | 2009-02-06 | 3 | -3/+31 |
| | |||||
* | using >= so setting verbose to 2 will work as well | Tarek Ziadé | 2009-02-06 | 2 | -6/+6 |
| | |||||
* | Implement issue #4285, convert sys.version_info to a named | Eric Smith | 2009-02-06 | 4 | -22/+100 |
| | | | | tuple. Patch by Ross Light. | ||||
* | README now reflects the current state | Tarek Ziadé | 2009-02-06 | 1 | -16/+5 |
| | |||||
* | Fixed #1276768: verbose option was not used in the code. | Tarek Ziadé | 2009-02-06 | 5 | -24/+188 |
| | |||||
* | Distutils apparently requires an absolute path so provide one. | Neil Schemenauer | 2009-02-06 | 1 | -1/+1 |
| | |||||
* | Fixed #5132: enable extensions to link on Solaris | Tarek Ziadé | 2009-02-05 | 3 | -3/+29 |
| | |||||
* | Oops, Mac build needs the 'incdirlist' variable so restore it. | Neil Schemenauer | 2009-02-05 | 1 | -1/+5 |
| | |||||
* | Make setup.py work when building in a directory other than the | Neil Schemenauer | 2009-02-05 | 1 | -24/+8 |
| | | | | | source directory. Mainly use 'srcdir' rather than os.getcwd() or '.'. | ||||
* | Fix test_build_ext.py to work when building in a separate directory. | Neil Schemenauer | 2009-02-05 | 1 | -5/+9 |
| | | | | | Since "srcdir" should now be defined on all platforms, use it to find the module source. | ||||
* | Since sysconfig.get_python_inc() now works when building in a | Neil Schemenauer | 2009-02-05 | 1 | -21/+4 |
| | | | | | directory other than the source directory, simplify the test code in test_sysconfig.py. | ||||
* | Fix get_python_inc() to work when building in a directory separate from | Neil Schemenauer | 2009-02-05 | 1 | -5/+11 |
| | | | | the source. Also, define 'srcdir' on non-posix platforms. | ||||
* | #5031: fix Thread.daemon property docs. | Georg Brandl | 2009-02-05 | 1 | -5/+6 |
| | |||||
* | #4563: disable alpha and roman lists, fixes wrong formatting of contributor ↵ | Georg Brandl | 2009-02-05 | 1 | -0/+8 |
| | | | | list. | ||||
* | #4820: use correct module for ctypes.util. | Georg Brandl | 2009-02-05 | 1 | -0/+1 |
| | |||||
* | #4827: fix callback example. | Georg Brandl | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | #5015: document PythonHome API functions. | Georg Brandl | 2009-02-05 | 1 | -0/+14 |
| | |||||
* | PyErr_PrintEx is also in 2.x... | Georg Brandl | 2009-02-05 | 1 | -1/+10 |
| | |||||
* | #5059: fix example. | Georg Brandl | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | #5144: document that PySys_SetArgv prepends the script directory (or the ↵ | Georg Brandl | 2009-02-05 | 1 | -7/+11 |
| | | | | empty string) to sys.path. | ||||
* | #5153: fix typo in example. | Georg Brandl | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | Fix comment for #1835 | Tarek Ziadé | 2009-02-05 | 1 | -6/+1 |
| | |||||
* | Clarify that named tuples do not have to subclass tuple. | Raymond Hettinger | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | Tweak the docs for Counter() objects. | Raymond Hettinger | 2009-02-04 | 1 | -4/+4 |
| | |||||
* | Doc fixes. Remove overbroad, redundant warnings. Fixup example code. | Raymond Hettinger | 2009-02-04 | 1 | -27/+9 |
| | |||||
* | Minor doc fixups. | Raymond Hettinger | 2009-02-04 | 3 | -7/+10 |
| | |||||
* | issue 4804: Provide checks for the format string of strftime, and for the ↵ | Kristján Valur Jónsson | 2009-02-04 | 3 | -2/+106 |
| | | | | "mode" string of fopen on Windows. These strings are user provided from python and so we can avoid invoking the C runtime invalid parameter handler by first checking that they are valid. | ||||
* | Make importlib backwards-compatible to Python 2.2 (but this is not promised to | Brett Cannon | 2009-02-03 | 1 | -3/+16 |
| | | | | | | last; just doing it to be nice). Also fix a message for an exception. | ||||
* | This refactoring should make it easier to add new calling conventions. | Thomas Heller | 2009-02-03 | 3 | -400/+29 |
| | | | | | | | | | Replace ffi_call_STDCALL and ffi_call_SYSV by a ffi_call_x86 function that cleans up the stack when FFI_SYSV is used, and does nothing for FFI_STDCALL. Remove libffi_msvc\win32.S, which is out of date and also unused; it was only used for building ctypes with the MingW compiler. | ||||
* | Backport importlib to at least Python 2.5 by getting rid of use of str.format. | Brett Cannon | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | Ignore bytecode files in importlib. | Brett Cannon | 2009-02-03 | 0 | -0/+0 |
| | |||||
* | Make importlib a package. This allows using svn:externals in the sandbox to | Brett Cannon | 2009-02-03 | 2 | -1/+1 |
| | | | | package up the code for separate distribution. | ||||
* | Register decimals as numbers.Number | Raymond Hettinger | 2009-02-03 | 2 | -0/+14 |
| | |||||
* | Record operator deprecations in docs. | Raymond Hettinger | 2009-02-03 | 1 | -23/+19 |
| | |||||
* | Validate that __length_hint__ returns a usable result. | Raymond Hettinger | 2009-02-03 | 2 | -1/+11 |
| | |||||
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 7 | -15/+65 |
| | |||||
* | NEWS entry for issue #1581476 | Guilherme Polo | 2009-02-02 | 1 | -0/+2 |
| | |||||
* | Fix for issue #1581476 | Guilherme Polo | 2009-02-02 | 1 | -2/+1 |
| | |||||
* | Moving to importlib | Guilherme Polo | 2009-02-02 | 1 | -4/+3 |
| | |||||
* | Restore the previous geometry before leaving the test | Guilherme Polo | 2009-02-02 | 1 | -2/+3 |
| | |||||
* | Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. | Martin v. Löwis | 2009-02-02 | 2 | -0/+14 |
| | |||||
* | Set native svn:eol-style property for text files. | Hirokazu Yamamoto | 2009-02-02 | 0 | -0/+0 |
| |