| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #1430298: It is now possible to send a mail with an empty | Georg Brandl | 2006-02-17 | 1 | -0/+3 |
|
|
* | Add bug number to NEWS entry. | Georg Brandl | 2006-02-17 | 1 | -1/+2 |
|
|
* | The names of lambda functions are now properly displayed in pydoc. | Georg Brandl | 2006-02-17 | 1 | -0/+2 |
|
|
* | Patch #1432345: Make python compile on DragonFly. | Martin v. Löwis | 2006-02-17 | 1 | -0/+2 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -0/+2 |
|
|
* | Add build support for AMD64. | Martin v. Löwis | 2006-02-14 | 1 | -0/+2 |
|
|
* | Patch #428494: Prefer linking against ncursesw over ncurses library | Martin v. Löwis | 2006-02-11 | 1 | -0/+2 |
|
|
* | Added the cProfile module. | Armin Rigo | 2006-02-08 | 1 | -0/+5 |
|
|
* | Bug #876637, prevent stack corruption when socket descriptor | Neal Norwitz | 2006-02-07 | 1 | -0/+3 |
|
|
* | Patch #1412872: zipfile: use correct system type on unixy systems. | Martin v. Löwis | 2006-02-05 | 1 | -0/+3 |
|
|
* | Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same | Neal Norwitz | 2006-02-05 | 1 | -0/+4 |
|
|
* | Patch #1422385: Changes to nis module to support multiple NIS domains | Martin v. Löwis | 2006-02-04 | 1 | -0/+3 |
|
|
* | Drop C library for stat/fstat on Windows. | Martin v. Löwis | 2006-02-03 | 1 | -0/+4 |
|
|
* | Patch #1413711: Certain patterns of differences were making difflib | Gustavo Niemeyer | 2006-01-31 | 1 | -0/+3 |
|
|
* | Fix typo. | Martin v. Löwis | 2006-01-30 | 1 | -1/+1 |
|
|
* | add bsddb.db.DBEnv.set_tx_timestamp mention | Gregory P. Smith | 2006-01-29 | 1 | -0/+2 |
|
|
* | Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. | Neal Norwitz | 2006-01-25 | 1 | -0/+3 |
|
|
* | note the bsddb extension module changes. | Gregory P. Smith | 2006-01-24 | 1 | -1/+6 |
|
|
* | Patch #1349118: urllib2 now supports user:pass@ style proxy | Martin v. Löwis | 2006-01-24 | 1 | -0/+4 |
|
|
* | Bug #902075: urllib2 now handles "host:port" proxy specifications | Georg Brandl | 2006-01-21 | 1 | -1/+3 |
|
|
* | Bug #1407902: Added support for sftp:// URIs to urlparse. | Georg Brandl | 2006-01-20 | 1 | -0/+2 |
|
|
* | Bug #1402224: Add warning to dl docs about crashes. | Georg Brandl | 2006-01-20 | 1 | -0/+2 |
|
|
* | Bug #1396471: Document that Windows' ftell() can return invalid | Georg Brandl | 2006-01-20 | 1 | -0/+3 |
|
|
* | Bug #1371247: Update Windows LCIDs in locale.py. | Georg Brandl | 2006-01-20 | 1 | -2/+4 |
|
|
* | Patch #1103116: AF_NETLINK sockets basic support. | Martin v. Löwis | 2006-01-14 | 1 | -0/+2 |
|
|
* | Fix typo | Neal Norwitz | 2006-01-14 | 1 | -1/+1 |
|
|
* | Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters | Georg Brandl | 2006-01-13 | 1 | -0/+3 |
|
|
* | Bug #1403410: The warnings module now doesn't get confused | Georg Brandl | 2006-01-13 | 1 | -0/+3 |
|
|
* | Fix SF bug #1402308, segfault when using mmap(-1, ...) | Neal Norwitz | 2006-01-11 | 1 | -0/+2 |
|
|
* | SF bug #1400822, Extended version of _curses over{lay,write} does not work | Neal Norwitz | 2006-01-10 | 1 | -0/+4 |
|
|
* | - Patch #1400181, fix unicode string formatting to not use the locale. | Neal Norwitz | 2006-01-10 | 1 | -0/+4 |
|
|
* | Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8. | Neal Norwitz | 2006-01-09 | 1 | -0/+3 |
|
|
* | Bug #1400115, Fix segfault when calling curses.panel.userptr() | Neal Norwitz | 2006-01-09 | 1 | -0/+3 |
|
|
* | Patch #1177307: UTF-8-Sig codec. | Martin v. Löwis | 2006-01-08 | 1 | -1/+2 |
|
|
* | Patch #881820: look for openpty and forkpty also in libbsd. | Martin v. Löwis | 2006-01-08 | 1 | -0/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|