summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #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
* | reset __class__, so multiple runs don't fail (closes #17999)Benjamin Peterson2013-05-171-0/+5
* | mergeRaymond Hettinger2013-05-171-4/+1
|\ \ | |/
| * Remove unnecessary exception handler.Raymond Hettinger2013-05-171-4/+1
* | Issue #14596: The struct.Struct() objects now use more compact implementation.Serhiy Storchaka2013-05-171-7/+2
* | Closes #17981: Merged fix from 3.3.Vinay Sajip2013-05-161-0/+1
|\ \ | |/
| * Issue #17981: Closed socket on error in SysLogHandler.Vinay Sajip2013-05-161-0/+1
| * complain about "global __class__" in a class body (closes #17983)Benjamin Peterson2013-05-151-0/+4
* | rather than passing locals to the class body, just execute the class body in ...Benjamin Peterson2013-05-162-2/+2
* | Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't ...Giampaolo Rodola'2013-05-162-10/+32
* | ftplib tests: provide a global socket's TIMEOUT variable and use it everywher...Giampaolo Rodola'2013-05-161-14/+15
* | hide the __class__ closure from the class body (#12370)Benjamin Peterson2013-05-152-3/+28
* | - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-1/+1
|\ \ | |/
| * - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-1/+1