| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Remove tabs introduced in last commit. | Brett Cannon | 2004-07-11 | 1 | -4/+4 |
|
|
* | Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee | Kurt B. Kaiser | 2004-07-11 | 2 | -12/+11 |
|
|
* | SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator | Brett Cannon | 2004-07-10 | 2 | -0/+9 |
|
|
* | Debug output is now printed to sys.stderr . | Brett Cannon | 2004-07-10 | 1 | -9/+10 |
|
|
* | posixpath.realpath() now detects symlink loops and returns the path just before | Brett Cannon | 2004-07-10 | 1 | -6/+30 |
|
|
* | [Patch #981794] Add support for Firefox/Firebird | Andrew M. Kuchling | 2004-07-10 | 1 | -5/+6 |
|
|
* | [Patch 988444] | Andrew M. Kuchling | 2004-07-10 | 1 | -34/+31 |
|
|
* | [Patch #965175] Incorporate a suggestion for a better error message | Andrew M. Kuchling | 2004-07-10 | 1 | -1/+2 |
|
|
* | Make ntpath compress multiple slashes between drive letter and the rest of the | Brett Cannon | 2004-07-10 | 2 | -9/+24 |
|
|
* | [Patch #988602] Move the urllib2 tests into the test framework | Andrew M. Kuchling | 2004-07-10 | 2 | -78/+129 |
|
|
* | Make struct formats for specifying file size to be unsigned instead of signed | Brett Cannon | 2004-07-10 | 1 | -4/+4 |
|
|
* | [Patch #969907] Add traceback to warning output | Andrew M. Kuchling | 2004-07-10 | 1 | -4/+5 |
|
|
* | In poll(), check connections for exceptional conditions | Andrew M. Kuchling | 2004-07-10 | 1 | -0/+15 |
|
|
* | Return value from .close(); move .set_file up | Andrew M. Kuchling | 2004-07-10 | 1 | -2/+2 |
|
|
* | [Bug #835415] AIX can return modes that are >65536, which causes an OverflowE... | Andrew M. Kuchling | 2004-07-10 | 1 | -1/+1 |
|
|
* | [Patch #988504] Fix HTTP error handling via a patch from John J. Lee | Andrew M. Kuchling | 2004-07-10 | 1 | -10/+6 |
|
|
* | [Patch #987052 from Thomas Guettler] | Andrew M. Kuchling | 2004-07-10 | 1 | -6/+21 |
|
|
* | Improve Context construction and representation: | Raymond Hettinger | 2004-07-10 | 2 | -43/+39 |
|
|