FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/descrobject.c - hemachandraa/python · GitHub
hemachandraa
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Objects
descrobject.c
on
master
User selector
Datepicker
Commit history
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
Commits on Apr 15, 2008
Prevent namespace pollution, add static for internal functions
Show description for 8e9d568
neal.norwitz
committed
8e9d568
View commit details
Copy full SHA for 8e9d568
View code at this point
Browse repository at this point
Commits on Feb 15, 2008
Issue #2115: __slot__ attributes setting was 10x slower.
Show description for 652a902
amaury.forgeotdarc
committed
652a902
View commit details
Copy full SHA for 652a902
View code at this point
Browse repository at this point
Commits on Dec 31, 2007
Fix refleak
Show description for 0dac4eb
neal.norwitz
committed
0dac4eb
View commit details
Copy full SHA for 0dac4eb
View code at this point
Browse repository at this point
Commits on Dec 14, 2007
Fixed bug #1620: New @spam.getter property syntax modifies the property in place.
Show description for 2de48e7
christian.heimes
committed
2de48e7
View commit details
Copy full SHA for 2de48e7
View code at this point
Browse repository at this point
Commits on Nov 12, 2007
Re-word sentence
Show description for d678ff4
andrew.kuchling
committed
d678ff4
View commit details
Copy full SHA for d678ff4
View code at this point
Browse repository at this point
Added new decorator syntax to property.__doc__
Show description for 20c8573
christian.heimes
committed
20c8573
View commit details
Copy full SHA for 20c8573
View code at this point
Browse repository at this point
Commits on Nov 10, 2007
Issue 1416. Add getter, setter, deleter methods to properties that can be
Show description for e5f2ce6
guido.van.rossum
committed
e5f2ce6
View commit details
Copy full SHA for e5f2ce6
View code at this point
Browse repository at this point
Commits on Jul 21, 2007
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Show description for 61ecb79
martin.v.loewis
committed
61ecb79
View commit details
Copy full SHA for 61ecb79
View code at this point
Browse repository at this point
Commits on Aug 4, 2006
Change fix for segfaulting property(), add a NEWS entry and a test.
Show description for 86df200
georg.brandl
committed
86df200
View commit details
Copy full SHA for 86df200
View code at this point
Browse repository at this point
Fix bug caused by first decrefing, then increfing.
Show description for 7487710
georg.brandl
committed
7487710
View commit details
Copy full SHA for 7487710
View code at this point
Browse repository at this point
Commits on Jul 3, 2006
Put method-wrappers into trashcan. Fixes #927248.
Show description for 93d4484
martin.v.loewis
committed
93d4484
View commit details
Copy full SHA for 93d4484
View code at this point
Browse repository at this point
Commits on Jun 8, 2006
(arre, arigo) SF bug #1350060
Show description for b54c16f
armin.rigo
committed
b54c16f
View commit details
Copy full SHA for b54c16f
View code at this point
Browse repository at this point
Commits on Apr 15, 2006
Show description for 3f4ed3b
thomas.wouters
committed
3f4ed3b
View commit details
Copy full SHA for 3f4ed3b
View code at this point
Browse repository at this point
Commits on Mar 30, 2006
Remove unnecessary casts in type object initializers.
Show description for d1c4590
georg.brandl
committed
d1c4590
View commit details
Copy full SHA for d1c4590
View code at this point
Browse repository at this point
Commits on Mar 8, 2006
Patch #1434038: property() now uses the getter's docstring if there is
Show description for faedf76
georg.brandl
committed
faedf76
View commit details
Copy full SHA for faedf76
View code at this point
Browse repository at this point
Commits on Feb 27, 2006
Revert backwards-incompatible const changes.
Show description for a61ffb2
martin.v.loewis
committed
a61ffb2
View commit details
Copy full SHA for a61ffb2
View code at this point
Browse repository at this point
Commits on Feb 15, 2006
Merge ssize_t branch.
Show description for 6fc3b2f
martin.v.loewis
committed
6fc3b2f
View commit details
Copy full SHA for 6fc3b2f
View code at this point
Browse repository at this point
Commits on Dec 10, 2005
Add const to several API functions that take char *.
Show description for 8c77d42
jeremy.hylton
committed
8c77d42
View commit details
Copy full SHA for 8c77d42
View code at this point
Browse repository at this point
Commits on Nov 7, 2005
Added proper reflection on instances of <type 'method-wrapper'>, e.g.
Show description for 4adeb26
armin.rigo
committed
4adeb26
View commit details
Copy full SHA for 4adeb26
View code at this point
Browse repository at this point
Commits on Apr 19, 2005
As per discussion on python-dev, descriptors defined in C with a NULL setter
Show description for 0d30c1b
bwarsaw
committed
0d30c1b
View commit details
Copy full SHA for 0d30c1b
View code at this point
Browse repository at this point
Commits on Dec 13, 2003
Use PyDict_Contains() instead of PySequence_Contains().
Show description for 8ab7ec5
rhettinger
committed
8ab7ec5
View commit details
Copy full SHA for 8ab7ec5
View code at this point
Browse repository at this point
Commits on Oct 9, 2003
Return a bool rather than an int from proxy_has_key().
Show description for 3b55439
gvanrossum
committed
3b55439
View commit details
Copy full SHA for 3b55439
View code at this point
Browse repository at this point
Commits on Sep 1, 2003
SF patch #798467: Update docstring of has_key for bool changes
Show description for 4c1cb83
rhettinger
committed
4c1cb83
View commit details
Copy full SHA for 4c1cb83
View code at this point
Browse repository at this point
Commits on Apr 9, 2003
property_traverse() should also traverse into prop_doc -- there's no
Show description for dfe4acd
gvanrossum
committed
dfe4acd
View commit details
Copy full SHA for dfe4acd
View code at this point
Browse repository at this point
Commits on Feb 11, 2003
Put proper tests in classmethod_get(). Remove the type argument to
Show description for 81c3525
gvanrossum
committed
81c3525
View commit details
Copy full SHA for 81c3525
View code at this point
Browse repository at this point
Commits on Dec 29, 2002
SF patch #659536: Use PyArg_UnpackTuple where possible.
Show description for a9feaa1
rhettinger
committed
a9feaa1
View commit details
Copy full SHA for a9feaa1
View code at this point
Browse repository at this point
Commits on Dec 9, 2002
SF 548651: Fix the METH_CLASS implementation.
Show description for 3aea3d8
tim_one
committed
3aea3d8
View commit details
Copy full SHA for 3aea3d8
View code at this point
Browse repository at this point
Commits on Aug 31, 2002
Added comparison functions to dict proxies.
Show description for 5485037
rhettinger
committed
5485037
View commit details
Copy full SHA for 5485037
View code at this point
Browse repository at this point
Commits on Aug 19, 2002
Make PyDescr_IsData() a macro. It's too simple to be a function.
Show description for ddf3c5f
gvanrossum
committed
ddf3c5f
View commit details
Copy full SHA for ddf3c5f
View code at this point
Browse repository at this point
Simple but important optimization for descr_check(): instead of the
Show description for 68c33cd
gvanrossum
committed
68c33cd
View commit details
Copy full SHA for 68c33cd
View code at this point
Browse repository at this point
Commits on Aug 13, 2002
Allow more docstrings to be removed during compilation
Show description for e2c995d
nnorwitz
committed
e2c995d
View commit details
Copy full SHA for e2c995d
View code at this point
Browse repository at this point
Commits on Jun 14, 2002
SF patch 568629 by Oren Tirosh: types made callable.
Show description for be78fb0
gvanrossum
committed
be78fb0
View commit details
Copy full SHA for be78fb0
View code at this point
Browse repository at this point
Commits on Jun 13, 2002
Patch #568124: Add doc string macros.
Show description for ae493ad
loewis
committed
ae493ad
View commit details
Copy full SHA for ae493ad
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL