1. 7e7823a Issue #27809: methodcaller_reduce() uses fast call by Victor Stinner · 8 years ago
  2. 6423429 merge 3.4 (#27783) by Benjamin Peterson · 8 years ago
  3. a12d92b merge 3.3 (#27783) by Benjamin Peterson · 8 years ago
  4. 6dfcde5 Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 8 years ago
  5. c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  6. 23a192d use logical rather than bit and by Benjamin Peterson · 10 years ago
  7. 0fbdf26 #16523: merge with 3.3. by Ezio Melotti · 11 years ago
  8. a85017f Issue #16694: Add a pure Python implementation of the operator module. by Antoine Pitrou · 11 years ago[Renamed (90%) from Modules/operator.c]
  9. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  10. 48986d6 Minor grammar refinement for hmac.compare_digest(). by Larry Hastings · 12 years ago
  11. db99dd0 Small wording update from Larry. by Georg Brandl · 12 years ago
  12. a1bc35f Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. by Georg Brandl · 12 years ago
  13. 9dcbfc3 Remove unused variable. by Georg Brandl · 12 years ago
  14. 93b7d7e Fix a refleak in c82451eeb595. by Georg Brandl · 12 years ago
  15. 6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C by Christian Heimes · 12 years ago
  16. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  17. 87298c4 No declarations in the middle of a block (fixes compile under Windows) by Antoine Pitrou · 14 years ago
  18. e974571 Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. by Antoine Pitrou · 14 years ago
  19. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  20. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  21. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  22. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 15 years ago
  23. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  24. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  25. 8c1de8f Remove __{get,set,del}slice__ dingleberries. by Neal Norwitz · 16 years ago
  26. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  27. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  28. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  29. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  30. 390d29c Remove isCallable() and sequenceIncludes() from the operator module. by Collin Winter · 17 years ago
  31. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  32. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  33. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  34. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  35. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  36. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 18 years ago
  37. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  38. f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 19 years ago
  39. c4308d5 two missing PyDoc_STR(). by Armin Rigo · 19 years ago
  40. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  41. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 19 years ago
  42. bd3a240 Fix typos. by Raymond Hettinger · 21 years ago
  43. 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
  44. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 21 years ago
  45. 36cd2bf SF patch 660559: Use METH_O and METH_NOARGS where possible by Raymond Hettinger · 22 years ago
  46. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
  47. 5959c55 Added __pow__(a,b) to the operator module. Completes the pattern of by Raymond Hettinger · 22 years ago
  48. 200788c Allow more docstrings to be removed during compilation in some modules by Neal Norwitz · 22 years ago
  49. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  50. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  51. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  52. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  53. 428e75f Add wrappers around the rich-comparison operations. by Fred Drake · 23 years ago
  54. ea4d3f0 Add invert() and __invert__() as aliases for inv()/__inv__(). by Fred Drake · 24 years ago
  55. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  56. 0c89d4e Pretensions of the 20th century... remove old-style preprocessor by Fred Drake · 24 years ago
  57. 5639ba4 ANSI-fy the sources. by Fred Drake · 24 years ago
  58. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  59. 832f6d2 Add an alias (and preferred name) "contains" for "sequenceIncludes". by Guido van Rossum · 26 years ago
  60. b1ed9c5 PySequence_In() -> PySequence_Contains(). by Guido van Rossum · 26 years ago
  61. 99c185e Add not_ and __not__. by Guido van Rossum · 26 years ago
  62. 9efe8ef #Plug small memory leaks in constructors. by Guido van Rossum · 27 years ago
  63. 24a4994 Some long variables should have been int to match the 'i' format specifier. by Guido van Rossum · 27 years ago
  64. 19f61ae Tabification changes only; the module was already newly named. by Barry Warsaw · 28 years ago
  65. 36a484f Correct typo -- repeat implements *, not +. by Guido van Rossum · 28 years ago
  66. 497aedd Get rid of unused local variable. by Guido van Rossum · 28 years ago
  67. c9fb47e Added delslice and delitem. by Guido van Rossum · 28 years ago
  68. 1720230 Made it palatable for K&R preprocessors. The spam macros don't have by Guido van Rossum · 28 years ago
  69. ec185bd Added hack to get it to compile on AIX. by Guido van Rossum · 28 years ago
  70. 037b940 Operators like __add__ by Guido van Rossum · 28 years ago