Skip to content
#

cpython

Here are 93 public repositories matching this topic...

ram-bv
ram-bv commented Apr 12, 2020

Stefan Behnel wrote:

No. "@cython.cfunc" declares a function or method as a pure C function,
without a Python interface to it, and for methods, it only applies to
extension types and not regular Python classes.

It's interesting that Cython allowed you to set it on the "__iter__" method
which cannot, in fact, be a C method because it's one of Python's special
methods. We s

ericjohannsen
ericjohannsen commented Apr 6, 2020

Environment

N/A

Details

This code:

Environment.SetEnvironmentVariable("PYTHONPATH", $"{pathToVirtualEnv}\\Lib\\site-packages;{pythonPath}\\Lib", EnvironmentVariableTarget.Process);

from the wiki references a variable pythonPath that isn't defined. Is that supposed to be `pathToV

kevinhendricks
kevinhendricks commented Feb 19, 2020

porcelain.add does not work as documented:
"path - Paths to add. No value passed stages all modified files"

(emphasis is mine)

From looking at the porcelain.py code, If paths is none it only adds untracked changes and not unstaged changes.

So procelain.add(repo='.', paths=None) does not work like:

git add -A

FWIW, should be an easy fix to add unstaged to it.

bug
karpierz
karpierz commented Aug 2, 2018
  • Jep Distribution and Version: 3.1.8
  • OS Platform, Distribution, and Version: All
  • Python Distribution and Version: All
  • Java Distribution and Version: All

I'v translated a whole documentation for *.rst format (as more appropriate e.g. for Sphinx, tox etc.
and as a standard for python world).
So question for you as in subject?.

PS: Sorry for my 'English'. Rather I have no chance to

pyRevit
clbarnes
clbarnes commented Dec 3, 2019

A lot of python packages use sphinx for documentation, and many of those incorporate the README into the docs page; so many packagers of python projects prefer RST format for the readme. Indeed, the default readme content type for PyPI is RST. Maturin is currently angled more towards rust packages, and so expects a markdown readme, even though it publishes packages to pypi. As such, the long desc

metaperl
metaperl commented Jan 25, 2018

hello,

The documentation for this library does not show any way to enable logging.

Currently, email is not being delivered and I have no idea why - the ability to enable logging would be of great use.

Also the docs do not indicate the return value of methods, so I have no idea how to see if each method call is working.

My usage of this module is very minimal. All of it is shown [here

bb78657
bb78657 commented Dec 9, 2017

Im using Flask_Script to run Flask on a localserver.

I am unclear what is causing the error below.

error trace when run the app though manager

if __name__ == '__main__':
    manager.run()

Traceback (most recent call last):
  File "/pathto/myapp/manage.py", line 154, in <module>
    manager.run()
  File "/home/user/.virtualenvs/myapp/lib/python3.5/site-packages/flask_script/__

Improve this page

Add a description, image, and links to the cpython topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cpython topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.