| Commit message (Expand) | Author | Age | Files | Lines |
* | elaborate package data test to make sure get_outputs() gives the right | Fred Drake | 2004-07-21 | 1 | -1/+7 |
|
|
* | Thread.__delete: Discussion of internal obscurities belongs in comments | Tim Peters | 2004-07-21 | 1 | -31/+28 |
|
|
* | EditorWindow.py was not finding the .chm help file on Windows. Typo | Kurt B. Kaiser | 2004-07-21 | 1 | -1/+2 |
|
|
* | Fix bug where a KeyError was raised if -O was being used for the interpreter | Brett Cannon | 2004-07-21 | 1 | -1/+33 |
|
|
* | Remove unused variables | Neal Norwitz | 2004-07-20 | 1 | -2/+0 |
|
|
* | SF #918101, allow files >= 8 GB using GNU extension | Neal Norwitz | 2004-07-20 | 1 | -6/+32 |
|
|
* | SF #857297 and 916874, improve handling of hard links when extracting | Neal Norwitz | 2004-07-20 | 2 | -1/+27 |
|
|
* | SF #846659, fix bufsize violation and GNU longname/longlink extensions | Neal Norwitz | 2004-07-20 | 2 | -2/+93 |
|
|
* | Fix bug in addsitedir() to properly handle the lack of a second argument. | Brett Cannon | 2004-07-20 | 1 | -3/+3 |
|
|
* | Check the type of values returned by __int__, __float__, __long__, | Neil Schemenauer | 2004-07-19 | 1 | -27/+80 |
|
|
* | Don't return spurious empty fields if 'keep_empty_values' is True. | Neil Schemenauer | 2004-07-19 | 3 | -2/+34 |
|
|
* | The binary layout of cfgdata has changed, so the magic number has to | Thomas Heller | 2004-07-19 | 2 | -0/+0 |
|
|
* | The binary layout of cfgdata has changed, so the magic number has to | Thomas Heller | 2004-07-19 | 1 | -1/+7 |
|
|
* | test_codecmaps_hk is also expected to be skipped when a mapping file | Hye-Shik Chang | 2004-07-19 | 1 | -1/+2 |
|
|
* | Don't try to create the directory if it already exists, otherwise the test fails | Neal Norwitz | 2004-07-19 | 1 | -1/+2 |
|
|
* | Record that FCNTL.py has gone away; remove FCNTL hack in tempfile.py; | Tim Peters | 2004-07-18 | 1 | -7/+5 |
|
|
* | Remove FCNTL.py, following python-dev discussion | Andrew M. Kuchling | 2004-07-18 | 1 | -14/+0 |
|
|
* | test_sf_950057's gen1() used an assert statement, which caused the test | Tim Peters | 2004-07-18 | 1 | -1/+1 |
|
|
* | Repair bizarre generated Python. | Tim Peters | 2004-07-18 | 2 | -2/+2 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 179 | -5419/+5387 |
|
|
* | Bring CJKCodecs 1.1 into trunk. This completely reorganizes source | Hye-Shik Chang | 2004-07-18 | 38 | -138/+339 |
|
|
* | Oops! Restored the pickle test to test_pyclbr, but changed types.py so | Tim Peters | 2004-07-18 | 2 | -4/+4 |
|
|
* | The Darwin-specific getproxies_internetconfig() was added to urllib, | Tim Peters | 2004-07-18 | 1 | -2/+2 |
|
|
* | Upgrade None assignment SyntaxWarning to a SyntaxError. | Raymond Hettinger | 2004-07-17 | 1 | -0/+15 |
|
|
* | The new distutils features justify a new version number, imo. | Thomas Heller | 2004-07-16 | 1 | -1/+1 |
|
|
* | Fix for #779167: use InternetConfig proxy settings on MacOSX (in addition | Jack Jansen | 2004-07-16 | 1 | -2/+5 |
|
|
* | [Patch #982681] Apply this patch correctly; makes set_reuse_addr() work on Wi... | Andrew M. Kuchling | 2004-07-15 | 1 | -3/+9 |
|
|
* | Allow overriding of bgen pathnames in an optional module bgenlocationcustomize. | Jack Jansen | 2004-07-15 | 1 | -0/+8 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2004-07-15 | 1 | -4/+4 |
|
|
* | Checking sys.platform for substring 'win' was breaking IDLE docs on Mac | Kurt B. Kaiser | 2004-07-15 | 4 | -23/+39 |
|
|
* | Use threading.local() instead of threading.currentThread(). | Raymond Hettinger | 2004-07-14 | 1 | -21/+57 |
|
|
* | Factor out two unnecessary global variables. | Raymond Hettinger | 2004-07-14 | 1 | -11/+4 |
|
|
* | Implemented thread-local data as proposed on python-dev: | Jim Fulton | 2004-07-14 | 4 | -1/+292 |
|
|
* | Ported some features from zope: | Jim Fulton | 2004-07-14 | 1 | -101/+214 |
|
|
* | * Hide a loop induction variable that was inadvertantly being picked up | Raymond Hettinger | 2004-07-14 | 2 | -39/+2 |
|
|
* | * Rename "Signals" to "_signals" making it non-public. | Raymond Hettinger | 2004-07-14 | 2 | -8/+13 |
|
|
* | Recompiled after source file changes. | Thomas Heller | 2004-07-14 | 2 | -0/+0 |
|
|
* | - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects | Guido van Rossum | 2004-07-14 | 1 | -0/+1 |
|
|
* | - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects | Guido van Rossum | 2004-07-14 | 1 | -0/+1 |
|
|
* | It helps when doing checks if something is in a tuple of strings that if you | Brett Cannon | 2004-07-14 | 1 | -1/+1 |
|
|
* | Fixes a bug in testing code handling .pth files that did not restore the orig... | Brett Cannon | 2004-07-13 | 1 | -29/+26 |
|
|
* | Using repr() generates entries that the current stats package can't | Nicholas Bastin | 2004-07-12 | 2 | -7/+7 |
|
|
* | Updated my email address to something that works <wink>. | Barry Warsaw | 2004-07-12 | 1 | -1/+1 |
|
|
* | Fix test case for when time.tzname[0] is either UTC or GMT. Also have test | Brett Cannon | 2004-07-12 | 1 | -2/+7 |
|
|
* | Fix SF Bug #989066 | Nicholas Bastin | 2004-07-12 | 1 | -4/+4 |
|
|
* | this is patch | Michael W. Hudson | 2004-07-12 | 2 | -1/+38 |
|
|
* | FreeBSD's services file contains an additional echo service entry, with | Andrew MacIntyre | 2004-07-12 | 1 | -1/+7 |
|
|
* | Removed debugging print statements from TimedRotatingFileHandler, and sorted ... | Vinay Sajip | 2004-07-12 | 1 | -3/+4 |
|
|
* | Simplified the new get/get_nowait/put/put_nowait implementations a bit. | Tim Peters | 2004-07-12 | 1 | -27/+12 |
|
|
* | Bug #788520: Queue class has logic error when non-blocking | Tim Peters | 2004-07-12 | 1 | -85/+62 |
|
|