| Commit message (Expand) | Author | Age | Files | Lines |
* | make sure to check for this limit even if we're running with -O | Fredrik Lundh | 2004-10-15 | 1 | -2/+4 |
|
|
* | SF bug #1046855: httplib index out of range | Raymond Hettinger | 2004-10-14 | 1 | -1/+1 |
|
|
* | Patch 1046644 - improved distutils support for SWIG. | Anthony Baxter | 2004-10-14 | 3 | -5/+29 |
|
|
* | remove_stderr_debug_decorations(): Always try the substitution. Else | Tim Peters | 2004-10-14 | 1 | -3/+1 |
|
|
* | Get test to pass on amd64 (opteron). This is pretty hacky, but | Neal Norwitz | 2004-10-14 | 1 | -2/+7 |
|
|
* | Require minimally PyXML 0.8.4. | Martin v. Löwis | 2004-10-13 | 1 | -1/+1 |
|
|
* | Replace dynamic try/except with "if 0", to keep py2exe happy. If you | Fredrik Lundh | 2004-10-13 | 1 | -10/+10 |
|
|
* | Patch 983206: distutils obeys LDSHARED env var. Removed the code in | Anthony Baxter | 2004-10-13 | 1 | -0/+2 |
|
|
* | Fixed a small bug. doctest didn't handle unicode docstrings containing | Jim Fulton | 2004-10-13 | 3 | -3/+26 |
|
|
* | oops. how did _that_ happen? | Anthony Baxter | 2004-10-13 | 1 | -0/+1 |
|
|
* | Backing out the basic dependency checking (from pycon sprint). | Anthony Baxter | 2004-10-13 | 5 | -145/+3 |
|
|
* | Don't spend quite as much time looking for leaks on Windows, where | Fredrik Lundh | 2004-10-13 | 1 | -2/+4 |
|
|
* | normalize case when comparing directory names (problem reported by | Fredrik Lundh | 2004-10-13 | 1 | -1/+2 |
|
|
* | removed info@pythonware.com reference | Fredrik Lundh | 2004-10-13 | 1 | -2/+1 |
|
|
* | Add a comment explaining -kb. | Martin v. Löwis | 2004-10-13 | 1 | -0/+1 |
|
|
* | New helper remove_stderr_debug_decorations(). This test passes in a | Tim Peters | 2004-10-13 | 1 | -7/+24 |
|
|
* | Kill several problems at once: test_poll() failed sometimes for me. | Tim Peters | 2004-10-13 | 2 | -8/+11 |
|
|
* | test_stdout_none(): Don't print "banana" to the screen in the middle | Tim Peters | 2004-10-13 | 1 | -2/+5 |
|
|
* | Windows test_creationflags() test: print msg to stderr informing the | Tim Peters | 2004-10-13 | 1 | -1/+2 |
|
|
* | Folded long lines. | Tim Peters | 2004-10-13 | 1 | -23/+42 |
|
|
* | XXX about extreme expense of test_no_leaking() on Windows. I'm not sure | Tim Peters | 2004-10-13 | 1 | -0/+1 |
|
|
* | Experience with Zope2's tests showed it's a Bad Idea to make unittest | Tim Peters | 2004-10-12 | 1 | -45/+35 |
|
|
* | Wrap long lines. | Tim Peters | 2004-10-12 | 1 | -43/+67 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-12 | 4 | -47/+43 |
|
|
* | Improvements when running pdb as a script. | Johannes Gijsbers | 2004-10-12 | 1 | -16/+81 |
|
|
* | Typo fix | Andrew M. Kuchling | 2004-10-12 | 1 | -1/+1 |
|
|
* | Added Peter Astrand's subprocess module. | Fredrik Lundh | 2004-10-12 | 3 | -0/+1657 |
|
|
* | Don't use mutable values for method defaults. | Raymond Hettinger | 2004-10-12 | 1 | -2/+6 |
|
|
* | Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and | Johannes Gijsbers | 2004-10-11 | 2 | -22/+62 |
|
|
* | This is jiwon's patch to fix: | Michael W. Hudson | 2004-10-11 | 1 | -1/+6 |
|
|
* | Open source files in universal newlines mode. | Michael W. Hudson | 2004-10-11 | 1 | -1/+1 |
|
|
* | Added a usegmt flag to email.Utils.formatdate - this allows it to be | Anthony Baxter | 2004-10-11 | 4 | -6/+22 |
|
|
* | All known bugs are closed, and Python 2.4b1 is coming out soon, so bump | Barry Warsaw | 2004-10-09 | 1 | -1/+1 |
|
|
* | Fix SF bug # 1030941. In _parsegen(), in the clause where we're | Barry Warsaw | 2004-10-09 | 1 | -3/+7 |
|
|
* | An example message for SF bug # 1030941. | Barry Warsaw | 2004-10-09 | 1 | -0/+20 |
|
|
* | test_missing_start_boundary(): A test for SF bug # 1030941. | Barry Warsaw | 2004-10-09 | 1 | -0/+15 |
|
|
* | Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. | Barry Warsaw | 2004-10-09 | 1 | -1/+1 |
|
|
* | __init__(): Coerce the input_charset to unicode (with ascii encoding) before | Barry Warsaw | 2004-10-09 | 1 | -2/+3 |
|
|
* | SF patch #1043218 | Raymond Hettinger | 2004-10-09 | 1 | -52/+39 |
|
|
* | Fix bug in _checkquote that raised an exception on empty "arg". | Piers Lauder | 2004-10-08 | 1 | -2/+2 |
|
|
* | Rewrite rmtree using os.walk to fix bug #1025127: | Johannes Gijsbers | 2004-10-07 | 1 | -15/+15 |
|
|
* | Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to | Brett Cannon | 2004-10-06 | 1 | -2/+1 |
|
|
* | Convert a listcomp to a gencomp (was already editing code). | Brett Cannon | 2004-10-06 | 1 | -2/+2 |
|
|
* | Locale data that contains regex metacharacters are now properly escaped. | Brett Cannon | 2004-10-06 | 2 | -2/+17 |
|
|
* | Fix a small typo in the docstring for system_methodSignature . | Brett Cannon | 2004-10-03 | 1 | -1/+1 |
|
|
* | Changes made to maintain 1.5.2 compatibility. | Vinay Sajip | 2004-10-03 | 1 | -6/+27 |
|
|
* | Version number updated to 0.4.9.5 | Vinay Sajip | 2004-10-03 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-03 | 1 | -1/+1 |
|
|
* | SF bug #997050: Document, test, & check for non-string values in ConfigParser... | David Goodger | 2004-10-03 | 2 | -15/+52 |
|
|
* | SF bug #1017864: ConfigParser now correctly handles default keys, processing ... | David Goodger | 2004-10-03 | 2 | -7/+19 |
|
|