Fri, 06 Mar 2020 16:06:30 +0100 |
Pierre-Yves David |
setup-rust: add a --no-rust flag
|
Mon, 09 Mar 2020 17:16:44 +0100 |
Pierre-Yves David |
setup: use printf instead of print
|
Tue, 11 Feb 2020 00:44:59 -0500 |
Augie Fackler |
git: skeleton of a new extension to _directly_ operate on git repos
|
Fri, 06 Mar 2020 16:49:46 +0100 |
Pierre-Yves David |
setup-rust: remove the legacy 'direct-ffi' variant
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
Thu, 05 Mar 2020 10:52:51 -0500 |
Augie Fackler |
merge with stable
|
Sat, 07 Sep 2019 14:50:39 +0200 |
Joerg Sonnenberger |
hgext: start building a library for simple hooks
|
Mon, 24 Feb 2020 00:20:47 -0500 |
Matt Harbison |
setup: exclude the __index__ module from itself when generating
stable
|
Thu, 16 Jan 2020 13:34:04 +0100 |
Raphaël Gomès |
rust-re2: add wrapper for calling Re2 from Rust
|
Mon, 03 Feb 2020 11:51:52 -0500 |
Augie Fackler |
merge with stable
|
Tue, 28 Jan 2020 22:27:30 -0500 |
Matt Harbison |
setup: don't skip the search for global hg.exe if there is no local instance
|
Sat, 25 Jan 2020 00:16:04 -0500 |
Matt Harbison |
copyright: update to 2020
stable
|
Mon, 20 Jan 2020 18:28:46 -0500 |
Valentin Gatien-Baron |
rust: add a README
|
Tue, 14 Jan 2020 14:18:11 -0800 |
Martin von Zweigbergk |
packaging: leverage os.path.relpath() in setup.py
|
Wed, 08 Jan 2020 15:59:52 -0500 |
Augie Fackler |
sha1dc: initial implementation of Python extension
|
Sat, 28 Dec 2019 23:08:57 -0500 |
Matt Harbison |
setup: include `defaultrc` in the package list
|
Thu, 05 Dec 2019 20:05:08 -0800 |
Kyle Lippincott |
packaging: include defaultrc/*.rc instead of default.d/*.rc
|
Fri, 22 Nov 2019 18:02:12 -0500 |
Augie Fackler |
windows: further build fixes for the WiX installer
|
Sat, 16 Nov 2019 12:19:43 -0500 |
Matt Harbison |
setup: conditionalize access to `sys.dllhandle` when building extensions
|
Sat, 16 Nov 2019 11:48:47 -0500 |
Matt Harbison |
setup: use bytes for assumed python version
|
Sat, 16 Nov 2019 11:42:27 -0500 |
Matt Harbison |
setup: combine two contiguous string literals
|
Wed, 13 Nov 2019 21:52:25 -0500 |
Matt Harbison |
help: create packages for the help text
|
Wed, 23 Oct 2019 15:07:56 +0100 |
Ian Moody |
setup: allow py3 install without env vars
stable
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Mon, 30 Sep 2019 17:26:41 -0700 |
Gregory Szorc |
setup: build extensions in parallel by default
|
Sun, 18 Aug 2019 00:45:33 +0300 |
Pulkit Goyal |
interfaces: create a new folder for interfaces and move repository.py in it
|
Thu, 15 Aug 2019 14:54:39 -0400 |
Augie Fackler |
setup: fix a sorting issue I noticed in package names
|
Fri, 17 May 2019 00:17:43 +0200 |
Georges Racinet |
rust: switched to 'cargo rustc' in setup.py
|
Fri, 14 Jun 2019 11:18:06 +0100 |
Georges Racinet |
rust-cpython: fix build for MacOSX
|
Fri, 14 Jun 2019 10:57:07 +0100 |
Georges Racinet |
rust-cpython: management of shared libray suffix
|