Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #1687: plistlib.py restricts <integer> to Python int when writing | Christian Heimes | 2008-01-04 | 2 | -2/+4 |
| | |||||
* | Finish-up the struct module optimizations started at the Iceland NFS sprint. | Raymond Hettinger | 2008-01-04 | 2 | -100/+206 |
| | |||||
* | Bug #1301: fixed a bad assert in _tkinter. | Guido van Rossum | 2008-01-03 | 2 | -3/+7 |
| | |||||
* | Added copysign(x, y) function to the math module | Christian Heimes | 2008-01-03 | 4 | -1/+28 |
| | |||||
* | Modified PyImport_Import and PyImport_ImportModule to always use absolute ↵ | Christian Heimes | 2008-01-03 | 19 | -63/+135 |
| | | | | | | imports by calling __import__ with an explicit level of 0 Added a new API function PyImport_ImportModuleNoBlock. It solves the problem with dead locks when mixing threads and imports | ||||
* | Some build bots don't compile mathmodule. There is an issue with the long ↵ | Christian Heimes | 2008-01-03 | 1 | -2/+9 |
| | | | | definition of pi and euler | ||||
* | Added math.isinf() and math.isnan() | Christian Heimes | 2008-01-03 | 4 | -6/+69 |
| | |||||
* | Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: | Guido van Rossum | 2008-01-03 | 3 | -1/+34 |
| | | | | | Regular Expression inline flags not handled correctly for some unicode characters. (Forward port from 2.5.2.) | ||||
* | Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj | Christian Heimes | 2008-01-03 | 3 | -16/+2 |
| | |||||
* | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 21 | -124/+1089 |
| | | | | | | | the complex_pow part), r56649, r56652, r56715, r57296, r57302, r57359, r57361, r57372, r57738, r57739, r58017, r58039, r58040, and r59390, and new documentation. The only significant difference is that round(x) returns a float to preserve backward-compatibility. See http://bugs.python.org/issue1689. | ||||
* | Patch #1696. Don't attempt to close None in dry-run mode. | Guido van Rossum | 2008-01-02 | 1 | -1/+2 |
| | |||||
* | Made vs9to8 Unix compatible | Christian Heimes | 2008-01-02 | 1 | -3/+4 |
| | |||||
* | Removed PCbuild8/ directory and added a new build directory for VS 2005 | Christian Heimes | 2008-01-02 | 64 | -6610/+6473 |
| | | | | | | | based on the VS 2008 build directory to PC/VS8.0. The script PCbuild/vs8to9.py was added to sync changes from PCbuild to PC/VS8.0. Kristjan, the initial creator of the PCbuild8 directory is fine with the replacement. I've moved the new version of the VS 2005 build directory next to the other legacy build directories. The new sync script is based on the work of wreck and syncs changes in the project, property and solution files. | ||||
* | Change docstrings to comments so test output will display normally. | Kurt B. Kaiser | 2008-01-02 | 1 | -3/+3 |
| | |||||
* | Issue1177 | Kurt B. Kaiser | 2008-01-02 | 2 | -2/+15 |
| | | | | | | | r58207 and r58247 patch logic is reversed. I noticed this when I tried to use urllib to retrieve a file which required auth. Fix that and add a test for 401 error to verify. | ||||
* | Test in PCbuild directory. | Martin v. Löwis | 2008-01-01 | 1 | -1/+1 |
| | |||||
* | Use Visual Studio 2009 on the build slaves. | Martin v. Löwis | 2008-01-01 | 6 | -26/+32 |
| | |||||
* | Don't link with Tix; Tix is loaded dynamically by Tcl. | Martin v. Löwis | 2008-01-01 | 1 | -2/+2 |
| | |||||
* | News item for r59653. | Martin v. Löwis | 2008-01-01 | 1 | -0/+3 |
| | |||||
* | Always convert Text.index result to string. | Martin v. Löwis | 2008-01-01 | 1 | -1/+1 |
| | | | | | This improves compatibility with Tcl 8.5, which would otherwise return textindex objects. | ||||
* | Return results from Python callbacks to Tcl as Tcl objects. | Martin v. Löwis | 2008-01-01 | 1 | -12/+5 |
| | | | | Fixes Tk issue #1851526 | ||||
* | Added support for new Windows build dirs in PC/ to distutils.sysconfig | Christian Heimes | 2008-01-01 | 1 | -0/+4 |
| | |||||
* | The root of the project is two levels up from PC/VS7.1 | Christian Heimes | 2008-01-01 | 2 | -2/+2 |
| | |||||
* | Added new wininst files to msi.py and adjusted some paths | Christian Heimes | 2008-01-01 | 1 | -5/+7 |
| | |||||
* | MSI uses back slashes as path separators | Christian Heimes | 2008-01-01 | 1 | -1/+1 |
| | |||||
* | Fix an odd error which would only occur close to new year's eve, due | Guido van Rossum | 2008-01-01 | 1 | -2/+1 |
| | | | | | | to use of datetime.datetime.now() instead of utcnow() for comparison. (I think the test can still fail if it's executed pretty much *at* new year's eve, but that's not worth fixing.) | ||||
* | Fix refleak | Neal Norwitz | 2007-12-31 | 1 | -0/+1 |
| | |||||
* | Fixed path to _ssl.c in Windows make file, take three ... | Christian Heimes | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed path to _ssl.c in Windows make file, take two | Christian Heimes | 2007-12-31 | 1 | -3/+3 |
| | |||||
* | Fixed path to _ssl.c in Windows make file | Christian Heimes | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed path | Christian Heimes | 2007-12-31 | 1 | -6/+6 |
| | |||||
* | Fixed include paths of PC/VS7.1 | Christian Heimes | 2007-12-31 | 20 | -318/+318 |
| | |||||
* | Renamed PCBuild9 directory to PCBuild | Christian Heimes | 2007-12-31 | 46 | -6/+9 |
| | |||||
* | Fix paths for build bot, part 2 | Christian Heimes | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fix paths for build bot | Christian Heimes | 2007-12-31 | 10 | -16/+16 |
| | |||||
* | Moved PCbuild directory to PC/VS7.1 | Christian Heimes | 2007-12-31 | 37 | -0/+0 |
| | |||||
* | Added wininst-9.0.exe executable for VS 2008 | Christian Heimes | 2007-12-31 | 7 | -17/+206 |
| | | | | Integrated bdist_wininst into PCBuild9 directory | ||||
* | Improve docs for itertools.groupby(). The use of xrange(0) to create a ↵ | Raymond Hettinger | 2007-12-29 | 1 | -1/+1 |
| | | | | unique object is less obvious than object(). | ||||
* | Simpler documentation for itertools.tee(). Should be backported. | Raymond Hettinger | 2007-12-29 | 1 | -7/+6 |
| | |||||
* | Bug #1699: Define _BSD_SOURCE only on OpenBSD. | Martin v. Löwis | 2007-12-29 | 3 | -15/+19 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 126 | -1182/+805 |
| | |||||
* | Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. | Kurt B. Kaiser | 2007-12-28 | 2 | -20/+24 |
| | |||||
* | Remove a straggling debugging print line. | Brett Cannon | 2007-12-25 | 1 | -1/+0 |
| | |||||
* | Actually execute the tests for the getter/setter/deleter tests on properties. | Brett Cannon | 2007-12-25 | 1 | -7/+12 |
| | | | | | | | | Also fix the test by having the test classes inherit from object. Are the getter/setter/deleter attributes supposed to be able to chain? As of right now they can't as the property tries to call what the property returns, which is another property when they are chained. | ||||
* | Make trailing whitespace explicit (including when it is an all-whitespace | Brett Cannon | 2007-12-24 | 1 | -10/+3 |
| | | | | line). | ||||
* | Fix the docstrings of time.localtime() and gmtime() for the tm_mday field. | Brett Cannon | 2007-12-24 | 1 | -2/+3 |
| | | | | Will backport. | ||||
* | Add item | Andrew M. Kuchling | 2007-12-22 | 1 | -3/+25 |
| | |||||
* | Improve performance of built-in any()/all() by avoiding PyIter_Next() -- | Guido van Rossum | 2007-12-20 | 1 | -8/+28 |
| | | | | | using a trick found in ifilter(). Feel free to backport to 2.5. | ||||
* | Fix refleak introduced in r59576. | Georg Brandl | 2007-12-20 | 1 | -0/+1 |
| | |||||
* | Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory. | Guido van Rossum | 2007-12-20 | 1 | -1/+1 |
| |