Mercurial > hgrepos > Python > libs > ConfigMix
graph
-
C-implementations for Configuration.getvarl() and Configuration.getvar_s()Tue, 11 Jan 2022 02:50:17 +0100, by Franz Glasner
-
Split up fast_pathstr2path into internal implementation and a simple wrapperTue, 11 Jan 2022 00:52:56 +0100, by Franz Glasner
-
Remove the PyUnicode_Check() because it is implicitely done by the PyUnicode_GetLength() callTue, 11 Jan 2022 00:45:33 +0100, by Franz Glasner
-
Enable warning level 3 for MSVC-compatible builds (/W3)Mon, 10 Jan 2022 17:17:20 +0100, by Franz Glasner
-
Remove unused local "tmp2"Mon, 10 Jan 2022 17:14:20 +0100, by Franz Glasner
-
ChangelogMon, 10 Jan 2022 16:45:48 +0100, by Franz Glasner
-
FIX: Remove __* from the manifest's "global-exclude": it excludes __init__.py files also.Mon, 10 Jan 2022 11:34:31 +0100, by Franz Glasner
-
===== Added signature for changeset bac716db589cMon, 10 Jan 2022 09:12:49 +0100, by Franz Glasner
-
>>>>> Added tag v0.20.1 for changeset 238e94aacef6Mon, 10 Jan 2022 09:12:31 +0100, by Franz Glasner
-
Adjust copyright year (the end) to 2022Sun, 09 Jan 2022 21:04:11 +0100, by Franz Glasner
-
ChangelogSun, 09 Jan 2022 16:12:48 +0100, by Franz Glasner
-
Add file "BUILDING.txt" with some notes now to build and/or distributeSun, 09 Jan 2022 15:42:05 +0100, by Franz Glasner
-
Enable the stack-protector (or /GS)Sun, 09 Jan 2022 14:14:54 +0100, by Franz Glasner
-
Drop bogus commentSun, 09 Jan 2022 13:52:05 +0100, by Franz Glasner
-
StyleSun, 09 Jan 2022 13:51:09 +0100, by Franz Glasner
-
Add a comment about extra arguments to setup.pySun, 09 Jan 2022 13:50:52 +0100, by Franz Glasner
-
Allow to build a distribution without C-extensions by using --only-pureSun, 09 Jan 2022 13:46:57 +0100, by Franz Glasner
-
Automatically remove ConfigMix.egg-infoSun, 09 Jan 2022 13:40:22 +0100, by Franz Glasner
-
Put the content of "windows-dev" into the source distributionSun, 09 Jan 2022 13:34:41 +0100, by Franz Glasner
-
Put the ".egg-info" check into a common locationSun, 09 Jan 2022 13:26:56 +0100, by Franz Glasner
-
setup.py: Put the official projectname into a variable and re-useSun, 09 Jan 2022 12:47:56 +0100, by Franz Glasner
-
FIX: When cross-compiling use the limited API for Python 3.7+ (not Python 3.10+)Sun, 09 Jan 2022 01:21:35 +0100, by Franz Glasner
-
Employ compiler optimizations for pure MSVC builds also.Sun, 09 Jan 2022 00:58:26 +0100, by Franz Glasner
-
Do not use "/EHsc" because no (C++) exceptions (or SEH) is usedSun, 09 Jan 2022 00:41:08 +0100, by Franz Glasner
-
Use optimizations -O2 when cross-compiling the extensionSun, 09 Jan 2022 00:28:15 +0100, by Franz Glasner
-
CommentSun, 09 Jan 2022 00:20:51 +0100, by Franz Glasner
-
FIX: Exclude some additional temporary files from packagingSun, 09 Jan 2022 00:19:31 +0100, by Franz Glasner
-
Allow execution of setup.py by packaging a cross-built Windows _speedups.pyd.Sat, 08 Jan 2022 23:00:36 +0100, by Franz Glasner
-
Cross-building for Windows 64-bitSat, 08 Jan 2022 21:46:04 +0100, by Franz Glasner
-
Remove unneeded duplicat initialization of variables to NoneSat, 08 Jan 2022 18:35:58 +0100, by Franz Glasner
-
TypoSat, 08 Jan 2022 18:35:31 +0100, by Franz Glasner
-
Move Configure.py and ninja_syntax.py to windows-devSat, 08 Jan 2022 18:35:01 +0100, by Franz Glasner
-
ADD: Configure.py ind ninjy_syntax.py from py3-extension-testsSat, 08 Jan 2022 17:57:36 +0100, by Franz Glasner
-
FIX: zip_safe: make zip_safe False if extensions are to be builtSat, 08 Jan 2022 17:10:33 +0100, by Franz Glasner
-
Provide the content-type for the long package description: text/x-rstSat, 08 Jan 2022 17:28:01 +0100, by Franz Glasner
-
Tweak setup.py to build packages with pure-Python tags if the extension is not expected to be built (Python 3.4-)Fri, 07 Jan 2022 17:49:33 +0100, by Franz Glasner
-
fast_interpolate_variables(): allow omission of the cache variable.Fri, 07 Jan 2022 00:37:04 +0100, by Franz Glasner
-
StyleThu, 06 Jan 2022 22:42:09 +0100, by Franz Glasner
-
Refactor: signature of _convert_ucs4_to_utf8(): change order of argsThu, 06 Jan 2022 22:36:37 +0100, by Franz Glasner
-
Some more helper functions (with regard to NULL PyObjects)Thu, 06 Jan 2022 20:37:29 +0100, by Franz Glasner
-
FIX: Memory-leakThu, 06 Jan 2022 20:13:10 +0100, by Franz Glasner
-
FIX: Remove bogus commentThu, 06 Jan 2022 20:03:01 +0100, by Franz Glasner
-
Implement and use more helper functions.Thu, 06 Jan 2022 19:37:03 +0100, by Franz Glasner
-
A simple helper include file with some conveniente functions.Thu, 06 Jan 2022 18:50:09 +0100, by Franz Glasner
-
An alternate C-implementation of fast_interpolate_variables() that uses the algorithm of the pure-Python implementationWed, 05 Jan 2022 16:02:07 +0100, by Franz Glasner
-
For consistency reasons: set tmp to NULL if not useable any moreTue, 04 Jan 2022 21:33:09 +0100, by Franz Glasner
-
CommentTue, 04 Jan 2022 20:53:55 +0100, by Franz Glasner
-
- FIX: Memory-leak with the "filters" local variableMon, 03 Jan 2022 20:20:32 +0100, by Franz Glasner
-
Implement a C-version of Configuration.interpolate_variablesMon, 03 Jan 2022 00:11:41 +0100, by Franz Glasner
-
Do not rstrip() the remaining variable name when parsing out filters from variable namesSun, 02 Jan 2022 20:43:24 +0100, by Franz Glasner
-
Provide a C implementation of configmix.config._split_filters.Sun, 02 Jan 2022 20:40:09 +0100, by Franz Glasner
-
Try to interpolate only if the length of the source string exceeds a minimum lengthSun, 02 Jan 2022 16:05:35 +0100, by Franz Glasner
-
Provide a C-implementation of configmix.config.quote() also: fast_quoteSun, 02 Jan 2022 02:04:07 +0100, by Franz Glasner
-
FIX: Properly raise a UnicodeEncodeError from CSun, 02 Jan 2022 01:00:10 +0100, by Franz Glasner
-
FIX: Assign to _JailedConfiguration._path_string only if not yet doneSat, 01 Jan 2022 21:38:46 +0100, by Franz Glasner
-
Put the value of Py_LIMITED_API into the module dict when the C-extension is compiled against the stable APISat, 01 Jan 2022 21:18:55 +0100, by Franz Glasner
-
Automatically select the proper API when building the speedup C-extension:Sat, 01 Jan 2022 21:03:05 +0100, by Franz Glasner
-
Build the speedup C-extension against the stable API.Sat, 01 Jan 2022 20:36:46 +0100, by Franz Glasner
-
Type-check is implicitly done by other PyUnicode_NNN functions: skip the extra type-checkSat, 01 Jan 2022 18:05:32 +0100, by Franz Glasner
