List of commits:
Subject Hash Author Date (UTC)
Correct the README link in Unix install docs (#1245) d1ae24e8880fe00d006eb2996af815c35fbcfb33 Sebastian Vetter 2017-04-21 17:24:57
bpo-30125: Fix faulthandler.disable() on Windows (#1240) 46c2b81026bbf966c0898a1fa30d98c33673aea0 Victor Stinner 2017-04-21 16:06:13
bpo-30107: don't dump core on expected test_io crash (#1235) 2a1aed04b0943636f605543522e16cca1dc23e70 Victor Stinner 2017-04-21 15:59:23
bpo-30106: Fix test_asyncore.test_quick_connect() (#1234) a2c877c3985aba4adb19755e21f477e1c639cfd9 Victor Stinner 2017-04-21 11:51:53
bpo-30104: configure now detects when cc is clang (#1233) 35f3d240ee5f0958034bd500949b08764e36f4dc Victor Stinner 2017-04-21 10:35:24
bpo-30104: Use -fno-strict-aliasing on clang (#1221) 28205b203a4742c40080b4a2b4b2dcd800716edc Victor Stinner 2017-04-21 09:24:34
remove configure test for inline keyword (#1231) 791dc831198f3ecc1531f8e6f05debf4ce234d00 Benjamin Peterson 2017-04-21 06:52:19
bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (#1222) f60c9e54f501065f3be2a4cfb4c387dfa2f243a9 Segev Finer 2017-04-20 23:33:28
Add missing .gitignore entries for VS2015 IntelliSense DB (#1223) 8e675286a92f33837cfffac5914b5175dac5d573 Segev Finer 2017-04-20 23:32:26
bpo-29802: Fix reference counting in module-level struct functions (#1213) 40db90c1ce1a59d5f5f2894bb0ce32110000bf27 Serhiy Storchaka 2017-04-20 18:19:31
Only define get_zone() and get_gmtoff() if needed (#1193) 8f5cdfa9fc1bb6b4d9a33fc281987252f6398430 Victor Stinner 2017-04-20 11:41:09
support.threading_cleanup() log a warning on fail (#1195) d20324a7fab6734bae19b1f070b5c8aae5ff3612 Victor Stinner 2017-04-20 11:40:08
bpo-30108: Restore sys.path in test_site (#1197) b85c136903c6d2368162f7c4a58f258c9c69ead0 Victor Stinner 2017-04-20 11:39:39
bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) b4dc6af7a7862a8996cffed30d39d6add5ee58a3 Dong-hee Na 2017-04-20 07:31:17
bpo-30109: Fix reindent.py (GH-1207) 58f3c9dc8f5626abe09ac9738c34f6ba99ce2972 Mariatta 2017-04-20 05:59:20
bpo-10379: Add %char examples to locale.format() docs (GH-1145) 6dbdedb0b18a5ca850ab8ce512fda24d5a9d0688 Berker Peksag 2017-04-20 04:38:43
Remove redundant comma in argparse HOWTO (#1141) 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf Berker Peksag 2017-04-20 04:29:35
bpo-30078: Add an example of passing a path to unittest (#1178) f7e62cf8adfb8ab6a6a870903defe8ff218a0383 Louie Lu 2017-04-20 03:46:59
bpo-30106: Fix tearDown() of test_asyncore (#1194) 11470b6dcdbc170779499a4a040b93c842a0d194 Victor Stinner 2017-04-20 00:55:39
bpo-29887: test_normalization handles PermissionError (#1196) d13d54748d3a7db023d9db37223ea7d40bb8f8e3 Victor Stinner 2017-04-20 00:39:59
Commit d1ae24e8880fe00d006eb2996af815c35fbcfb33 - Correct the README link in Unix install docs (#1245)
Author: Sebastian Vetter
Author date (UTC): 2017-04-21 17:24
Committer name: Mariatta
Committer date (UTC): 2017-04-21 17:24
Parent(s): 46c2b81026bbf966c0898a1fa30d98c33673aea0
Signer:
Signing key:
Signing status: N
Tree: fc66a3fc8fa6c552a6c7a32f795508f14f8dab9e
File Lines added Lines deleted
Doc/using/unix.rst 1 1
File Doc/using/unix.rst changed (mode: 100644) (index 97f0a49ca7..604688ce94)
... ... The build process consists in the usual ::
77 77 make install make install
78 78
79 79 invocations. Configuration options and caveats for specific Unix platforms are invocations. Configuration options and caveats for specific Unix platforms are
80 extensively documented in the :source:`README` file in the root of the Python
80 extensively documented in the :source:`README.rst` file in the root of the Python
81 81 source tree. source tree.
82 82
83 83 .. warning:: .. warning::
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/benf_wspdigital/cpython

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/benf_wspdigital/cpython

Clone this repository using git:
git clone git://git.rocketgit.com/user/benf_wspdigital/cpython

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main