| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure time.strptime only accepts strings (and document the fact like | Brett Cannon | 2009-03-30 | 2 | -1/+13 |
|
|
* | Fix importlib.machinery.PathFinder.find_module() to essentially skip over None | Brett Cannon | 2009-03-30 | 2 | -3/+23 |
|
|
* | Merge 70717 to 30maint | Jesse Noller | 2009-03-30 | 2 | -0/+25 |
|
|
* | Add simple tests for __import__ for future optimizations to importlib. | Brett Cannon | 2009-03-30 | 1 | -0/+82 |
|
|
* | Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from | Benjamin Peterson | 2009-03-30 | 2 | -2/+3 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 4 | -63/+2 |
|
|
* | Fix test_subprocess so that it works when launched from another directory than | Antoine Pitrou | 2009-03-29 | 1 | -2/+3 |
|
|
* | Make life easier for non-CPython implementations | Raymond Hettinger | 2009-03-29 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | fix variable name #5595 | Benjamin Peterson | 2009-03-29 | 1 | -1/+1 |
|
|
* | 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 | 42 | -214/+358 |
|
|
* | Remove special logic that closes HTTPConnection socket on EPIPE. | Jeremy Hylton | 2009-03-28 | 2 | -36/+55 |
|
|
* | 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 | 2 | -11/+92 |
|
|
* | Fix compatibility issue with HTTPMessage class. | Jeremy Hylton | 2009-03-27 | 2 | -4/+4 |
|
|
* | Sort import list. | Jeremy Hylton | 2009-03-27 | 1 | -10/+10 |
|
|
* | Replace duplicate code in http.server with call to http.client.parse_headers(). | Jeremy Hylton | 2009-03-27 | 2 | -17/+2 |
|
|
* | Simplify complex expression. | Jeremy Hylton | 2009-03-26 | 1 | -1/+3 |
|
|
* | Merged revisions 70518,70521,70590,70594-70595 via svnmerge from | Benjamin Peterson | 2009-03-26 | 3 | -63/+72 |
|
|
* | Add __enter__ and __exit__ methods to addbase() so that it supports with. | Jeremy Hylton | 2009-03-26 | 2 | -0/+50 |
|
|
* | fix isprintable() on space characters #5126 | Benjamin Peterson | 2009-03-26 | 1 | -0/+1 |
|
|
* | officially deprecated max_buffer_size | Benjamin Peterson | 2009-03-26 | 2 | -9/+38 |
|
|
* | Add a few more tests for urllib.parse.urlencode. | Jeremy Hylton | 2009-03-26 | 1 | -2/+19 |
|
|
* | urlencode: | Jeremy Hylton | 2009-03-26 | 1 | -13/+5 |
|
|
* | Simplify a few complicated expressions. | Jeremy Hylton | 2009-03-26 | 1 | -7/+12 |
|
|
* | Whitespace normalization. | Jeremy Hylton | 2009-03-26 | 1 | -5/+6 |
|
|
* | Fix a circular import dependency. | Brett Cannon | 2009-03-25 | 1 | -2/+2 |
|
|
* | Separate initialization from clearing. | Raymond Hettinger | 2009-03-25 | 1 | -3/+4 |
|
|
* | reuse tokenize.detect_encoding in linecache instead of a custom solution | Benjamin Peterson | 2009-03-24 | 2 | -23/+8 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -13/+100 |
|
|
* | Merged revisions 70574 via svnmerge from | Benjamin Peterson | 2009-03-24 | 1 | -1/+1 |
|
|
* | Merged revisions 70558,70561-70563,70568-70571 via svnmerge from | Benjamin Peterson | 2009-03-24 | 2 | -51/+60 |
|
|
* | Merged revisions 70555 via svnmerge from | Benjamin Peterson | 2009-03-23 | 2 | -21/+313 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 3 | -0/+190 |
|
|
* | Make imported name private and wrap long-line. | Raymond Hettinger | 2009-03-23 | 1 | -3/+4 |
|
|
* | Forward port r70533 and r70538. | Raymond Hettinger | 2009-03-23 | 1 | -32/+45 |
|
|
* | Merged revisions 70523 via svnmerge from | Lars Gustäbel | 2009-03-22 | 2 | -5/+29 |
|
|
* | port the queue change r70405 | Benjamin Peterson | 2009-03-21 | 1 | -8/+8 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 2 | -9/+13 |
|
|
* | - Issue #5463: In struct module, remove deprecated overflow wrapping | Mark Dickinson | 2009-03-21 | 1 | -11/+1 |
|
|
* | Document import's semantics for the language reference. This includes filling | Brett Cannon | 2009-03-21 | 1 | -7/+0 |
|
|
* | stringio doesn't have an encoding | Benjamin Peterson | 2009-03-21 | 2 | -1/+5 |
|
|
* | Fix typo | Raymond Hettinger | 2009-03-19 | 1 | -2/+2 |
|
|
* | Forward port 70475: Add implementation notes. Put methods in more readable ... | Raymond Hettinger | 2009-03-19 | 1 | -13/+25 |
|
|
* | Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. | Raymond Hettinger | 2009-03-19 | 2 | -15/+34 |
|
|
* | svnmerge from trunk for r70457 (sorry, I accidentally deleted the commit mess... | Antoine Pitrou | 2009-03-18 | 1 | -1/+1 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 2 | -10/+44 |
|
|
* | Merged revisions 70444 via svnmerge from | Mark Dickinson | 2009-03-18 | 2 | -2/+23 |
|
|