2007-08-24 |
Collin Winter | Convert test_pkg to use unittest. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Collin Winter | r698@Silves: collinwinter | 2007-08-24 10:57:15 ... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Clean up after a merge left behind old except clause... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Merged revisions 57221-57391 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Gregory P.... | reapply of r57378 to fix bug 1725856 |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Fix logic bug that triggered assert. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Make uuid.py thread-safe. Fix by Yuri Ginsburg. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Fixes by Ero Carrera to remove PyString_. I had to... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Patch by Ero Carrera to get rid of PyString in timemodu... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | math.floor(<int>) now returns the argument, |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | cPickle was removed |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Before calling _PyType_Lookup() the type needs to be... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | Use unicode for the errno.errorcode names |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | Return unicode for a key name from a wide character |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Use UTF-8 for a docstring that contains non-ASCII chars. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Guido van Rossum | Patch by Keir Mierle so that sets can be compared to... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Guido van Rossum | CFunctions' doc strings should be Unicode. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Guido van Rossum | Fix math.ceil() and math.floor() to fall back to __ceil... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Guido van Rossum | Finish the work on __round__ and __trunc__. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Fix test_shelve when it uses dumbdbm. Found and fixed... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Convert a bunch of constant strings in C to unicode. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Use unicode. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Guido van Rossum | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Use a newer API for creating the module so we don't... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Use a newer API for creating the module so we don't... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Gregory P.... | Require strict bytes objects for all bsddb.db input... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Gregory P.... | docstring cut n paste correction |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Kurt B. Kaiser | os.getcwd() is returning str8; sys.path items are str. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Kurt B. Kaiser | Conform to py3k dict.{keys, items, values} with some... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Guido van Rossum | Correction to the xmlrpc docs by John Reese and Jacques... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Kurt B. Kaiser | Fix raise with 2to3 |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Collin Winter | Convert raise statements in Lib/plat-{mac,os2emx}. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Guido van Rossum | Fixes by John Reese and Jacques Frechet that make test_... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Guido van Rossum | Change the error reporting when an invalid string is... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Alex Martelli | Implement the round functionality for PEP 3141, and... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Collin Winter | Convert raise statements in Mac/. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Collin Winter | Convert raise statements in Tools/. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Kurt B. Kaiser | Switch to absolute imports to support direct execution... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Alex Martelli | Implement the trunc builtin for PEP 3141 |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Guido van Rossum | Use python -E instead of undef PYTHONPATH. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Collin Winter | Convert raise statements in bsddb. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Collin Winter | Fix raise statements in hotshot. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Kurt B. Kaiser | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Kurt B. Kaiser | Replace file() with open() |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Kurt B. Kaiser | Use buffer of type 'bytes' to accumulate from socket. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Gregory P.... | stop leaving log.0000001 __db.00* and xxx.db turds... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Collin Winter | Patch #1774414: make it possible to use SVK to develop... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Kurt B. Kaiser | Fix bug introduced at r54854 to mass replace string... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Gregory P.... | Eat some low hanging fruit... let the test suite run. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Kurt B. Kaiser | Fix some debugging print statements |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Guido van Rossum | Make IOBase (and hence all other classes in io.py)... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Kurt B. Kaiser | Remove some old comments adequately covered in the... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Kurt B. Kaiser | 1. Fix File Open: don't encode filename to UTF-8 bytes |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Guido van Rossum | Convert sunaudio.py to bytes. (It has no unit test... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Kurt B. Kaiser | eliminate "from ... import *" in a function. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Lars Gustäbel | Fall back to 'ascii' encoding if sys.getfilesystemencod... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Guido van Rossum | Fix fallout from making __private variables in threadin... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Guido van Rossum | Make runtests.py a little more versatile: support ... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Guido van Rossum | Rename __whatever variables defined by ABCMeta to _abc_... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Guido van Rossum | Get rid of all __private variables and methods in the... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Guido van Rossum | Merged revisions 57152-57220 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Jeremy Hylton | Remove note about compatibility layer, as the compatibi... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Travis E. Oliphant | Fix memory leak in arraymodule.c and respond to a few... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Neal Norwitz | Remove _PyObject_Del |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Neal Norwitz | SF #1777057, fix memoryview('test') so it works in... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Hye-Shik Chang | Fix xmlrpc unittest. While it now passes on Linux... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Neal Norwitz | Code review of the new buffer protocol. Mostly add... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Guido van Rossum | Fix an unfinished though in my own test code. |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Guido van Rossum | New I/O code from Tony Lownds implement newline feature... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Travis E. Oliphant | Merged in py3k-buffer branch to main line. All objects... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Guido van Rossum | Make the cleanup between -R passes deal better with... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Guido van Rossum | Fix _dump_registry() to use the correct prefix for... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Guido van Rossum | Force PYTHON = python2.5. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Guido van Rossum | Allow -R4:3 instead of -R4:3: -- I never use the 3rd... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Guido van Rossum | Change the usage() function. Don't print the entire... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Guido van Rossum | Another merge. Only doc stuff was affected (but this... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Guido van Rossum | Print warning when openssl is too old; it's pretty... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Walter Dörwald | Fix stupid typo in Lib/encodings/utf_32.py which led... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Guido van Rossum | Move some declarations before code, to compile with... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Guido van Rossum | Fix refcount leak, courtesy Christian Heines. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Skip Montanaro | Remove support for BeOS |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Georg Brandl | No need to define raw_input(), input() does the same. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Neal Norwitz | Merged revisions 57125-57128 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Neal Norwitz | Simplify expression |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Guido van Rossum | Fix the IPv6 pton/ntop tests. Why weren't these failin... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Guido van Rossum | Merged revisions 57113-57124 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Neal Norwitz | Remove output file for test that was already removed |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Skip Montanaro | some RiscOS stuff I missed before (was only looking... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Skip Montanaro | forgot this when removing RISCOS stuff |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Guido van Rossum | Manually patched a few things that didn't get merged... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Guido van Rossum | First merge from the trunk straight into the py3k branc... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Guido van Rossum | Initialized merge tracking via "svnmerge" with revision... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Guido van Rossum | Delete svnmerge properties (temporarily). |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Walter Dörwald | Apply SF patch #1775604: This adds three new codecs... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Guido van Rossum | Get rid of some dead code and unneeded XXX comments... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Jeremy Hylton | Remove last(?) use of httplib.HTTPS, which caused test_... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Walter Dörwald | Complete truncated sentence. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Skip Montanaro | Remove RISCOS support |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Georg Brandl | Remove license of the md5 module which is no longer... |
commit | commitdiff | tree | snapshot |
next |