Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Better name for "Ctor". | Georg Brandl | 2009-06-04 | 1 | -2/+2 |
| | |||||
* | #3584: ignore trailing newlines when placing the caret for a SyntaxError ↵ | Georg Brandl | 2009-06-04 | 1 | -1/+1 |
| | | | | location. | ||||
* | #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do ↵ | Georg Brandl | 2009-06-04 | 2 | -56/+4 |
| | | | | much validation and is no longer much faster than e.g. the cElementTree XMLParser. | ||||
* | improved test coverage for distutils.command.install and cleaned it up | Tarek Ziadé | 2009-06-04 | 2 | -88/+145 |
| | |||||
* | use the offical api | Benjamin Peterson | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | Avoid PendingDeprecationWarnings emitted by deprecated unittest methods. | Georg Brandl | 2009-06-03 | 1 | -2/+2 |
| | |||||
* | #6174: fix indentation in code example. | Georg Brandl | 2009-06-03 | 1 | -7/+7 |
| | |||||
* | Fix for line wrap ugly. | Josiah Carlson | 2009-06-03 | 1 | -2/+1 |
| | |||||
* | This fixes bug 5798 on OS X. | Josiah Carlson | 2009-06-03 | 1 | -2/+8 |
| | | | | This should also fix disconnect behavior cross-platform. | ||||
* | assertion message was dropped | Tarek Ziadé | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | more cleanup and test coverage for distutils.extension | Tarek Ziadé | 2009-06-03 | 2 | -22/+46 |
| | |||||
* | added some tests for distutils.extension + code cleanup | Tarek Ziadé | 2009-06-03 | 3 | -16/+108 |
| | |||||
* | Use the preferred form of raise statements in the docs. | Georg Brandl | 2009-06-03 | 12 | -27/+26 |
| | |||||
* | Restore default testRunner argument in unittest.main to None. Issue 6177 | Michael Foord | 2009-06-02 | 2 | -1/+11 |
| | |||||
* | improved distutils.spawn test coverage + cleaned it up | Tarek Ziadé | 2009-06-02 | 2 | -59/+73 |
| | |||||
* | http://bugs.python.org/issue6117 | Kristján Valur Jónsson | 2009-06-02 | 1 | -10/+9 |
| | | | | Fix O(n**2) performance problem in socket._fileobject | ||||
* | Typo in socket.py. Thanks Pablo Torres Navarrete. | Mark Dickinson | 2009-06-02 | 1 | -1/+1 |
| | |||||
* | Fixes issue6169: it was possible for two ipaddr network addresses to compare | Gregory P. Smith | 2009-06-02 | 2 | -19/+30 |
| | | | | as both < and > than eachother. | ||||
* | Fix compilation error with gcc 4.3.2 | Antoine Pitrou | 2009-06-01 | 1 | -1/+3 |
| | |||||
* | improved distutils.dist test coverage, pep-8 compliancy | Tarek Ziadé | 2009-06-01 | 2 | -61/+103 |
| | |||||
* | #4547: When debugging a very large function, it was not always | Amaury Forgeot d'Arc | 2009-06-01 | 3 | -2/+22 |
| | | | | possible to update the lineno attribute of the current frame. | ||||
* | Sync up __version__ number with the version of the ipaddr-py project this | Gregory P. Smith | 2009-06-01 | 1 | -13/+1 |
| | | | | | | | library came from that it matches. Remove the former apache license text now that its been contributed to PSF to avoid confusion. |