FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/operator.c - 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
Modules
operator.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 Feb 23, 2008
#1506171: added operator.methodcaller().
Show description for 025dfa5
georg.brandl
committed
025dfa5
View commit details
Copy full SHA for 025dfa5
View code at this point
Browse repository at this point
#1826: allow dotted attribute paths in operator.attrgetter.
Show description for fe943b3
georg.brandl
committed
fe943b3
View commit details
Copy full SHA for fe943b3
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 Mar 6, 2007
Patch #1654417: make operator.{get,set,del}slice use the full range
Show description for da483b8
georg.brandl
committed
da483b8
View commit details
Copy full SHA for da483b8
View code at this point
Browse repository at this point
Commits on Aug 12, 2006
Patch #1538606, Patch to fix __index__() clipping.
Show description for eeea1ab
neal.norwitz
committed
eeea1ab
View commit details
Copy full SHA for eeea1ab
View code at this point
Browse repository at this point
Commits on Apr 22, 2006
Fix more ssize_t problems.
Show description for 4182b87
martin.v.loewis
committed
4182b87
View commit details
Copy full SHA for 4182b87
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 7, 2006
Checking in the code for PEP 357.
Show description for 297d31f
guido.van.rossum
committed
297d31f
View commit details
Copy full SHA for 297d31f
View code at this point
Browse repository at this point
Commits on Feb 16, 2006
Use Py_ssize_t for counts and sizes.
Show description for 1f95416
martin.v.loewis
committed
1f95416
View commit details
Copy full SHA for 1f95416
View code at this point
Browse repository at this point
Commits on Jan 19, 2006
Check return result from Py_InitModule*(). This API can fail.
Show description for bd7e891
neal.norwitz
committed
bd7e891
View commit details
Copy full SHA for bd7e891
View code at this point
Browse repository at this point
Commits on Dec 29, 2005
adding in-place operators to the operator module.
Show description for 8d0bda3
armin.rigo
committed
8d0bda3
View commit details
Copy full SHA for 8d0bda3
View code at this point
Browse repository at this point
two missing PyDoc_STR().
Show description for 2451f47
armin.rigo
committed
2451f47
View commit details
Copy full SHA for 2451f47
View code at this point
Browse repository at this point
Commits on Aug 26, 2005
Disallow keyword arguments for type constructors that don't use them.
Show description for 88bcba4
birkenfeld
committed
88bcba4
View commit details
Copy full SHA for 88bcba4
View code at this point
Browse repository at this point
Commits on Mar 9, 2005
operator.itemgetter() and operator.attrgetter() now support extraction
Show description for 9482bc4
rhettinger
committed
9482bc4
View commit details
Copy full SHA for 9482bc4
View code at this point
Browse repository at this point
Commits on Dec 4, 2003
Fix typos.
Show description for 5f82d84
rhettinger
committed
5f82d84
View commit details
Copy full SHA for 5f82d84
View code at this point
Browse repository at this point
Commits on Dec 1, 2003
As discussed on python-dev, added two extractor functions to the
Show description for caeb26f
rhettinger
committed
caeb26f
View commit details
Copy full SHA for caeb26f
View code at this point
Browse repository at this point
Commits on Jan 18, 2003
SF patch #670423: Add missing identity tests to operator.c
Show description for 7236e53
rhettinger
committed
7236e53
View commit details
Copy full SHA for 7236e53
View code at this point
Browse repository at this point
Commits on Jan 3, 2003
SF patch 660559: Use METH_O and METH_NOARGS where possible
Show description for d283d08
rhettinger
committed
d283d08
View commit details
Copy full SHA for d283d08
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 Aug 19, 2002
Added __pow__(a,b) to the operator module. Completes the pattern of
Show description for b1a888a
rhettinger
committed
b1a888a
View commit details
Copy full SHA for b1a888a
View code at this point
Browse repository at this point
Commits on Aug 13, 2002
Allow more docstrings to be removed during compilation in some modules
Show description for c104672
nnorwitz
committed
c104672
View commit details
Copy full SHA for c104672
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
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
Commits on Apr 4, 2002
Removed old Digital Creations copyright/license notices (with
Show description for 7e741e8
gvanrossum
committed
7e741e8
View commit details
Copy full SHA for 7e741e8
View code at this point
Browse repository at this point
Commits on Apr 3, 2002
Add the 'bool' type and its values 'False' and 'True', as described in
Show description for dabee89
gvanrossum
committed
dabee89
View commit details
Copy full SHA for dabee89
View code at this point
Browse repository at this point
Commits on Aug 9, 2001
Show description for 46ead38
fdrake
committed
46ead38
View commit details
Copy full SHA for 46ead38
View code at this point
Browse repository at this point
Commits on Sep 17, 2000
Show description for ee5aa27
fdrake
committed
ee5aa27
View commit details
Copy full SHA for ee5aa27
View code at this point
Browse repository at this point
Commits on Jul 21, 2000
Show description for 4c8aa58
twouters
committed
4c8aa58
View commit details
Copy full SHA for 4c8aa58
View code at this point
Browse repository at this point
Commits on Jul 8, 2000
Show description for 7e1a38b
fdrake
committed
7e1a38b
View commit details
Copy full SHA for 7e1a38b
View code at this point
Browse repository at this point
Show description for 770c4f8
fdrake
committed
770c4f8
View commit details
Copy full SHA for 770c4f8
View code at this point
Browse repository at this point
Commits on Dec 4, 1998
Add DL_EXPORT() to all modules that could possibly be used
Show description for c32e1d0
guido
committed
c32e1d0
View commit details
Copy full SHA for c32e1d0
View code at this point
Browse repository at this point
Commits on May 22, 1998
Add an alias (and preferred name) "contains" for "sequenceIncludes".
Show description for afed827
guido
committed
afed827
View commit details
Copy full SHA for afed827
View code at this point
Browse repository at this point
PySequence_In() -> PySequence_Contains().
Show description for 95bdeb0
guido
committed
95bdeb0
View commit details
Copy full SHA for 95bdeb0
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL