summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Closes #18046: Simplified logging internals relating to levels and their name...Vinay Sajip2013-05-253-25/+30
* Fix #17272 - Make Request.full_url and Request.get_full_url return same resul...Senthil Kumaran2013-05-243-2/+25
* (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-241-0/+3
|\
| * Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-241-0/+3
* | Issue #17532: mergeNed Deily2013-05-223-2/+4
|\ \ | |/
| * Issue #17532: Always include Options menu for IDLE on OS X.Ned Deily2013-05-223-2/+4
* | merge 3.3Benjamin Peterson2013-05-221-0/+6
|\ \ | |/
| * add test for inequalityBenjamin Peterson2013-05-221-0/+6
* | Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-221-15/+30
|\ \ | |/
| * Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-221-15/+30
* | Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickledSerhiy Storchaka2013-05-212-6/+12
* | Backed out changeset c0f2b038fc12Charles-François Natali2013-05-211-6/+6
* | Issue #17683: socket module: return AF_UNIX addresses in Linux abstractCharles-François Natali2013-05-211-6/+6
* | #14146: merge with 3.3.Roger Serwy2013-05-211-0/+30
|\ \ | |/
| * #14146: Highlight source line while debugging on Windows.Roger Serwy2013-05-211-0/+30
* | Closes #17743: Merged fix from 3.3.Vinay Sajip2013-05-201-13/+14
|\ \ | |/
| * Issue #17743: Now use extended syntax of set command in .bat files.Vinay Sajip2013-05-201-13/+14
* | Closes #17744: Merged fix from 3.3.Vinay Sajip2013-05-201-4/+8
|\ \ | |/
| * Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating.Vinay Sajip2013-05-201-4/+8
* | Issue #17684: Fix some test_socket failures due to limited FD passing supportCharles-Francois Natali2013-05-201-6/+4
* | Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on anCharles-Francois Natali2013-05-202-22/+13
* | merge 3.3Benjamin Peterson2013-05-201-0/+5
|\ \ | |/
| * add recursive repr testBenjamin Peterson2013-05-201-0/+5
* | Get rid of ugly code duplication for ElementTree.parse when the acceleratorEli Bendersky2013-05-201-28/+11
* | Add some testing to verify which module was imported in ET tests.Eli Bendersky2013-05-202-2/+15
* | normalize whitespaceEli Bendersky2013-05-191-4/+0
* | Cleanup even more dead codeEli Bendersky2013-05-191-7/+0
* | Cleanup more old ET library leftoversEli Bendersky2013-05-192-18/+5
* | Issue #17988: remove unused alias for Element and rename the used oneEli Bendersky2013-05-192-19/+7
* | _elementtree.XMLParser._setevents should support any sequence, not just tuplesEli Bendersky2013-05-192-12/+52
* | Try to make test more reliable (saw some sporadic failures on buildbots)Antoine Pitrou2013-05-191-3/+3
|\ \ | |/
| * Try to make test more reliable (saw some sporadic failures on buildbots)Antoine Pitrou2013-05-191-3/+3
* | Issue #11995: test_pydoc doesn't import all sys.path modules anymore.Antoine Pitrou2013-05-191-15/+58
|\ \ | |/
| * Issue #11995: test_pydoc doesn't import all sys.path modules anymore.Antoine Pitrou2013-05-191-15/+58
* | Issue #17812: Fixed quadratic complexity of base64.b32encode().Serhiy Storchaka2013-05-191-77/+48
|\ \ | |/
| * Issue #17812: Fixed quadratic complexity of base64.b32encode().Serhiy Storchaka2013-05-191-6/+6
* | Issue #17901: fix TreeBuilder construction for an explicit element_factory=NoneEli Bendersky2013-05-181-0/+6
|\ \ | |/
| * Issue #17901: fix TreeBuilder construction for an explicit element_factory=NoneEli Bendersky2013-05-181-0/+6
* | Re-enabled skipped test.Vinay Sajip2013-05-181-2/+2
* | Merge.Richard Oudkerk2013-05-181-5/+6
|\ \ | |/
| * Close file before reopening to keep Windows happy in test_sax.Richard Oudkerk2013-05-181-5/+6
* | Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...Antoine Pitrou2013-05-182-1/+19
|\ \ | |/
| * Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...Antoine Pitrou2013-05-182-1/+19
* | Undo the deprecation of _asdict().Raymond Hettinger2013-05-182-8/+2
* | Deprecate nametuple._asdict()Raymond Hettinger2013-05-182-2/+8
* | mergeRaymond Hettinger2013-05-171-12/+17
|\ \ | |/
| * Update docstring for _asdict() to indicate it is obsolete.Raymond Hettinger2013-05-171-12/+17
* | rewrite the parsing of field names to be more consistent wrt recursive expansionBenjamin Peterson2013-05-171-1/+9
* | merge 3.3Benjamin Peterson2013-05-171-0/+2
|\ \ | |/
| * only recursively expand in the format spec (closes #17644)Benjamin Peterson2013-05-171-0/+2