/cpython

Switch branches/tags
v3.6.1 v3.6.1rc1 v3.6.0 v3.6.0rc2 v3.6.0rc1 v3.6.0b4 v3.6.0b3 v3.6.0b2 v3.6.0b1 v3.6.0a4 v3.6.0a3 v3.6.0a2 v3.6.0a1 v3.5.3 v3.5.3rc1 v3.5.2 v3.5.2rc1 v3.5.1 v3.5.1rc1 v3.5.0 v3.5.0rc4 v3.5.0rc3 v3.5.0rc2 v3.5.0rc1 v3.5.0b4 v3.5.0b3 v3.5.0b2 v3.5.0b1 v3.5.0a4 v3.5.0a3 v3.5.0a2 v3.5.0a1 v3.4.6 v3.4.6rc1 v3.4.5 v3.4.5rc1 v3.4.4 v3.4.4rc1 v3.4.3 v3.4.3rc1 v3.4.2 v3.4.2rc1 v3.4.1 v3.4.1rc1 v3.4.0 v3.4.0rc3 v3.4.0rc2 v3.4.0rc1 v3.4.0b3 v3.4.0b2 v3.4.0b1 v3.4.0a4 v3.4.0a3 v3.4.0a2 v3.4.0a1 v3.3.6 v3.3.6rc1 v3.3.5 v3.3.5rc2 v3.3.5rc1 v3.3.4 v3.3.4rc1 v3.3.3 v3.3.3rc2 v3.3.3rc1 v3.3.2 v3.3.1 v3.3.1rc1 v3.3.0 v3.3.0rc3 v3.3.0rc2 v3.3.0rc1 v3.3.0b2 v3.3.0b1 v3.3.0a4 v3.3.0a3 v3.3.0a2 v3.3.0a1 v3.2.6 v3.2.6rc1 v3.2.5 v3.2.4 v3.2.4rc1 v3.2.3 v3.2.3rc2 v3.2.3rc1 v3.2.2 v3.2.2rc1 v3.2.1 v3.2.1rc2 v3.2.1rc1 v3.2.1b1 v3.2 v3.2rc3 v3.2rc2 v3.2rc1 v3.2b2 v3.2b1 v3.2a4 v3.2a3
Nothing to show
Find file History
cpython/Misc/
Latest commit d1a1defApr 28, 2017@serhiy-storchakaserhiy-storchaka committed withhaypobpo-30197: Enhance functions swap_attr() and swap_item() in test.supp…
…ort. (#1341)* bpo-30197: Enhance functions swap_attr() and swap_item() in test.support.They now work when delete replaced attribute or item inside the withstatement.  The old value of the attribute or item (or None if it doesn'texist) now will be assigned to the target of the "as" clause, if there isone.* Update docstrings.
Permalink
..
Failed to load latest commit information.
ACKSbpo-30101: Add support for curses.A_ITALIC. (#1015)Apr 26, 2017
HISTORYUpdate Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches.Jan 20, 2017
NEWSbpo-30197: Enhance functions swap_attr() and swap_item() in test.supp…Apr 28, 2017
PortingIssue #10708: Add a link to devguide in Misc/Porting.Aug 25, 2015
READMEmerge 3.3Feb 18, 2015
README.AIXMerged revisions 88430,88438,88440 via svnmerge fromFeb 25, 2011
README.coverityMerged revisions 46753-51188 via svnmerge fromAug 11, 2006
README.valgrindAdd PYTHONMALLOC env varMar 14, 2016
SpecialBuilds.txtIssue #28799: Update Misc/SpecialBuilds.txtNov 28, 2016
coverity_model.cmerge 3.5 (#28184)Sep 20, 2016
gdbinitRemoved unintentional trailing spaces in text files.Mar 29, 2015
indent.proMerged revisions 86134,86315-86316,86390,86424-86425,86428,86550,8656…Nov 26, 2010
python-config.in- Issue #18096: Fix library order returned by python-config.Oct 2, 2014
python-config.sh.in- Issue #25440: Fix output of python-config --extension-suffix.Oct 19, 2015
python-wing3.wprAdding Wing IDE version 4 project fileOct 13, 2010
python-wing4.wprWing project file update for mercurialMar 15, 2011
python-wing5.wprIssue 17457: extend test discovery to support namespace packagesNov 23, 2013
python.manIssue #28532: Show sys.version when -V option is supplied twiceNov 21, 2016
python.pc.inFinal patch for issue 9807.Nov 24, 2010
svnmap.txtAdd the map of SVN revision numbers to changeset ids.Mar 5, 2011
valgrind-python.suppValgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Inva…Nov 8, 2013
vgrindefsPatch #1550800: make exec a function.Sep 6, 2006

README

Python Misc subdirectory========================This directory contains files that wouldn't fit in elsewhere.  Somedocuments are only of historic importance.Files found here----------------ACKS                    Acknowledgementsgdbinit                 Handy stuff to put in your .gdbinit file, if you use gdbHISTORY                 News from previous releases -- oldest lastindent.pro              GNU indent profile approximating my C styleNEWS                    News for this release (for some meaning of "this")Porting                 Mini-FAQ on porting to new platformspython-config.in        Python script template for python-configpython.man              UNIX man page for the python interpreterpython.pc.in            Package configuration info template for pkg-configpython-wing*.wpr        Wing IDE project fileREADME                  The file you're reading nowREADME.AIX              Information about using Python on AIXREADME.coverity         Information about running Coverity's Prevent on PythonREADME.valgrind         Information for Valgrind users, see valgrind-python.suppSpecialBuilds.txt       Describes extra symbols you can set for debug buildssvnmap.txt              Map of old SVN revs and branches to hg changeset idsvalgrind-python.supp    Valgrind suppression file, see README.valgrindvgrindefs               Python configuration for vgrind (a generic pretty printer)