| Commit message (Expand) | Author | Age | Files | Lines |
* | Blocked revisions 65679,65710 via svnmerge | Benjamin Peterson | 2008-08-17 | 0 | -0/+0 |
|
|
* | correct return type | Benjamin Peterson | 2008-08-17 | 1 | -1/+1 |
|
|
* | Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from | Benjamin Peterson | 2008-08-17 | 7 | -53/+377 |
|
|
* | Blocked revisions 65741 via svnmerge | Benjamin Peterson | 2008-08-17 | 0 | -0/+0 |
|
|
* | Merged revisions 65773 via svnmerge from | Antoine Pitrou | 2008-08-17 | 1 | -9/+4 |
|
|
* | NEWS items from 2.6 don't need to be merged to 3.0. | Hirokazu Yamamoto | 2008-08-17 | 1 | -6/+0 |
|
|
* | Blocked revisions 65762 via svnmerge | Hirokazu Yamamoto | 2008-08-17 | 0 | -0/+0 |
|
|
* | Blocked revisions 65768 via svnmerge | Antoine Pitrou | 2008-08-17 | 0 | -0/+0 |
|
|
* | Issue #3575: Incremental decoder's decode function now takes bytearray | Hirokazu Yamamoto | 2008-08-17 | 2 | -2/+10 |
|
|
* | Blocked revisions 65748 via svnmerge | Hirokazu Yamamoto | 2008-08-17 | 0 | -0/+0 |
|
|
* | I forgot to update NEWS. | Hirokazu Yamamoto | 2008-08-17 | 1 | -0/+3 |
|
|
* | Merged revisions 65745 via svnmerge from | Hirokazu Yamamoto | 2008-08-17 | 1 | -28/+26 |
|
|
* | RPC_WSTR is not available Visual Studio 2003 or earlier. | Hirokazu Yamamoto | 2008-08-17 | 1 | -1/+1 |
|
|
* | Blocked revisions 65742 via svnmerge | Brett Cannon | 2008-08-17 | 0 | -0/+0 |
|
|
* | Issue 2464. Supports a malformation in the URL received | Facundo Batista | 2008-08-17 | 1 | -1/+9 |
|
|
* | Blocked revisions 65733 via svnmerge | Antoine Pitrou | 2008-08-17 | 0 | -0/+0 |
|
|
* | #3567: fix sunau for running with -bb and make test_ossaudiodev work. | Antoine Pitrou | 2008-08-17 | 2 | -9/+8 |
|
|
* | Issue #3571: test_bytes mistakingly closed stdin | Antoine Pitrou | 2008-08-16 | 1 | -1/+2 |
|
|
* | #3571: try to fix recurrent buildbot failures by strenghtening test_os.test_c... | Antoine Pitrou | 2008-08-16 | 1 | -3/+20 |
|
|
* | Blocked revisions 65721 via svnmerge | Brett Cannon | 2008-08-16 | 0 | -0/+0 |
|
|
* | Blocked revisions 65719 via svnmerge | Brett Cannon | 2008-08-16 | 0 | -0/+0 |
|
|
* | Blocked revisions 65716 via svnmerge | Brett Cannon | 2008-08-16 | 0 | -0/+0 |
|
|
* | Merged revisions 65713 via svnmerge from | Benjamin Peterson | 2008-08-16 | 1 | -25/+25 |
|
|
* | add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simpler | Benjamin Peterson | 2008-08-16 | 2 | -1/+13 |
|
|
* | Issue #2776: fixed small issue when handling an URL with double slash | Facundo Batista | 2008-08-16 | 2 | -3/+36 |
|
|
* | Bug #3542: Support Unicode strings in _msi module. | Martin v. Löwis | 2008-08-16 | 2 | -19/+24 |
|
|
* | murder some versionadded and versionchanged directives in their beds | Benjamin Peterson | 2008-08-16 | 11 | -39/+0 |
|
|
* | Merged revisions 65703 via svnmerge from | Benjamin Peterson | 2008-08-15 | 1 | -18/+17 |
|
|
* | Removed some unused imports to decrease the amount of loaded modules during s... | Christian Heimes | 2008-08-15 | 2 | -3/+6 |
|
|
* | Fix building binascii when not using the zlib's crc32 (build failure on Windo... | Antoine Pitrou | 2008-08-15 | 1 | -1/+1 |
|
|
* | Zero-initialize buf. Fixes #3557. | Martin v. Löwis | 2008-08-15 | 1 | -0/+1 |
|
|
* | Issue 3514: Fixed segfault dues to infinite loop in __getattr__. | Alexandre Vassalotti | 2008-08-15 | 2 | -2/+17 |
|
|
* | Fix build from a blank checkout by using the _thread module instead of thread... | Antoine Pitrou | 2008-08-15 | 1 | -3/+3 |
|
|
* | Merged revisions 65686 via svnmerge from | Antoine Pitrou | 2008-08-14 | 4 | -41/+159 |
|
|
* | Merged revisions 65677-65678,65683 via svnmerge from | Martin v. Löwis | 2008-08-14 | 1 | -5/+6 |
|
|
* | Issue 1432. Fixes a bug caused because of the evolution | Facundo Batista | 2008-08-14 | 2 | -5/+21 |
|
|
* | Use s* to receive data. Fixes #3552. | Martin v. Löwis | 2008-08-14 | 2 | -21/+24 |
|
|
* | #3550: socket APIs use bytes, not strings. | Georg Brandl | 2008-08-14 | 1 | -33/+36 |
|
|
* | Merged revisions 65672 via svnmerge from | Hirokazu Yamamoto | 2008-08-14 | 2 | -0/+130 |
|
|
* | Blocked revisions 65663 via svnmerge | Hirokazu Yamamoto | 2008-08-14 | 0 | -0/+0 |
|
|
* | Merged revisions 65667 via svnmerge from | Hirokazu Yamamoto | 2008-08-14 | 1 | -1/+4 |
|
|
* | Merged revisions 65668 via svnmerge from | Brett Cannon | 2008-08-14 | 1 | -4/+4 |
|
|
* | Blocked revisions 65665 via svnmerge | Brett Cannon | 2008-08-14 | 0 | -0/+0 |
|
|
* | Issue #2065: VC6 related fix. | Hirokazu Yamamoto | 2008-08-14 | 5 | -40/+48 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 32 | -389/+720 |
|
|
* | update ssl documentation | Bill Janssen | 2008-08-12 | 1 | -0/+9 |
|
|
* | clean up ssl.py; expose unwrap and add test for it | Bill Janssen | 2008-08-12 | 3 | -4/+69 |
|
|
* | Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-... | Georg Brandl | 2008-08-12 | 13 | -21/+115 |
|
|
* | Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-... | Georg Brandl | 2008-08-12 | 8 | -26/+70 |
|
|
* | Blocked revisions 65642 via svnmerge | Nick Coghlan | 2008-08-11 | 0 | -0/+0 |
|
|