summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * add test for inequalityBenjamin Peterson2013-05-221-0/+6
* | Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-225-24/+65
|\ \ | |/
| * Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-225-24/+65
* | Move a NEWS entity to a correct place.Serhiy Storchaka2013-05-221-3/+3
* | Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.Serhiy Storchaka2013-05-222-28/+29
|\ \ | |/
| * Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.Serhiy Storchaka2013-05-222-28/+29
* | Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX.Giampaolo Rodola'2013-05-213-0/+10
* | merge #17973: fix technical inaccuracy in faq entry (it now passes doctest).R David Murray2013-05-211-5/+8
|\ \ | |/
| * #17973: fix technical inaccuracy in faq entry (it now passes doctest).R David Murray2013-05-211-5/+8
* | Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickledSerhiy Storchaka2013-05-213-6/+15
* | Backed out changeset c0f2b038fc12Charles-François Natali2013-05-213-10/+7
* | Issue #17683: socket module: return AF_UNIX addresses in Linux abstractCharles-François Natali2013-05-213-7/+10
* | #14146: merge with 3.3.Roger Serwy2013-05-212-0/+32
|\ \ | |/
| * #14146: Highlight source line while debugging on Windows.Roger Serwy2013-05-212-0/+36
* | 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 #18026: mergeNed Deily2013-05-201-1/+1
|\ \ | |/
| * Issue #18026: fix ctypes doc typoNed Deily2013-05-201-1/+1
* | change AST codegen to use PyModule_AddIntMacroBenjamin Peterson2013-05-201-1/+1
* | Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()Charles-Francois Natali2013-05-2012-715/+688
* | Issue #17684: Fix some test_socket failures due to limited FD passing supportCharles-Francois Natali2013-05-201-6/+4
* | Issue #17914: We can now inline _bsd_cpu_count().Charles-Francois Natali2013-05-201-22/+6
* | Issue #17914: Remove OS-X special-case, and use the correct int type.Charles-Francois Natali2013-05-201-9/+6
* | test that the compiler support -Werror=statement-after-declaration before usi...Benjamin Peterson2013-05-202-4/+65
* | Merge #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.R David Murray2013-05-201-0/+83
|\ \ | |/
| * #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.R David Murray2013-05-201-0/+83
* | #17955: minor updates to Functional howtoAndrew Kuchling2013-05-201-53/+91
* | Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on anCharles-Francois Natali2013-05-206-26/+94
* | #14097: merge with 3.3.Ezio Melotti2013-05-202-344/+259
|\ \ | |/
| * #14097: improve the "introduction" page of the tutorial.Ezio Melotti2013-05-202-344/+259
* | 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-202-32/+14
* | Add some testing to verify which module was imported in ET tests.Eli Bendersky2013-05-202-2/+15
* | Issue #17989: fix typo in error messageEli Bendersky2013-05-201-1/+1
|\ \ | |/
| * Issue #17989: fix typo in error messageEli Bendersky2013-05-191-1/+1
* | 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
* | Clarify docs too: events can be any sequence (not that the C code supports it)Eli Bendersky2013-05-191-3/+3
* | _elementtree.XMLParser._setevents should support any sequence, not just tuplesEli Bendersky2013-05-193-58/+94
* | 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-192-16/+63
|\ \ | |/
| * Issue #11995: test_pydoc doesn't import all sys.path modules anymore.Antoine Pitrou2013-05-192-15/+63
* | Issue #17812: Fixed quadratic complexity of base64.b32encode().Serhiy Storchaka2013-05-192-77/+51
|\ \ | |/
| * Issue #17812: Fixed quadratic complexity of base64.b32encode().Serhiy Storchaka2013-05-192-6/+8