Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add tests for the warnings module; specifically formatwarning and showwarning. | Brett Cannon | 2007-12-20 | 1 | -1/+32 |
| | | | | Still need tests for warn_explicit and simplefilter. | ||||
* | Add comments | Raymond Hettinger | 2007-12-20 | 1 | -3/+3 |
| | |||||
* | Patch #1549 by Thomas Herve. | Guido van Rossum | 2007-12-19 | 2 | -16/+79 |
| | | | | | | This changes the rules for when __hash__ is inherited slightly, by allowing it to be inherited when one or more of __lt__, __le__, __gt__, __ge__ are overridden, as long as __eq__ and __ne__ aren't. | ||||
* | Bigger range for non-extended opargs. | Raymond Hettinger | 2007-12-19 | 1 | -1/+1 |
| | |||||
* | Patch #1583 by Adam Olsen. | Guido van Rossum | 2007-12-19 | 5 | -2/+127 |
| | | | | | | | This adds signal.set_wakeup_fd(fd) which sets a file descriptor to which a zero byte will be written whenever a C exception handler runs. I added a simple C API as well, PySignal_SetWakeupFd(fd). | ||||
* | Fix issue 1661: Flags argument silently ignored in re functions with ↵ | Raymond Hettinger | 2007-12-19 | 2 | -0/+10 |
| | | | | compiled regexes. | ||||
* | Some minor cleanups. Thanks Mark Dickinson. | Facundo Batista | 2007-12-19 | 1 | -34/+19 |
| | |||||
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and ↵ | Christian Heimes | 2007-12-19 | 108 | -908/+916 |
| | | | | Py_REFCNT. Macros for b/w compatibility are available. | ||||
* | Add a bunch of items | Andrew M. Kuchling | 2007-12-19 | 1 | -4/+157 |
| | |||||
* | Zap a duplicate line | Raymond Hettinger | 2007-12-19 | 1 | -1/+0 |
| | |||||
* | Beef-up tests for dict literals | Raymond Hettinger | 2007-12-19 | 1 | -1/+10 |
| | |||||
* | Users demand iterable input for named tuples. The author capitulates. | Raymond Hettinger | 2007-12-18 | 3 | -17/+27 |
| | |||||
* | Applied patch #1635: Float patch for inf and nan on Windows (and other ↵ | Christian Heimes | 2007-12-18 | 18 | -9/+394 |
| | | | | | | platforms). The patch unifies float("inf") and repr(float("inf")) on all platforms. | ||||
* | Simplify and speedup _asdict() for named tuples. | Raymond Hettinger | 2007-12-18 | 2 | -7/+7 |
| |