| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #854823: socketmodule now builds on Sun platforms even when | Georg Brandl | 2006-02-20 | 1 | -0/+3 |
|
|
* | Bug #1413790: zipfile now sanitizes absolute archive names that are | Georg Brandl | 2006-02-20 | 1 | -0/+6 |
|
|
* | Ignore the tests which report leaks sporadically. | Neal Norwitz | 2006-02-19 | 1 | -3/+8 |
|
|
* | Fix the encodings package codec search function to only search | Marc-André Lemburg | 2006-02-19 | 1 | -0/+6 |
|
|
* | Patch #1215184: FileInput now can be given an opening hook which can | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1212287: fileinput.input() now has a mode parameter for | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1215184: fileinput now has a fileno() function for getting the | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1349274: gettext.install() now optionally installs additional | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1337756: fileinput now accepts Unicode filenames. | Georg Brandl | 2006-02-19 | 1 | -0/+2 |
|
|
* | Patch #1393157: os.startfile() now has an optional argument to specify | Georg Brandl | 2006-02-18 | 1 | -0/+3 |
|
|
* | Patch #1373643: The chunk module can now read chunks larger than | Georg Brandl | 2006-02-18 | 1 | -0/+3 |
|
|
* | Add NEWS entry to previous checkin. | Georg Brandl | 2006-02-17 | 1 | -0/+2 |
|
|
* | 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 |
|
|
* | Find test failures consistently | Neal Norwitz | 2006-02-15 | 1 | -2/+2 |
|
|
* | Add build support for AMD64. | Martin v. Löwis | 2006-02-14 | 1 | -0/+2 |
|
|
* | Support 2.4 (released versions) better. (rsync was not working with adding t... | Neal Norwitz | 2006-02-14 | 1 | -2/+4 |
|
|
* | Patch #428494: Prefer linking against ncursesw over ncurses library | Martin v. Löwis | 2006-02-11 | 1 | -0/+2 |
|
|
* | Update general copyright years to 2006. | Georg Brandl | 2006-02-11 | 1 | -1/+1 |
|
|
* | Be a little less sensitive to failures. Only check for the result from | Neal Norwitz | 2006-02-09 | 1 | -1/+1 |
|
|
* | 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 | 2 | -0/+4 |
|
|
* | 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 | 2 | -0/+5 |
|
|
* | 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 |
|
|
* | refresh every 12 hours for crazy people like me that keep the page up | Neal Norwitz | 2006-01-16 | 1 | -1/+5 |
|
|
* | Alphabetize some names and remove a dupe | Neal Norwitz | 2006-01-14 | 1 | -16/+15 |
|
|
* | Patch #1103116: AF_NETLINK sockets basic support. | Martin v. Löwis | 2006-01-14 | 2 | -0/+3 |
|
|
* | 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 | 2 | -0/+3 |
|
|
* | SF bug #1400822, Extended version of _curses over{lay,write} does not work | Neal Norwitz | 2006-01-10 | 2 | -0/+5 |
|
|
* | - Patch #1400181, fix unicode string formatting to not use the locale. | Neal Norwitz | 2006-01-10 | 1 | -0/+4 |
|
|
* | Add some notes about a recurring problem with OpenBSD | Neal Norwitz | 2006-01-09 | 1 | -0/+38 |
|
|