| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | When __slots__ are set to a unicode string, make it work the same as | Neal Norwitz | 2007-04-14 | 3 | -2/+21 |
|
|
* | Add the necessary dependency for the Windows VC6 build to ensure 'pythoncore' | Trent Mick | 2007-04-13 | 1 | -0/+3 |
|
|
* | Fix potential crash in path manipulation on windows | Kristján Valur Jónsson | 2007-04-13 | 1 | -1/+1 |
|
|
* | Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed... | Kristján Valur Jónsson | 2007-04-13 | 2 | -3/+3 |
|
|
* | Port r54805 from python25-maint branch: | Barry Warsaw | 2007-04-13 | 1 | -0/+20 |
|
|
* | Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the | Walter Dörwald | 2007-04-12 | 3 | -7/+19 |
|
|
* | Patch #1695862: remove the cleanup code, now that Windows buildbots are green | Žiga Seilnacht | 2007-04-12 | 1 | -17/+0 |
|
|
* | Patch #1698951: clarify deprecation message in rexec and Bastion | Georg Brandl | 2007-04-12 | 2 | -2/+2 |
|
|
* | SF 1193128: Let str.translate(None) be an identity transformation | Raymond Hettinger | 2007-04-12 | 6 | -10/+33 |
|
|
* | Repair missing spaces after \UNIX. | Georg Brandl | 2007-04-11 | 4 | -4/+4 |
|
|
* | Exceptions are no longer old-style instances. Fix accordingly. | Georg Brandl | 2007-04-11 | 1 | -2/+2 |
|
|
* | SF 1191699: Make slices picklable | Raymond Hettinger | 2007-04-11 | 3 | -0/+20 |
|
|
* | Add some missing NULL checks which trigger crashes on low-memory conditions. | Georg Brandl | 2007-04-11 | 2 | -0/+10 |
|
|
* | Describe undocumented third argument to touchline() | Andrew M. Kuchling | 2007-04-11 | 1 | -2/+4 |
|
|
* | Point readers at the patch submission instructions | Andrew M. Kuchling | 2007-04-11 | 1 | -3/+6 |
|
|
* | Add window.chgat() method, submitted via e-mail by Fabian Kreutz | Andrew M. Kuchling | 2007-04-11 | 5 | -4/+84 |
|
|
* | Repair a duplicate label and some obsolete uses of \setindexsubitem. | Georg Brandl | 2007-04-10 | 6 | -42/+39 |
|
|
* | General clean-up. Lot of margin corrections, comments, some typos. | Facundo Batista | 2007-04-10 | 1 | -159/+170 |
|
|
* | Typo fix. | Collin Winter | 2007-04-10 | 1 | -1/+1 |
|
|
* | Minor fix to the tests pass ok even with -O. | Facundo Batista | 2007-04-10 | 1 | -1/+2 |
|
|
* | Patch #1695862: remove old test directory that causes test_urllib failures | Žiga Seilnacht | 2007-04-09 | 1 | -0/+14 |
|
|
* | Added optional timeout to SocketHandler.makeSocket (SF #1695948) | Vinay Sajip | 2007-04-09 | 1 | -1/+3 |
|
|
* | Doc that file.next() has undefined behaviour when called on a file opened with | Brett Cannon | 2007-04-08 | 2 | -8/+12 |
|
|
* | Convert test_fileinput to use unittest. | Collin Winter | 2007-04-07 | 1 | -198/+196 |
|
|
* | Convert test_module to use unittest. | Collin Winter | 2007-04-06 | 1 | -45/+58 |
|
|
* | Convert test_gc to use unittest. | Collin Winter | 2007-04-06 | 1 | -588/+548 |
|
|