| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 70979 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -8/+8 |
|
|
* | Fix for issue5040. Adding support for unicode message passing and tests for u... | Senthil Kumaran | 2009-04-01 | 1 | -0/+26 |
|
|
* | Merged revisions 70975 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -22/+24 |
|
|
* | Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. | Raymond Hettinger | 2009-04-01 | 1 | -0/+25 |
|
|
* | Merged revisions 70965 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -0/+35 |
|
|
* | Remove redundant import of tkinter. | R. David Murray | 2009-04-01 | 1 | -3/+0 |
|
|
* | #5636: fix next -> __next__ in csv reader docs. | Georg Brandl | 2009-04-01 | 1 | -1/+5 |
|
|
* | Allow skipping of regression tests not supported on windows. This reduces no... | Kristján Valur Jónsson | 2009-04-01 | 7 | -9/+13 |
|
|
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 1 | -0/+27 |
|
|
* | Merged revisions 70931 via svnmerge from | Jack Diederich | 2009-04-01 | 1 | -1/+13 |
|
|
* | Merged revisions 70936 via svnmerge from | R. David Murray | 2009-04-01 | 1 | -0/+14 |
|
|
* | Merged revisions 70930 via svnmerge from | R. David Murray | 2009-03-31 | 1 | -9/+4 |
|
|
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 29 | -67/+120 |
|
|
* | fix TextIOWrapper.read() when the buffer is not readable #5628 | Benjamin Peterson | 2009-03-31 | 1 | -0/+7 |
|
|
* | Merged revisions 70879 via svnmerge from | Hirokazu Yamamoto | 2009-03-31 | 1 | -4/+16 |
|
|
* | Merged revisions 70779 via svnmerge from | R. David Murray | 2009-03-31 | 1 | -0/+1 |
|
|
* | Merged revisions 70801,70809 via svnmerge from | Jeremy Hylton | 2009-03-31 | 2 | -2/+26 |
|
|
* | Simplify the Request class. The basic components of the parsed | Jeremy Hylton | 2009-03-31 | 2 | -5/+5 |
|
|
* | Merged revisions 70800 via svnmerge from | Hirokazu Yamamoto | 2009-03-31 | 1 | -0/+17 |
|
|
* | Fix segfaults when running test_exceptions with coverage tracing, caused by w... | Georg Brandl | 2009-03-31 | 1 | -0/+6 |
|
|
* | merge 70783 to py3k | Jesse Noller | 2009-03-31 | 1 | -0/+4 |
|
|
* | finalize the queue to resolve test issue | Jesse Noller | 2009-03-30 | 1 | -0/+2 |
|
|
* | Issue #5604: non-ASCII characters in module name passed to | Guido van Rossum | 2009-03-30 | 1 | -0/+71 |
|
|
* | Fix for Issue4962, issue4675. | Senthil Kumaran | 2009-03-30 | 2 | -0/+19 |
|
|
* | Make sure time.strptime only accepts strings (and document the fact like | Brett Cannon | 2009-03-30 | 1 | -0/+5 |
|
|
* | Merge 70717 to 30maint | Jesse Noller | 2009-03-30 | 1 | -0/+24 |
|
|
* | Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from | Benjamin Peterson | 2009-03-30 | 1 | -0/+1 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 2 | -61/+0 |
|
|
* | Fix test_subprocess so that it works when launched from another directory than | Antoine Pitrou | 2009-03-29 | 1 | -2/+3 |
|
|
* | Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). | Antoine Pitrou | 2009-03-29 | 1 | -0/+16 |
|
|
* | Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct | Mark Dickinson | 2009-03-29 | 1 | -48/+26 |
|
|
* | Port r70672 to py3k. Add the ability to control the random seed used by regrt... | Collin Winter | 2009-03-29 | 1 | -5/+18 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 38 | -178/+317 |
|
|
* | Remove special logic that closes HTTPConnection socket on EPIPE. | Jeremy Hylton | 2009-03-28 | 1 | -1/+31 |
|
|
* | Replace references to httplib with http.client. | Jeremy Hylton | 2009-03-27 | 1 | -27/+27 |
|
|
* | Fix some string encoding issues with entity bodies in HTTP requests. | Jeremy Hylton | 2009-03-27 | 1 | -1/+72 |
|
|
* | Merged revisions 70518,70521,70590,70594-70595 via svnmerge from | Benjamin Peterson | 2009-03-26 | 1 | -20/+29 |
|
|
* | Add __enter__ and __exit__ methods to addbase() so that it supports with. | Jeremy Hylton | 2009-03-26 | 1 | -0/+42 |
|
|
* | fix isprintable() on space characters #5126 | Benjamin Peterson | 2009-03-26 | 1 | -0/+1 |
|
|
* | officially deprecated max_buffer_size | Benjamin Peterson | 2009-03-26 | 1 | -2/+24 |
|
|
* | Add a few more tests for urllib.parse.urlencode. | Jeremy Hylton | 2009-03-26 | 1 | -2/+19 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -13/+100 |
|
|
* | Merged revisions 70558,70561-70563,70568-70571 via svnmerge from | Benjamin Peterson | 2009-03-24 | 1 | -2/+2 |
|
|
* | Merged revisions 70555 via svnmerge from | Benjamin Peterson | 2009-03-23 | 1 | -6/+124 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 3 | -0/+190 |
|
|
* | Merged revisions 70523 via svnmerge from | Lars Gustäbel | 2009-03-22 | 1 | -0/+25 |
|
|
* | - Issue #5463: In struct module, remove deprecated overflow wrapping | Mark Dickinson | 2009-03-21 | 1 | -11/+1 |
|
|
* | stringio doesn't have an encoding | Benjamin Peterson | 2009-03-21 | 1 | -1/+1 |
|
|
* | Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. | Raymond Hettinger | 2009-03-19 | 1 | -0/+7 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 2 | -10/+44 |
|
|