cpython/Misc
Victor Stinner 9c14061a2c
bpo-36560: Fix reference leak hunting in regrtest (GH-12744) (GH-12745)
Fix reference leak hunting in regrtest: compute also deltas (of
reference count and file descriptor count) during warmup, to ensure
that everything is initialized before starting to hunt reference
leaks.

Other changes:

* Replace gc.collect() with support.gc_collect() in clear_caches()
* dash_R() is now more quiet with --quiet option (don't display
  progress).
* Precompute the full range for "for it in range(repcount):" to
  ensure that the iteration doesn't allocate anything new.
* dash_R() now is responsible to call warm_caches().

(cherry picked from commit 5aaac94eeb)
2019-04-09 18:01:17 +02:00
..
NEWS.d bpo-36560: Fix reference leak hunting in regrtest (GH-12744) (GH-12745) 2019-04-09 18:01:17 +02:00
TextMate/Python-Dev.tmbundle
Vim
ACKS [2.7] bpo-34472: Add data descriptor signature to zipfile (GH-8871) (ПР-9407) 2018-09-22 20:48:23 +03:00
BeOS-NOTES
BeOS-setup.py
HISTORY Issue #28145: Spelling fixes 2016-09-16 00:46:05 +00:00
Porting
README remove RPM file, which is unused and unmaintained 2015-02-18 08:57:27 -05:00
README.AIX Merged revisions 88430,88438,88440 via svnmerge from 2011-02-25 11:09:02 +00:00
README.Emacs Move README.Emacs to the devguide. 2011-01-20 19:30:51 +00:00
README.OpenBSD - rename configure.in to configure.ac 2012-03-14 23:39:33 +01:00
README.coverity
README.klocwork Klocwork scan site no longer available. 2011-01-19 00:49:06 +00:00
README.valgrind
RFD
SpecialBuilds.txt remove mention of Python 2.2 and 2.3 2015-03-01 20:59:22 -05:00
cheatsheet Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
developers.txt Fix some spelling errors 2016-08-20 08:00:53 +00:00
gdbinit
indent.pro
maintainers.rst Typos 2011-02-26 14:49:04 +00:00
pymemcompat.h
python-config.in - Issue #18096: Fix library order returned by python-config. 2014-10-02 01:58:58 +02:00
python-wing3.wpr
python-wing4.wpr Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py. 2011-03-16 22:28:08 -04:00
python.man remove useless $ keyword (closes #17167) 2016-03-21 22:31:02 -07:00
python.pc.in
setuid-prog.c
valgrind-python.supp Issue #12612: Add some Valgrind suppressions for 64-bit machines. 2015-11-05 20:41:57 +01:00
vgrindefs

README

Python Misc subdirectory
========================

This directory contains files that wouldn't fit in elsewhere.  Some
documents are only of historic importance.

Files found here
----------------

ACKS                    Acknowledgements
AIX-NOTES               Notes for building Python on AIX
BeOS-NOTES              Notes for building on BeOS
BeOS-setup.py           setup.py replacement for BeOS, see BeOS-NOTES
build.sh                Script to build and test latest Python from the repository
cheatsheet              Quick summary of Python by Ken Manheimer
developers.txt          A history of who got developer permissions, and why
gdbinit                 Handy stuff to put in your .gdbinit file, if you use gdb
HISTORY                 News from previous releases -- oldest last
indent.pro              GNU indent profile approximating my C style
maintainers.rst         A list of maintainers for library modules
NEWS                    News for this release (for some meaning of "this")
NEWS.help               How to edit NEWS
Porting                 Mini-FAQ on porting to new platforms
PURIFY.README           Information for Purify users
pymemcompat.h           Memory interface compatibility file.
python-config.in        Python script template for python-config
python.man              UNIX man page for the python interpreter
python-mode.el          Emacs mode for editing Python programs
python.pc.in            Package configuration info template for pkg-config
python-wing.wpr         Wing IDE project file
README                  The file you're reading now
README.coverity         Information about running Coverity's Prevent on Python
README.klocwork         Information about running Klocwork's K7 on Python
README.OpenBSD          Help for building problems on OpenBSD
README.valgrind         Information for Valgrind users, see valgrind-python.supp
RFD                     Request For Discussion about a Python newsgroup
setuid-prog.c           C helper program for set-uid Python scripts
SpecialBuilds.txt       Describes extra symbols you can set for debug builds
TextMate                A TextMate bundle for Python development
valgrind-python.supp    Valgrind suppression file, see README.valgrind
vgrindefs               Python configuration for vgrind (a generic pretty printer)
Vim                     Python development utilities for the Vim editor