X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PythonNuts/cpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PythonNuts/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: buildbot-custom
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 22, 2017

  1. optimize paths for finding uuid_generate_time

    optimizes uuid ctypes initialization for BSD and Darwin
    igalic committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    74fdc42 View commit details
    Browse the repository at this point in the history
  2. lazy-load uuid_generate_time

    _uuid_generate_time is lazy-loaded on first use to speed up
    initialization of applications depending on other uuid features
    gronke committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    1eb5d20 View commit details
    Browse the repository at this point in the history
  3. bpo-5885: add Misc/NEWS entry

    igalic committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    dd11236 View commit details
    Browse the repository at this point in the history
Loading
X Tutup