summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Followup to #7502: add __hash__ method and tests.Antoine Pitrou2011-12-18598-5109/+52089
|\
| * Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-18598-5108/+52089
| |\
| | * MergeAntoine Pitrou2011-12-182-9/+4
| | |\
| | | * Issue #11870: threading: Properly reinitialize threads internal locks andCharles-François Natali2011-12-181-7/+4
| | | * Issue #8035: urllib: Fix a bug where the client could remain stuck after aCharles-François Natali2011-12-181-2/+0
| | | |\
| | * | | In the test SSL server, also output the cipher nameAntoine Pitrou2011-12-181-1/+5
| | |/ /
| | * | Issue #13623: Fix a performance regression introduced by issue #12170 inVictor Stinner2011-12-181-0/+5
| | * | Mention that level can be an int or str in the setLevel docstring.Gregory P. Smith2011-12-171-2/+2
| | * | Skip test if the path is too long for a AF_UNIX socketAntoine Pitrou2011-12-161-4/+16
| | * | Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystemAntoine Pitrou2011-12-161-1/+62
| | * | fix this test to actually test something (closes #13606)Benjamin Peterson2011-12-151-2/+4
| | * | (Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is mi...Victor Stinner2011-12-151-1/+1
| | |\ \
| | * | | improve abstract property support (closes #11610)Benjamin Peterson2011-12-154-18/+210
| | * | | Fix OSError.__init__ and OSError.__new__ so that each of them can beAntoine Pitrou2011-12-151-5/+55
| | * | | Issue #13593: updating the importlib utility decorators for __qualname__.Meador Inge2011-12-142-1/+11
| | * | | Issue #13591: import_module potentially imports a module twice.Meador Inge2011-12-143-2/+26
| | |\ \ \
| | * \ \ \ Issue #4625: If IDLE cannot write to its recent file or breakpointNed Deily2011-12-14593-5084/+51729
| | |\ \ \ \
| | | * \ \ \ Issue #13453: Fix a race condition in test_poplib.Charles-François Natali2011-12-14593-5084/+51729
| | | |\ \ \ \
| | | | * | | | Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch...Giampaolo Rodola'2011-12-142-1/+15
| | | | * | | | Fix #8684: make sched.scheduler class thread-safeGiampaolo Rodola'2011-12-141-27/+35
| | | | * | | | Merge 3.2Alexandre Vassalotti2011-12-133-43/+45
| | | | |\ \ \ \
| | | | * | | | | Issue #13575: there is only one class type.Florent Xicluna2011-12-122-1/+3
| | | | * | | | | Issue #13577: various kinds of descriptors now have a __qualname__ attribute.Antoine Pitrou2011-12-122-4/+22
| | | | * | | | | Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS.Meador Inge2011-12-112-4/+11
| | | | * | | | | fix #13563: make use of with statement in ftplib.py where neededGiampaolo Rodola'2011-12-101-20/+5
| | | | * | | | | Fix imports in xml.dom.Florent Xicluna2011-12-102-6/+2
| | | | * | | | | Issue #5689: Add support for lzma compression to the tarfile module.Lars Gustäbel2011-12-102-16/+128
| | | | * | | | | merge 3.2Benjamin Peterson2011-12-10592-5013/+51516
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ merge 3.2Benjamin Peterson2011-12-101-11/+17
| | | | | |\ \ \ \ \
| | | | | * | | | | | Issue #11886: Fix also test_time for the non-DST timezone name (EST/AEST)Victor Stinner2011-12-101-4/+6
| | | | | * | | | | | Issue #13453: Catch EAI_FAIL in support.transient_internet.Charles-François Natali2011-12-10592-5009/+51510
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Fix comment in difflib.Florent Xicluna2011-12-101-2/+1
| | | | | | * | | | | | Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...Florent Xicluna2011-12-106-51/+51
| | | | | | * | | | | | Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.Florent Xicluna2011-12-092-10/+49
| | | | | | * | | | | | Write tests for invalid characters (U+00110000)Victor Stinner2011-12-091-0/+16
| | | | | | * | | | | | Issue #13441: Enable the workaround for Solaris locale bugVictor Stinner2011-12-091-1/+1
| | | | | | * | | | | | Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaroundVictor Stinner2011-12-091-13/+30
| | | | | | * | | | | | Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs()Victor Stinner2011-12-091-1/+8
| | | | | | * | | | | | Issue #13441: Log the locale when localeconv() failsVictor Stinner2011-12-081-1/+5
| | | | | | * | | | | | (Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_timeVictor Stinner2011-12-08588-4941/+51360
| | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ #13531: merge with 3.2.Ezio Melotti2011-12-081-0/+3
| | | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".Ned Deily2011-12-071-4/+4
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | | Fix dangling whitespaceAntoine Pitrou2011-12-061-1/+1
| | | | | | | * | | | | | | | Issue #13464: Add a readinto() method to http.client.HTTPResponse.Antoine Pitrou2011-12-062-46/+203
| | | | | | | * | | | | | | | MERGE: Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loopJesus Cea2011-12-06588-4895/+51157
| | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | Remove no longer needed work-around for bz2 file object support.Lars Gustäbel2011-12-062-64/+5
| | | | | | | | * | | | | | | | Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes oth...Lars Gustäbel2011-12-06588-4831/+51152
| | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | Corrected order of parameters to HTTPError in test_urllib2.py.Jason R. Coombs2011-12-041-1/+1
| | | | | | | | | * | | | | | | | Pass positional arguments - HTTPError is not accepting keyword arguments. Ref...Jason R. Coombs2011-12-031-1/+3
| | | | | | | | | * | | | | | | | Merged fix for #13211 from 3.2Jason R. Coombs2011-12-03588-4830/+51149
| | | | | | | | | |\ \ \ \ \ \ \ \