FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/pythonrun.h - charleson/python · GitHub
charleson
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
Include
pythonrun.h
on
master
User selector
Datepicker
Commit history
Commits on Jun 13, 2008
Restore support for Microsoft VC6 compiler.
Show description for c64bf4d
amaury.forgeotdarc
committed
c64bf4d
View commit details
Copy full SHA for c64bf4d
View code at this point
Browse repository at this point
Commits on Jun 9, 2008
This reverts r63675 based on the discussion in this thread:
Show description for 36da06a
gregory.p.smith
committed
36da06a
View commit details
Copy full SHA for 36da06a
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
Show description for 4b6cc1c
christian.heimes
committed
4b6cc1c
View commit details
Copy full SHA for 4b6cc1c
View code at this point
Browse repository at this point
First step of the C API rename:
Show description for 0b79e9f
christian.heimes
committed
0b79e9f
View commit details
Copy full SHA for 0b79e9f
View code at this point
Browse repository at this point
Commits on Mar 26, 2008
Patch #2477: Added from __future__ import unicode_literals
Show description for cb1f8df
christian.heimes
committed
cb1f8df
View commit details
Copy full SHA for cb1f8df
View code at this point
Browse repository at this point
Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from
Show description for ddc6ae9
christian.heimes
committed
ddc6ae9
View commit details
Copy full SHA for ddc6ae9
View code at this point
Browse repository at this point
Commits on Mar 18, 2008
Backport of the print function, using a __future__ import.
Show description for cfd81f9
eric.smith
committed
cfd81f9
View commit details
Copy full SHA for cfd81f9
View code at this point
Browse repository at this point
Commits on Feb 8, 2008
Deallocate content of the dict free list on interpreter shutdown
Show description for 7613272
christian.heimes
committed
7613272
View commit details
Copy full SHA for 7613272
View code at this point
Browse repository at this point
Commits on Apr 3, 2006
Don't abbreviate ABS, use long name ABSOLUTE.
Show description for 5f46a98
neal.norwitz
committed
5f46a98
View commit details
Copy full SHA for 5f46a98
View code at this point
Browse repository at this point
Commits on Mar 1, 2006
Reconst parameters that lost their const in the AST merge.
Show description for b56ccbd
martin.v.loewis
committed
b56ccbd
View commit details
Copy full SHA for b56ccbd
View code at this point
Browse repository at this point
Commits on Feb 28, 2006
Show description for f5ffcd8
thomas.wouters
committed
f5ffcd8
View commit details
Copy full SHA for f5ffcd8
View code at this point
Browse repository at this point
Show description for 0c89bf0
thomas.wouters
committed
0c89bf0
View commit details
Copy full SHA for 0c89bf0
View code at this point
Browse repository at this point
Commits on Feb 26, 2006
Generate code to recursively copy an AST into
Show description for 8b16898
martin.v.loewis
committed
8b16898
View commit details
Copy full SHA for 8b16898
View code at this point
Browse repository at this point
Commits on Feb 25, 2006
Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment about not removing yet.
Show description for 0415540
neal.norwitz
committed
0415540
View commit details
Copy full SHA for 0415540
View code at this point
Browse repository at this point
Commits on Jan 5, 2006
Drop sys.build_number. Add sys.subversion.
Show description for 2846148
martin.v.loewis
committed
2846148
View commit details
Copy full SHA for 2846148
View code at this point
Browse repository at this point
Commits on Dec 18, 2005
Expose Subversion revision number (calculated via "svnversion .") to Python.
Show description for a37bfe9
barry.warsaw
committed
a37bfe9
View commit details
Copy full SHA for a37bfe9
View code at this point
Browse repository at this point
Commits on Dec 17, 2005
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Show description for 66b2bdf
neal.norwitz
committed
66b2bdf
View commit details
Copy full SHA for 66b2bdf
View code at this point
Browse repository at this point
Commits on Oct 23, 2005
Correct error to PyRun_SimpleString macro introduced in AST merge.
Show description for 12aa0c5
mhammond
committed
12aa0c5
View commit details
Copy full SHA for 12aa0c5
View code at this point
Browse repository at this point
Commits on Oct 20, 2005
Merge ast-branch to head
Show description for 112951f
jhylton
committed
112951f
View commit details
Copy full SHA for 112951f
View code at this point
Browse repository at this point
Commits on Aug 1, 2005
* Improve code for the empty frozenset singleton:
Show description for bfd6296
rhettinger
committed
bfd6296
View commit details
Copy full SHA for bfd6296
View code at this point
Browse repository at this point
Commits on May 27, 2005
This is my patch:
Show description for 5205692
mwh
committed
5205692
View commit details
Copy full SHA for 5205692
View code at this point
Browse repository at this point
Commits on Oct 7, 2004
Finalize the freelist of list objects.
Show description for 7a0d93d
rhettinger
committed
7a0d93d
View commit details
Copy full SHA for 7a0d93d
View code at this point
Browse repository at this point
Commits on Aug 19, 2004
Patch #900727: Add Py_InitializeEx to allow embedding without signals.
Show description for 0c32244
loewis
committed
0c32244
View commit details
Copy full SHA for 0c32244
View code at this point
Browse repository at this point
Commits on Aug 9, 2004
Patch #1006003: Cygwin standard module build problems
Show description for b17abff
jlt63
committed
b17abff
View commit details
Copy full SHA for b17abff
View code at this point
Browse repository at this point
Commits on Feb 13, 2003
- Finally fixed the bug in compile() and exec where a string ending
Show description for 09d9616
gvanrossum
committed
09d9616
View commit details
Copy full SHA for 09d9616
View code at this point
Browse repository at this point
Commits on Feb 10, 2003
patch #683515: "Add unicode support to compile(), eval() and exec"
Show description for 58c4b2c
jvr
committed
58c4b2c
View commit details
Copy full SHA for 58c4b2c
View code at this point
Browse repository at this point
Commits on Jan 1, 2003
Move _PyInt_Init() into pythonrun.h, since all the other _Init()
Show description for fa27dec
nnorwitz
committed
fa27dec
View commit details
Copy full SHA for fa27dec
View code at this point
Browse repository at this point
Commits on Dec 31, 2002
Since the *_Init() are private, prefix with _, suggested by Skip
Show description for 9a5c870
nnorwitz
committed
9a5c870
View commit details
Copy full SHA for 9a5c870
View code at this point
Browse repository at this point
Commits on Dec 30, 2002
SF #561244, Micro optimizations
Show description for 9c66912
nnorwitz
committed
9c66912
View commit details
Copy full SHA for 9c66912
View code at this point
Browse repository at this point
PEP 302 + zipimport:
Show description for 11ba355
jvr
committed
11ba355
View commit details
Copy full SHA for 11ba355
View code at this point
Browse repository at this point
Commits on Dec 11, 2002
Constify filenames and scripts. Fixes #651362.
Show description for 3bfaacb
loewis
committed
3bfaacb
View commit details
Copy full SHA for 3bfaacb
View code at this point
Browse repository at this point
Commits on Oct 26, 2002
Patch #512981: Update readline input stream on sys.stdin/out change.
Show description for 3e01181
loewis
committed
3e01181
View commit details
Copy full SHA for 3e01181
View code at this point
Browse repository at this point
Commits on Aug 12, 2002
Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack.
Show description for 454475f
mhammond
committed
454475f
View commit details
Copy full SHA for 454475f
View code at this point
Browse repository at this point
Excise DL_EXPORT from Include.
Show description for 4589cf1
mhammond
committed
4589cf1
View commit details
Copy full SHA for 4589cf1
View code at this point
Browse repository at this point
Commits on Aug 2, 2002
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Show description for cd1011b
mhammond
committed
cd1011b
View commit details
Copy full SHA for cd1011b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL