Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pep8-fied cygwinccompiler module | Tarek Ziadé | 2009-06-11 | 1 | -65/+30 |
| | |||||
* | Issue #5262: Improved fix. | Vinay Sajip | 2009-06-11 | 1 | -11/+11 |
| | |||||
* | Issue #5262: Fixed bug in next roll over time computation in ↵ | Vinay Sajip | 2009-06-11 | 2 | -14/+22 |
| | | | | TimedRotatingFileHandler. | ||||
* | #6263 fixed syntax error in distutils.cygwinccompiler | Tarek Ziadé | 2009-06-11 | 3 | -2/+37 |
| | |||||
* | removed the last string.split() call | Tarek Ziadé | 2009-06-11 | 1 | -2/+1 |
| | |||||
* | Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ↵ | Tarek Ziadé | 2009-06-11 | 3 | -7/+51 |
| | | | | Makefiles | ||||
* | Fix a typo spotted by Nick Coghlan. | Amaury Forgeot d'Arc | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Distutils: started code cleanup and test coverage for cygwinccompiler | Tarek Ziadé | 2009-06-10 | 2 | -71/+170 |
| | |||||
* | Fix signed/unsigned compiler warning. | Raymond Hettinger | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Issue 6256: Fix stacklevel in warning message. | Raymond Hettinger | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | fix spelling | Benjamin Peterson | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Missing import in test_curses, uncovered by some buildbots. | Amaury Forgeot d'Arc | 2009-06-09 | 1 | -0/+1 |
| | | | | (There are still a few test files that don't use the standard layout) | ||||
* | Both kind of types are concerned. | Amaury Forgeot d'Arc | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | #6201: Fix test_winreg on Windows: | Amaury Forgeot d'Arc | 2009-06-09 | 2 | -35/+33 |
| | | | | | | | | | since the introduction of the SETUP_WITH opcode, __enter__ and __exit__ methods must belong to the type, and are not retrieved at the instance level (__dict__ or __getattr__). Add a note in whatsnew about this incompatibility; old style classes are not affected. | ||||
* | Avoid invoking the parser/compiler just to test the presence of a function. | Amaury Forgeot d'Arc | 2009-06-09 | 1 | -5/+1 |
| | |||||
* | update symbol.py from with statement changes | Benjamin Peterson | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | explain why keyword names are not just NAME | Benjamin Peterson | 2009-06-09 | 1 | -1/+3 |
| | |||||
* | make ast.c depend on the grammar | Benjamin Peterson | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | Restored a test that was erroneously removed. See issue 6198. | Eric Smith | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | Issue 2947: document how return code handling translates from | R. David Murray | 2009-06-09 | 2 | -10/+24 |
| | | | | | os.popen to subprocess. Also fixes reference link in the os.spawn documentation. | ||||
* | remove error checks already done in set_context() | Benjamin Peterson | 2009-06-08 | 4 | -30/+5 |
| | |||||
* | remove useless assertion | Benjamin Peterson | 2009-06-08 | 1 | -1/+0 |
| | |||||
* | This is a fix for Issue5809: you shouldn't specify both --enable-framework and | Ronald Oussoren | 2009-06-08 | 3 | -5733/+4907 |
| | | | | --enable-shared | ||||
* | This checkin adds a symlink to the lib directory of a framework install | Ronald Oussoren | 2009-06-08 | 1 | -0/+1 |
| | | | | | | | | | | | | of Python (on OSX), and the end result of that is that the combination of ``python-config --ldflags`` and ``python-config --libs`` refers to an actually existing location. I've done this in preference to changing python-config to specify '-framework Python' for linking because that doesn't work when you have multiple versions of python installed (because '-framework Python' will always link to the 'Current' version of the framework, without a possibility to specify a specific version). | ||||
* | Typo fix. | Georg Brandl | 2009-06-08 | 1 | -1/+1 |
| | |||||
* | #6238: add fillchar to string.just function family. | Georg Brandl | 2009-06-08 | 1 | -5/+6 |
| | |||||
* | #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). | Georg Brandl | 2009-06-08 | 1 | -3/+2 |
| | |||||
* | Remove period from end of headings. | Georg Brandl | 2009-06-08 | 6 | -18/+12 |
| | |||||
* | backport r73273 | Benjamin Peterson | 2009-06-07 | 1 | -0/+21 |
| | |||||
* | remove has_key | Benjamin Peterson | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | use booleans for flags | Benjamin Peterson | 2009-06-07 | 2 | -19/+19 |
| | |||||
* | always inherit from an appropiate base class | Benjamin Peterson | 2009-06-07 | 1 | -4/+2 |
| | |||||
* | inherit from object | Benjamin Peterson | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | Add Ezio. | Georg Brandl | 2009-06-07 | 1 | -0/+3 |
| | |||||
* | http://bugs.python.org/issue6192 | Kristján Valur Jónsson | 2009-06-07 | 2 | -1/+16 |
| | | | | Add a feature to disable the Nagle algorithm on sockets in TCPServer | ||||
* | backport r73268 | Benjamin Peterson | 2009-06-07 | 2 | -36/+2 |
| | |||||
* | #6224: s/JPython/Jython/, and remove one link to a module nine years old. | Georg Brandl | 2009-06-06 | 4 | -9/+6 |
| | |||||
* | #6204: use a real reference instead of "see later". | Georg Brandl | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | #6211: elaborate a bit on ways to call the function. | Georg Brandl | 2009-06-06 | 1 | -5/+14 |
| | |||||
* | #6206: fix test__locale. | Georg Brandl | 2009-06-06 | 1 | -2/+1 |
| | |||||
* | only test for named pipe when os.stat doesn't raise #6209 | Benjamin Peterson | 2009-06-05 | 1 | -3/+4 |
| | |||||
* | Fix unittest discovery tests for Windows. Issue 6199 | Michael Foord | 2009-06-05 | 1 | -1/+3 |
| | |||||
* | reverting r72823 : Python trunk has to use latin-1 encoding | Tarek Ziadé | 2009-06-05 | 1 | -2/+2 |
| | |||||
* | Removed tests so that test_float pass on Windows. See issue 6198. | Eric Smith | 2009-06-05 | 1 | -21/+21 |
| | |||||
* | Fix test__locale on windows (Backport of r72365) | Hirokazu Yamamoto | 2009-06-05 | 1 | -4/+18 |
| | |||||
* | Add test for #3684. | Georg Brandl | 2009-06-04 | 1 | -0/+9 |
| | |||||
* | Minor documentation fixes for logging. | Eric Smith | 2009-06-04 | 1 | -2/+2 |
| | |||||
* | #6175: document that inet_aton supports alternate input formats with less ↵ | Georg Brandl | 2009-06-04 | 1 | -0/+3 |
| | | | | than three dots. | ||||
* | #6176: fix man page section for flock(2). | Georg Brandl | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | #5967: note that the C slicing APIs do not support negative indices. | Georg Brandl | 2009-06-04 | 1 | -4/+6 |
| |