2007-08-02 |
Georg Brandl | Remove useless \withsubitem. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Guido van Rossum | Changes to long and float by Jeffrey Jasskin to conform... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Guido van Rossum | When testing all stdlib modules, ignore test_pep263... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Guido van Rossum | Tests for @abstractproperty by Jeffrey Yasskin. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Guido van Rossum | Kill div, mod and divmod on complex (already deprecated... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Guido van Rossum | Add @abstractproperty. |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Walter Dörwald | Bytes (which are the input for decoding) are mutable... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brett Cannon | In cases where dealing with base64, do the conversion... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brett Cannon | Don't try to use a bytes sequence for file paths. ... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Guido van Rossum | Add a missing "rf.depth = 0;" to marshal_load(). |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Martin v. Löwis | Implement PEP 3120. |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Brett Cannon | Testing against a different default encoding is meaning... |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Brett Cannon | Expat parser no longer has a returns_unicode attribute... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Martin v. Löwis | Use BytesIO instead of cStringIO.StringIO. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Martin v. Löwis | Revert previous checkin. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Martin v. Löwis | Fix quopri to operate consistently on bytes. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Martin v. Löwis | Return bytes, not str8. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Martin v. Löwis | Patch #1762412: Fix test case for struni branch. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Guido van Rossum | Fix the minidom test. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Guido van Rossum | SF patch# 1759922 by Alexandre Vassalotti. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Guido van Rossum | Make test_sgmllib pass on OSX. Hopefully it still passe... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Guido van Rossum | Fix the docstrings for keys(), items(), values() (espec... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Guido van Rossum | SF patch# 1757839 by Alexandre Vassalotti (part 2). |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Guido van Rossum | SF patch# 1761465 by Jeffrey Yasskin. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Guido van Rossum | Delete redundant read() and close() methods from Socket... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Guido van Rossum | Don't redirect stdout for test_curses. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Guido van Rossum | Return bytes, not string from read(). Makes test_mmap... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Brett Cannon | Move xdrlib over to the bytes type. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Brett Cannon | Move shelve over to BytesIO as pickle.(Pickler | Unpick... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Guido van Rossum | Fix two bad type identifiers that caused crashes on... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Guido van Rossum | Make the last two curses demos work again -- they were... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Guido van Rossum | ccMake test_curses pass. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Guido van Rossum | Make test_wave.py pass. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Guido van Rossum | Make test_tcl.py pass, by accepting unicode strings... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Guido van Rossum | Tweaks to make the codecmaps tests pass again. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Guido van Rossum | SF patch# 1759016 by Joe Gregorio, who writes: |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Guido van Rossum | SF patch# 1758570 by Jeffrey Yasskin, who writes: |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Guido van Rossum | Don't use cwnon-ASCII characters in the source; use... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Guido van Rossum | Fix import of frozen package submodules to use Unicode... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Guido van Rossum | Add a command line option to set the -u flag. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Guido van Rossum | Don't use a sleep to wait for the server to be ready... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Collin Winter | Fix test_largefile by changing some string literals... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Collin Winter | Fix test_poplib failures. |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Guido van Rossum | Make close() (all versions) ignore IOError from flush(). |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Guido van Rossum | Remove this test; it checked for a single old bug and... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Guido van Rossum | Make test_compile not fail. |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Martin v. Löwis | Drop cPickle from Windows build process. |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Martin v. Löwis | Merged revisions 56483-56491 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Martin v. Löwis | Fix merge breakage. |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Martin v. Löwis | Merged revisions 56467-56482 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Guido van Rossum | SF patch# 1757683 by Alexandre Vassalotti. Add support for |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Guido van Rossum | SF patch# 1757839 by Alexandre Vassalotti -- make test_... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Guido van Rossum | SF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Collin Winter | Make doctest pass by specifying the right encoding. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Guido van Rossum | Fix test_uuid.py. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Guido van Rossum | Delete failing test that was checking that a slot decla... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin v. Löwis | Make audioop and its tests use bytes throughout. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin v. Löwis | Fix test_doctest: drop u prefixes; explicitly declare |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Guido van Rossum | Merged revisions 56443-56466 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Guido van Rossum | Fix test_cookie.py. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Guido van Rossum | Getting rid of cPickle. Mmm, feels good! |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Guido van Rossum | Make test_datetime.py pass by killing all references... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Guido van Rossum | Fix test_pickle, by reverting the string opcodes (S... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Guido van Rossum | Fix a bug in PyUnicode_FromStringAndSize() with signed... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Fix test_zipfile.py. (Why was it passing before?) |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Make test_unicode pass after the lexer was fixed to... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Make test_parser pass after merge. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Fix test_asyncore after merge. It needs to use bytes. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Merged revisions 56301-56442 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Do the right thing for CYGWIN. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin v. Löwis | Change Py_BuildValue to generate Unicode objects for |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Collin Winter | Run 2to3 over the Demo/ directory to shut up parse... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Guido van Rossum | SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Guido van Rossum | Minimal changes to make ftplib work. Basically, this... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Guido van Rossum | (1) SF patch# 1755214 by Amaury Forgeot d'Arc which... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Collin Winter | Fix two bugs from the map->itertools.imap switch. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Collin Winter | Fix a bug in distutils.core's error handling. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Guido van Rossum | Make the test of chr() overflow pass. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Collin Winter | Fix a bug from the map->itertools.imap conversion. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Guido van Rossum | Make test_pickletools.py pass. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Fix for cProfile. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Change a bunch of file encodings from Latin-1 to UTF-8. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Fix for one particular test (test_file). There are... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Three patches by Amaury Forgeot d'Arc; SF patch# 1754484. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Fix test_uu.py by inserting an explicit conversion... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Fix a weird use of try/finally to close a file. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | SF patch# 1752647 by Joe Gregorio. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Guido van Rossum | Use the encoding specification when reading the source... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Guido van Rossum | Don't stop installing if compileall fails -- ever. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Guido van Rossum | Improve error handling; don't die from unicode errors... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Guido van Rossum | Make chr() and ord() return/accept surrogate pairs... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Thomas Heller | Fix ctypes tests on OS X. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | For easier merging, revert ths change; it will be broug... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | atexit is a builtin module now, provide that on Windows. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | c_char, c_char_p objects and c_char array structure... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Do not accept str8 type in function calls any longer. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Remove all the Python 2.3 compatibility markers (the... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Remove all the Python 2.3 compatibility markers (the... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Structure fields of type c_char array or c_wchar array... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | No crashes on Linux in the ctypes test suite any longer... |
commit | commitdiff | tree | snapshot |
next |