| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix for #1303614 and #1174712: | Armin Rigo | 2007-05-02 | 5 | -45/+166 |
|
|
* | Stop using PyMem_FREE while the GIL is not held. For details see: | Neal Norwitz | 2007-05-02 | 2 | -1/+3 |
|
|
* | Added documentation for new optional credentials argument to SMTPHandler.__in... | Vinay Sajip | 2007-05-01 | 1 | -2/+5 |
|
|
* | Added new optional credentials argument to SMTPHandler.__init__, and smtp.log... | Vinay Sajip | 2007-05-01 | 1 | -7/+12 |
|
|
* | Patch #1710352: add missing public functions to locale.__all__. | Georg Brandl | 2007-05-01 | 1 | -3/+5 |
|
|
* | Bug #1710295: exceptions are now new-style classes. | Georg Brandl | 2007-05-01 | 1 | -1/+1 |
|
|
* | When accessing the .value attribute of a c_wchar_p instance, and the | Thomas Heller | 2007-04-30 | 1 | -3/+11 |
|
|
* | Make sure to call PyErr_NoMemory() in several places where | Thomas Heller | 2007-04-30 | 3 | -3/+15 |
|
|
* | Complete revamp of PCBuild8 directory. Use subdirectories for each project u... | Kristján Valur Jónsson | 2007-04-30 | 63 | -13677/+13363 |
|
|
* | There really are some tests that are problematic. | Neal Norwitz | 2007-04-29 | 1 | -1/+1 |
|
|
* | Version fix (bug #1708710) | Georg Brandl | 2007-04-27 | 1 | -4/+4 |
|
|
* | This gets the test working on Solaris. It seems a little hokey to me, | Neal Norwitz | 2007-04-27 | 1 | -0/+19 |
|
|
* | Accomodate 64 bit time_t in the _bsddb module. | Kristján Valur Jónsson | 2007-04-26 | 1 | -1/+21 |
|
|
* | Minor wording change on slicing aide-memoire. | Steve Holden | 2007-04-26 | 1 | -1/+1 |
|
|
* | The locale "En" appears not to be valid on windows underi VisualStudio.2005. ... | Kristján Valur Jónsson | 2007-04-26 | 1 | -1/+1 |
|
|
* | Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode()... | Kristján Valur Jónsson | 2007-04-26 | 3 | -14/+26 |
|
|
* | fix some markup errors | Fred Drake | 2007-04-26 | 4 | -5/+5 |
|
|
* | Fix an issue related to the unittest conversion. | Collin Winter | 2007-04-25 | 1 | -0/+6 |
|
|
* | Convert test_ossaudiodev to use unittest. | Collin Winter | 2007-04-25 | 1 | -120/+125 |
|
|
* | Import and raise statement cleanup. | Collin Winter | 2007-04-25 | 1 | -17/+9 |
|
|
* | Set missing svn:eol-style property on text files. | Tim Peters | 2007-04-25 | 0 | -0/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2007-04-25 | 1 | -1/+1 |
|
|
* | Change test_support.have_unicode to use True/False instead of 1/0. | Collin Winter | 2007-04-25 | 1 | -2/+2 |
|
|
* | Remove functionality from test_datetime.test_main() that does reference count... | Collin Winter | 2007-04-25 | 1 | -20/+1 |
|
|
* | Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u... | Collin Winter | 2007-04-25 | 29 | -181/+88 |
|
|
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 38 | -387/+386 |
|
|
* | Markup fix. | Georg Brandl | 2007-04-25 | 1 | -1/+1 |
|
|
* | Patch #1698768: updated the "using Python on the Mac" intro. | Georg Brandl | 2007-04-25 | 2 | -173/+135 |
|
|
* | Remove obsolete comment. Importing of .dll files has been discontinued, only ... | Kristján Valur Jónsson | 2007-04-25 | 1 | -8/+0 |
|
|
* | Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typ... | Kristján Valur Jónsson | 2007-04-25 | 3 | -2/+4 |
|
|
* | Merge change 54909 from release25-maint: Fix several minor issues discovered... | Kristján Valur Jónsson | 2007-04-25 | 6 | -20/+35 |
|
|
* | Fix markup | Raymond Hettinger | 2007-04-24 | 1 | -1/+1 |
|
|
* | Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file | Georg Brandl | 2007-04-24 | 2 | -1/+6 |
|
|
* | Bug #1705717: error in sys.argv docs. | Georg Brandl | 2007-04-24 | 1 | -2/+2 |
|
|
* | Added a comment about last change in urllib2.py (all 2xx responses | Facundo Batista | 2007-04-24 | 1 | -0/+4 |
|
|
* | Some new year updates. | Georg Brandl | 2007-04-24 | 4 | -3/+6 |
|
|
* | Fix SF #1703110, Incorrect example for add_password() (use uri, not host) | Neal Norwitz | 2007-04-24 | 2 | -2/+8 |
|
|
* | Remove code that hasn't been called in years. | Collin Winter | 2007-04-24 | 1 | -34/+0 |
|
|
* | Convert PyUnit -> unittest. | Collin Winter | 2007-04-24 | 1 | -11/+10 |
|
|
* | As specified in RFC 2616, 2xx code indicates that the client's | Facundo Batista | 2007-04-23 | 2 | -4/+14 |
|
|
* | Added tests for other methods of SSL object. Now we cover | Facundo Batista | 2007-04-22 | 1 | -0/+15 |
|
|
* | Bug #1704790: bind name "sys" locally in __del__ method so that it is | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
|
|
* | Add an optional address to copy the failure mails to. | Neal Norwitz | 2007-04-20 | 1 | -3/+20 |
|
|
* | Fix a usage of the dangerous pattern decref - modify field - incref. | Armin Rigo | 2007-04-19 | 1 | -2/+3 |
|
|
* | Revert r53997 as per | Armin Rigo | 2007-04-19 | 2 | -181/+93 |
|
|
* | SF #1703270, add missing declaration in readline.c to avoid compiler warning. | Neal Norwitz | 2007-04-19 | 1 | -1/+3 |
|
|
* | Silence a compiler warning about incompatible pointer types. | Brett Cannon | 2007-04-19 | 1 | -1/+1 |
|
|
* | Add Travis Oliphant. | Martin v. Löwis | 2007-04-17 | 1 | -1/+4 |
|
|
* | Check the availability of the urlfetch resource earlier than before. | Collin Winter | 2007-04-16 | 1 | -0/+2 |
|
|
* | SF #1701207, Fix bogus assertion (and test it!) | Neal Norwitz | 2007-04-16 | 1 | -2/+2 |
|
|