summaryrefslogtreecommitdiffstats
path: root/develop/search/groups_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'develop/search/groups_f.js')
0 files changed, 0 insertions, 0 deletions
n class='column5'>| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I need to copy the xxmodule.c file in other tests, so I moved the support code to distutils.tests.support and improved it: - don’t skip when run from the Lib/distutils/tests directory - use proper skip machinery instead of custom print/return/test suite fiddling. I also took out the fixup_build_ext function, which is needed for tests to pass on Unix shared builds and Windows debug builds. Finally, I cleaned up a few things: - don’t remove directories in tearDown when the parent class’ tearDown has already registered the directories for removal - simplify restoration of sys.path - remove a few unused names found by pyflakes. | | | | * | | | | | | Add missing name in shutil.__all__Éric Araujo2011-08-211-1/+2 | | | | | | | | | | | | | | * | | | | | | | Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoidCharles-François Natali2011-08-253-6/+50 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them being inherited by other subprocesses. | | | * | | | | | | | Close #12838: fix range() call.Georg Brandl2011-08-251-1/+1 | | | | | | | | | | | | | | * | | | | | | | Update link to the decimal arithmetic specification.Raymond Hettinger2011-08-251-1/+1 | | | | | | | | | | | | | | * | | | | | | | Issue #4106: Fix occasional exceptions printed out by multiprocessing on ↵Antoine Pitrou2011-08-242-7/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interpreter shutdown. This bug doesn't seem to exist on 3.2, where daemon threads are killed before Py_Finalize() is entered. | | | * | | | | | | | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-233-3/+87 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added some tests. | | | * | | | | | | | Issue #12821: Fix test_fcntl failures on OpenBSD 5.Charles-François Natali2011-08-232-6/+4 | | | | | | | | | | | | | | * | | | | | | | #9200: backport tests but run them on wide builds only.Ezio Melotti2011-08-221-2/+185 | | | | | | | | | | | | | | * | | | | | | | Issue #12678: Fix distutils sdist test on Windows.Nadeem Vawda2011-08-212-0/+2 | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Jeremy Kloth. | | | * | | | | | | #5301: add image/vnd.microsoft.icon (.ico) MIME typeSandro Tosi2011-08-201-0/+1 | | | | | | | | | | | | | * | | | | | | Issue #12213: make it clear that BufferedRWPair shouldn't be called with theAntoine Pitrou2011-08-201-19/+23 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | same object as reader and writer, and deemphasize it in document order. | | | * | | | | | | #12787: link original MultiCall proposal to webarchive and in a footnoteSandro Tosi2011-08-201-2/+9 | | | | | | | | | | | | | * | | | | | | Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-203-61/+104 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | could appear on io.BufferedRandom streams. | | | * | | | | | | Issue #12326: sys.platform is now always 'linux2' on LinuxVictor Stinner2011-08-203-0/+5 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even if Python is compiled on Linux 3. | | | * | | | | | | fix description of \r; thanks to Thomas Waldmann from docs@Sandro Tosi2011-08-191-1/+1 | | | | | | | | | | | | | * | | | | | | merge headsSandro Tosi2011-08-19