Andrew M. Kuchling
|
a178a69819
|
Fix 'the the' duplication
|
2009-04-03 21:45:29 +00:00 |
Georg Brandl
|
e83a4adba7
|
#5486: typos.
|
2009-03-13 19:03:58 +00:00 |
Georg Brandl
|
4400d84bf7
|
#5015: document PythonHome API functions.
|
2009-02-05 11:32:18 +00:00 |
Georg Brandl
|
acc802b171
|
#5144: document that PySys_SetArgv prepends the script directory (or the empty string) to sys.path.
|
2009-02-05 10:37:07 +00:00 |
Georg Brandl
|
dd958e0d28
|
Fix call signature and markup.
|
2009-01-13 08:11:07 +00:00 |
Kristján Valur Jónsson
|
0e2d8c36e3
|
Issue 4293: Make Py_AddPendingCall() thread safe
Add test cases and documentation
|
2009-01-09 21:35:16 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Benjamin Peterson
|
9d1e2cdad6
|
PyGILState_Acquire -> PyGILState_Ensure
|
2008-10-10 22:23:41 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Georg Brandl
|
f19b951126
|
Add documentation for PySys_* functions.
Written by Charlie Shepherd for GHOP. Also fixes #1245.
|
2007-12-02 21:58:54 +00:00 |
Georg Brandl
|
16f1df91ce
|
Document PyEval_* functions from ceval.c.
Credits to Michael Sloan from GHOP.
|
2007-12-01 22:24:47 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |