summaryrefslogtreecommitdiffstats
path: root/bin/chkmanifest
Commit message (Expand)AuthorAgeFilesLines
* [svn-r13902] Purpose:Albert Cheng2007-06-251-3/+2
* [svn-r13311] Updated copyright notice.Albert Cheng2007-02-141-2/+3
* [svn-r13168] Purpose:Albert Cheng2007-01-221-15/+22
* [svn-r13162] Purpose:Albert Cheng2007-01-211-4/+43
* [svn-r12547] Added code to try harder to locate the MANIFEST file in more loc...Albert Cheng2006-08-061-3/+16
* [svn-r12484] Purpose:Albert Cheng2006-07-201-7/+48
* [svn-r11596] Purpose:Quincey Koziol2005-10-221-0/+13
* [svn-r2362] Changed the file searching pattern to look for end of line to matchAlbert Cheng2000-06-071-1/+4
* [svn-r1938] Print a message when all is well.Albert Cheng2000-01-071-1/+2
* [svn-r1791] Moved the MANIFEST checking to a separate command file (chkmanife...Albert Cheng1999-10-261-0/+42
d> * bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)Zackery Spytz2019-03-261-0/+1 * bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)Victor Stinner2019-03-261-10/+5 * bpo-36301: Add _Py_GetEnv() function (GH-12542)Victor Stinner2019-03-251-2/+2 * bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)Victor Stinner2019-03-251-23/+3 * bpo-36301: Cleanup preconfig code (GH-12535)Victor Stinner2019-03-251-18/+23 * bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (G...Zackery Spytz2019-03-251-0/+1 * asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)Inada Naoki2019-03-221-2/+2 * bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)Pablo Galindo2019-03-211-5/+17 * bpo-36285: Fix integer overflow in the array module. (GH-12317)sth2019-03-201-4/+4 * bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467)Inada Naoki2019-03-201-1/+2 * bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c (GH-12464)Inada Naoki2019-03-201-9/+27 * bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)Victor Stinner2019-03-201-19/+10 * bpo-36236: Handle removed cwd at Python init (GH-12424)Victor Stinner2019-03-191-9/+11 * bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12435)Victor Stinner2019-03-191-0/+1 * bpo-36356: Release Unicode interned strings on Valgrind (#12431)Victor Stinner2019-03-191-12/+0 * bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)Inada Naoki2019-03-199-0/+9 * bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)Victor Stinner2019-03-191-150/+234 * bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)Victor Stinner2019-03-191-12/+16 * bpo-36352: Add error handling to getpath.c (GH-12421)Victor Stinner2019-03-181-69/+233 * bpo-36301: Fix Py_Main() memory leaks (GH-12420)Victor Stinner2019-03-181-2/+6 * bpo-36297: remove "unicode_internal" codec (GH-12342)Inada Naoki2019-03-182-184/+2 * bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...Eric Snow2019-03-151-334/+35 * bpo-36301: Add _PyWstrList structure (GH-12343)Victor Stinner2019-03-151-15/+10 * bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...Serhiy Storchaka2019-03-14