| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [Bug #792570] Under Windows, socket.read() seems to run into trouble when | Andrew M. Kuchling | 2005-12-04 | 2 | -2/+16 |
|
|
* | [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listenin... | Andrew M. Kuchling | 2005-12-04 | 2 | -1/+14 |
|
|
* | Bug #1368481: python.dir refers to whatsnew23 | Georg Brandl | 2005-12-02 | 1 | -1/+1 |
|
|
* | set expectations appropriately. ;) | Anthony Baxter | 2005-12-01 | 1 | -1/+1 |
|
|
* | Fix typo. | Walter Dörwald | 2005-11-30 | 1 | -1/+1 |
|
|
* | Remove sorting HOWTO, after converting it to a wiki page at http://wiki.pytho... | Andrew M. Kuchling | 2005-11-30 | 1 | -266/+0 |
|
|
* | Silence VS2005 warnings about deprecated functions. | Martin v. Löwis | 2005-11-29 | 1 | -0/+10 |
|
|
* | Limit x86 machine instructions and Win95 support to _M_IX86. | Martin v. Löwis | 2005-11-29 | 1 | -0/+2 |
|
|
* | Test another error case in PyFloat_FromString(). | Walter Dörwald | 2005-11-29 | 1 | -0/+2 |
|
|
* | fix link | Fred Drake | 2005-11-29 | 1 | -1/+1 |
|
|
* | SF#1368827 | Fredrik Lundh | 2005-11-29 | 1 | -1/+1 |
|
|
* | Fix leaked reference to None. | Walter Dörwald | 2005-11-28 | 1 | -0/+1 |
|
|
* | Patch #1350409: Port signal handling to VS 2005. | Martin v. Löwis | 2005-11-28 | 3 | -0/+20 |
|
|
* | Fix memory leaks | Neal Norwitz | 2005-11-27 | 1 | -5/+8 |
|
|
* | Improve test coverage. Hope the test_file changes work the same on windows. | Neal Norwitz | 2005-11-27 | 5 | -0/+75 |
|
|
* | Patch #1162825: Support non-ASCII characters in IDLE window titles. | Martin v. Löwis | 2005-11-27 | 3 | -6/+36 |
|
|
* | bug #1365984: urllib and data: URLs. Problem was that cStringIO objects canno... | Georg Brandl | 2005-11-26 | 2 | -2/+7 |
|
|
* | Patch #1227966: Do not defined _XOPEN_SOURCE_EXTENDED on Solaris 10. | Martin v. Löwis | 2005-11-26 | 2 | -6/+25 |
|
|
* | SF patch #1364946: Add a reference link from the dcoumentation of the encode | Walter Dörwald | 2005-11-25 | 2 | -3/+4 |
|
|
* | SF patch #1364545: test_cmd_line.py relied on english error messages when | Walter Dörwald | 2005-11-25 | 1 | -13/+12 |
|
|
* | Remove unused _callers member. No need for types, use isinstance | Neal Norwitz | 2005-11-25 | 1 | -5/+2 |
|
|
* | Stop looping to do nothing, just pass. | Neal Norwitz | 2005-11-25 | 1 | -2/+2 |
|
|
* | No need for types, use isinstance | Neal Norwitz | 2005-11-25 | 3 | -9/+6 |
|
|
* | Use sorted() builtin | Neal Norwitz | 2005-11-25 | 1 | -10/+5 |
|
|
* | Test is still disabled, but access through public module | Neal Norwitz | 2005-11-25 | 1 | -2/+2 |
|
|
* | Get symtable to limp along, can run compiler/symbols.py. Not saying much, ne... | Neal Norwitz | 2005-11-25 | 1 | -1/+4 |
|
|
* | Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is so... | Neal Norwitz | 2005-11-25 | 1 | -2/+4 |
|
|
* | Fix some comment typos | Neal Norwitz | 2005-11-25 | 1 | -1/+1 |
|
|
* | Fix typo in comment. | Neal Norwitz | 2005-11-24 | 1 | -1/+2 |
|
|
* | Fix a few more ref leaks. Backport candidate | Neal Norwitz | 2005-11-24 | 3 | -4/+8 |
|
|
* | Move registration of the codec search function to the module scope | Neal Norwitz | 2005-11-24 | 1 | -17/+18 |
|
|
* | move test into a unittest.TestCase, no functional changes | Neal Norwitz | 2005-11-24 | 1 | -74/+74 |
|
|
* | bug #1281408: make Py_BuildValue work with unsigned longs and long longs | Georg Brandl | 2005-11-24 | 3 | -5/+47 |
|
|
* | Fix main() call | Kurt B. Kaiser | 2005-11-23 | 1 | -3/+3 |
|
|
* | Prevent threading.Thread.join() from blocking when a previous call raised an | Brett Cannon | 2005-11-23 | 3 | -16/+23 |
|
|
* | 1. Made advanced keybinding dialog functional. | Kurt B. Kaiser | 2005-11-22 | 2 | -13/+27 |
|
|
* | Bug #1357604: os.makedirs handles UNC paths | Georg Brandl | 2005-11-22 | 1 | -3/+2 |
|
|
* | Added example for the ** operator in function calls | Georg Brandl | 2005-11-22 | 1 | -0/+14 |
|
|
* | Patch #1255218: libmultifile.tex: tell what a decoration is | Georg Brandl | 2005-11-22 | 1 | -3/+3 |
|
|
* | Bug #869197: setgroups rejects long integer argument | Georg Brandl | 2005-11-22 | 2 | -6/+33 |
|
|
* | Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode strings | Georg Brandl | 2005-11-22 | 1 | -2/+3 |
|
|
* | Prefer GNOME browser over mozilla. | Georg Brandl | 2005-11-22 | 1 | -7/+7 |
|
|
* | Add a note to os.chown that permission constants can be combined | Georg Brandl | 2005-11-22 | 1 | -1/+2 |
|
|
* | [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix f... | Andrew M. Kuchling | 2005-11-22 | 2 | -2/+13 |
|
|
* | [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu... | Andrew M. Kuchling | 2005-11-22 | 2 | -2/+4 |
|
|
* | Typo fix | Andrew M. Kuchling | 2005-11-22 | 1 | -1/+1 |
|
|
* | Add generator-expression nodes | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+15 |
|
|
* | Add comment about updating docs | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+3 |
|
|
* | [Bug #449093] FloorDiv AST node type not listed | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+4 |
|
|
* | Use optparse instead of getopt for command line options. | Walter Dörwald | 2005-11-22 | 1 | -28/+20 |
|
|