summaryrefslogtreecommitdiffstats
path: root/Mac/scripts
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-06-06 10:58:36 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-06-06 10:58:36 (GMT)
commit446a25fa3ca845315259f0f491e8e3a239ff2a65 (patch)
tree3d8cea0ecdb486c6006d369fc03b587b3a38d0c6 /Mac/scripts
parentcdbc131f0370f6e3712d4167ba987d5e6b7f2802 (diff)
downloadcpython-446a25fa3ca845315259f0f491e8e3a239ff2a65.zip
cpython-446a25fa3ca845315259f0f491e8e3a239ff2a65.tar.gz
cpython-446a25fa3ca845315259f0f491e8e3a239ff2a65.tar.bz2
Patch 473512: add GNU style scanning as gnu_getopt.
Diffstat (limited to 'Mac/scripts')
0 files changed, 0 insertions, 0 deletions
column3'>| | | | | | | - Rename reST target name for collections ABCs to avoid collisions - Add link to importlib ABCs (collections, numbers and io ABCs were already linked) - Link to glossary entry from numbers module doc (other modules already do it) | * Remove link that’s already present at the top of the fileÉric Araujo2011-06-031-3/+0 | | * | null mergeMartin v. Löwis2011-06-050-0/+0 |\ \ | * | Add 3.1.4 UUIDs.Martin v. Löwis2011-06-051-0/+2 | | | * | | merge:Do not add txt files twiceMartin v. Löwis2011-06-051-2/+0 |\ \ \ | |/ / | * | Do not add txt files twice.Martin v. Löwis2011-06-051-2/+0 | | | * | | Issue #12016: Add test_errorhandle() to TestBase_Mapping ofVictor Stinner2011-06-031-3/+33 | | | | | | | | | | | | | | | test_multibytecodec_support. Improve also error message of the test_errorhandle() of TestBase. * | | Issue #12016: Reindent decoders of HK and JP codecsVictor Stinner2011-06-032-51/+52 | |/ |/| * | Document working dir for “make html” (#12249). Patch by Tshepang ↵Éric Araujo2011-06-031-0/+1 | | | | | | | | Lekhonkhobe. * | Fix named tuples to work with vars().Raymond Hettinger2011-06-034-1/+7 | | * | Forward port doc updates for builtin functions.Raymond Hettinger2011-06-011-22/+32 | | * | Branch mergeÉric Araujo2011-06-012-4/+4 |\ \ | * | Fix markup: arguments in a class directive are __init__ arguments, not base ↵Éric Araujo2011-05-311-3/+3 | | | | | | | | | | | | classes | * | Fix error message to use the Python name instead of the C nameÉric Araujo2011-05-311-1/+1 | | | * | | Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the fileVictor Stinner2011-06-012-1/+34 | | | | | | | | | | | | | | | | | | | | | | | | descriptor of a pipe closed in the parent process is valid in the child process according to fstat(), but the mode of the file descriptor is invalid, and read or write raise an error. Add also requires_mac_ver() decorator to test.support. * | | merge 3.1Benjamin Peterson2011-06-011-1/+1 |\ \ \ | | |/ | |/| | * | return NULL on errorBenjamin Peterson2011-06-011-1/+1 | | | * | | be extra careful with a borrowed reference when the GIL could be released ↵Benjamin Peterson2011-06-011-0/+2 | | | | | | | | | | | | (closes #8578) * | | demote this to a noteBenjamin Peterson2011-06-011-1/+1 | | | * | | merge 3.1 (#12221)Benjamin Peterson2011-06-012-21/+10 |\ \ \ | |/ / | * | simply use the Python version for pyexpat.__version__ #12221Benjamin Peterson2011-05-312-21/+15 | | | * | | Close #12085: Fix an attribute error in subprocess.Popen destructor if theVictor Stinner2011-05-314-1/+19 | | | | | | | | | | | | | | | constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan. * | | Issue #12057: Add tests for ISO 2022 codecsVictor Stinner2011-05-307-1/+83 | | | | | | | | | | | | iso2022_jp, iso2022_jp_2 and iso2022_kr * | | Issue #1195: fix the issue number of the NEWS entryVictor Stinner2011-05-301-1/+1 | | | * | | Issue #12016: my_fgets() now always clears errors before calling fgets(). FixVictor Stinner2011-05-302-0/+5 | |/ |/| | | | | | | the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c. * | merge 3.1Benjamin Peterson2011-05-291-0/+1 |\ \ | |/ | * Added tag v3.1.4rc1 for changeset 32fcb9e94985Benjamin Peterson2011-05-291-0/+1 | | | * update pydoc-topicsv3.1.4rc1Benjamin Peterson2011-05-291-3/+3 | | | * bump to 3.1.4rc1Benjamin Peterson2011-05-296-11/+11 | | * | Merge 3.1Éric Araujo2011-05-291-3/+3 |\ \ | |/ | * Branch mergeÉric Araujo2011-05-29