| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix errors on 64-bit platforms. Will backport | Neal Norwitz | 2006-01-05 | 1 | -0/+2 |
|
|
* | Mention that zlib is now builtin on Windows. | Martin v. Löwis | 2006-01-03 | 1 | -0/+3 |
|
|
* | Dammit, who the hell spells build with ii? | Neal Norwitz | 2006-01-03 | 1 | -1/+1 |
|
|
* | install svn in /usr/local/bin and remove from ~/local/bin | Neal Norwitz | 2006-01-03 | 1 | -3/+1 |
|
|
* | get the proper full pathname of the script. spell build properly | Neal Norwitz | 2006-01-02 | 1 | -3/+3 |
|
|
* | * Change tabs to spaces | Neal Norwitz | 2006-01-02 | 1 | -8/+8 |
|
|
* | Script to automatically build and test python and doc. The results | Neal Norwitz | 2006-01-02 | 1 | -0/+192 |
|
|
* | Ported from 2.4 branch: | Barry Warsaw | 2006-01-01 | 1 | -2/+5 |
|
|
* | Use -xcode=pic32 for SunPro. Will backport to 2.4. | Martin v. Löwis | 2005-12-30 | 1 | -0/+2 |
|
|
* | [ 959576 ] Can't build Python on POSIX w/o $HOME | Georg Brandl | 2005-12-27 | 1 | -0/+3 |
|
|
* | Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode | Neal Norwitz | 2005-12-23 | 1 | -0/+2 |
|
|
* | Patch #1117398: fix cookielib LoadError | Neal Norwitz | 2005-12-23 | 1 | -0/+4 |
|
|
* | Bug #1072182, fix some potential problems if characters are signed. | Neal Norwitz | 2005-12-19 | 1 | -0/+2 |
|
|
* | Bug #889500, fix line number on SyntaxWarning for global declarations. | Neal Norwitz | 2005-12-19 | 1 | -0/+2 |
|
|
* | Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. | Neal Norwitz | 2005-12-18 | 1 | -0/+2 |
|
|
* | Get float() to be more portable across platforms. Disable hex strings. | Neal Norwitz | 2005-12-18 | 1 | -0/+3 |
|
|
* | SF Patch #1365916, mmap fails on AMD64 | Neal Norwitz | 2005-12-18 | 1 | -0/+2 |
|
|
* | Expose Subversion revision number (calculated via "svnversion .") to Python. | Barry Warsaw | 2005-12-18 | 1 | -0/+4 |
|
|
* | Doc for PEP 341, needs improvement | Neal Norwitz | 2005-12-17 | 1 | -1/+1 |
|
|
* | Fix leftover word. | Georg Brandl | 2005-12-17 | 1 | -1/+1 |
|
|
* | Added PEP 341 to NEWS. | Georg Brandl | 2005-12-17 | 1 | -0/+4 |
|
|
* | SF patch #1355913, PEP 341 - Unification of try/except and try/finally | Neal Norwitz | 2005-12-17 | 1 | -0/+1 |
|
|
* | Add Michael Urman for work on SF patch #1365916 | Neal Norwitz | 2005-12-17 | 1 | -0/+1 |
|
|
* | Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' | Hye-Shik Chang | 2005-12-17 | 1 | -0/+3 |
|
|
* | More text about the pragmatic significance of hashlib. | Tim Peters | 2005-12-16 | 1 | -4/+13 |
|
|
* | Add the missing mention of the hashlib module. | Brett Cannon | 2005-12-16 | 1 | -0/+3 |
|
|
* | Revert r41662 and the part of 41552 that originally caused the problem | Neal Norwitz | 2005-12-15 | 1 | -3/+0 |
|
|
* | Add a workaround for file.ftell() to raise IOError for ttys. | Hye-Shik Chang | 2005-12-13 | 1 | -0/+3 |
|
|
* | r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 | Fredrik Lundh | 2005-12-12 | 1 | -0/+4 |
|
|
* | Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module | Hye-Shik Chang | 2005-12-12 | 1 | -0/+3 |
|
|
* | Patch #1276356: Implement new resource "urlfetch" for regrtest. | Hye-Shik Chang | 2005-12-10 | 1 | -0/+3 |
|
|
* | [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer | Andrew M. Kuchling | 2005-12-04 | 1 | -1/+1 |
|
|
* | [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM... | Andrew M. Kuchling | 2005-12-04 | 1 | -0/+3 |
|
|
* | [Bug #792570] Under Windows, socket.read() seems to run into trouble when | Andrew M. Kuchling | 2005-12-04 | 1 | -0/+3 |
|
|
* | [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listenin... | Andrew M. Kuchling | 2005-12-04 | 1 | -0/+3 |
|
|
* | Patch #1350409: Port signal handling to VS 2005. | Martin v. Löwis | 2005-11-28 | 2 | -0/+3 |
|
|
* | Patch #1162825: Support non-ASCII characters in IDLE window titles. | Martin v. Löwis | 2005-11-27 | 1 | -0/+2 |
|
|
* | bug #1365984: urllib and data: URLs. Problem was that cStringIO objects canno... | Georg Brandl | 2005-11-26 | 1 | -0/+2 |
|
|
* | bug #1281408: make Py_BuildValue work with unsigned longs and long longs | Georg Brandl | 2005-11-24 | 1 | -0/+3 |
|
|
* | Prevent threading.Thread.join() from blocking when a previous call raised an | Brett Cannon | 2005-11-23 | 2 | -0/+5 |
|
|
* | Bug #869197: setgroups rejects long integer argument | Georg Brandl | 2005-11-22 | 1 | -0/+2 |
|
|
* | Typo fix | Andrew M. Kuchling | 2005-11-22 | 1 | -1/+1 |
|
|
* | Use basestring instead of type.StringType for checking whether a input | Walter Dörwald | 2005-11-21 | 1 | -0/+2 |
|
|
* | Fix a few more memory leaks | Neal Norwitz | 2005-11-20 | 1 | -1/+15 |
|
|
* | Updated gentoo to 2005.0 | Neal Norwitz | 2005-11-13 | 1 | -94/+100 |
|
|
* | - SF Bug #1350188, "setdlopenflags" leads to crash upon "import" | Neal Norwitz | 2005-11-09 | 1 | -0/+4 |
|
|
* | Fix typo in envvar name. | Brett Cannon | 2005-11-07 | 1 | -1/+1 |
|
|
* | Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint | Neal Norwitz | 2005-11-03 | 1 | -0/+2 |
|
|
* | Change time.strptime() to raise ValueError whenever there is an error in the | Brett Cannon | 2005-11-02 | 1 | -0/+3 |
|
|
* | Fix SF #1345263, colorsys tests, bug in frange | Neal Norwitz | 2005-11-02 | 1 | -0/+1 |
|
|