summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ...Barry Warsaw2009-03-304-83/+6
* finalize the queue to resolve test issueJesse Noller2009-03-301-0/+2
* Issue #5604: non-ASCII characters in module name passed toGuido van Rossum2009-03-301-0/+71
* Fix for Issue4962, issue4675.Senthil Kumaran2009-03-303-2/+21
* Make sure time.strptime only accepts strings (and document the fact likeBrett Cannon2009-03-302-1/+13
* Fix importlib.machinery.PathFinder.find_module() to essentially skip over NoneBrett Cannon2009-03-302-3/+23
* Merge 70717 to 30maintJesse Noller2009-03-302-0/+25
* Add simple tests for __import__ for future optimizations to importlib.Brett Cannon2009-03-301-0/+82
* Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge fromBenjamin Peterson2009-03-302-2/+3
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-304-63/+2
* Fix test_subprocess so that it works when launched from another directory thanAntoine Pitrou2009-03-291-2/+3
* Make life easier for non-CPython implementationsRaymond Hettinger2009-03-291-1/+1
* Plug another leak, and finally add a test for #1174606 (read() from /dev/zero).Antoine Pitrou2009-03-291-0/+16
* Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from structMark Dickinson2009-03-291-48/+26
* fix variable name #5595Benjamin Peterson2009-03-291-1/+1
* Port r70672 to py3k. Add the ability to control the random seed used by regrt...Collin Winter2009-03-291-5/+18
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-2842-214/+358
* Remove special logic that closes HTTPConnection socket on EPIPE.Jeremy Hylton2009-03-282-36/+55
* Replace references to httplib with http.client.Jeremy Hylton2009-03-271-27/+27
* Fix some string encoding issues with entity bodies in HTTP requests.Jeremy Hylton2009-03-272-11/+92
* Fix compatibility issue with HTTPMessage class.Jeremy Hylton2009-03-272-4/+4
* Sort import list.Jeremy Hylton2009-03-271-10/+10
* Replace duplicate code in http.server with call to http.client.parse_headers().Jeremy Hylton2009-03-272-17/+2
* Simplify complex expression.Jeremy Hylton2009-03-261-1/+3
* Merged revisions 70518,70521,70590,70594-70595 via svnmerge fromBenjamin Peterson2009-03-263-63/+72
* Add __enter__ and __exit__ methods to addbase() so that it supports with.Jeremy Hylton2009-03-262-0/+50
* fix isprintable() on space characters #5126Benjamin Peterson2009-03-261-0/+1
* officially deprecated max_buffer_sizeBenjamin Peterson2009-03-262-9/+38
* Add a few more tests for urllib.parse.urlencode.Jeremy Hylton2009-03-261-2/+19
* urlencode:Jeremy Hylton2009-03-261-13/+5
* Simplify a few complicated expressions.Jeremy Hylton2009-03-261-7/+12
* Whitespace normalization.Jeremy Hylton2009-03-261-5/+6
* Fix a circular import dependency.Brett Cannon2009-03-251-2/+2
* Separate initialization from clearing.Raymond Hettinger2009-03-251-3/+4
* reuse tokenize.detect_encoding in linecache instead of a custom solutionBenjamin Peterson2009-03-242-23/+8
* http://bugs.python.org/issue5544Kristján Valur Jónsson2009-03-241-13/+100
* Merged revisions 70574 via svnmerge fromBenjamin Peterson2009-03-241-1/+1
* Merged revisions 70558,70561-70563,70568-70571 via svnmerge fromBenjamin Peterson2009-03-242-51/+60
* Merged revisions 70555 via svnmerge fromBenjamin Peterson2009-03-232-21/+313
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-233-0/+190
* Make imported name private and wrap long-line.Raymond Hettinger2009-03-231-3/+4
* Forward port r70533 and r70538.Raymond Hettinger2009-03-231-32/+45
* Merged revisions 70523 via svnmerge fromLars Gustäbel2009-03-222-5/+29
* port the queue change r70405Benjamin Peterson2009-03-211-8/+8
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-212-9/+13
* - Issue #5463: In struct module, remove deprecated overflow wrappingMark Dickinson2009-03-211-11/+1
* Document import's semantics for the language reference. This includes fillingBrett Cannon2009-03-211-7/+0
* stringio doesn't have an encodingBenjamin Peterson2009-03-212-1/+5
* Fix typoRaymond Hettinger2009-03-191-2/+2
* Forward port 70475: Add implementation notes. Put methods in more readable ...Raymond Hettinger2009-03-191-13/+25