1. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
  2. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 15 years ago
  3. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  4. 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 15 years ago
  5. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 16 years ago
  6. effde12 Speed-up dictionary constructor by about 10%. by Raymond Hettinger · 17 years ago
  7. c6057c7 Fix #1752132: wrong comment in opcode description. by Georg Brandl · 17 years ago
  8. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  9. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 20 years ago
  10. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago
  11. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 21 years ago
  12. 060641d Improved the bytecode optimizer. by Raymond Hettinger · 21 years ago
  13. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
  14. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  15. fea59e7 The opcode FOR_LOOP no longer exists. by Guido van Rossum · 22 years ago
  16. 7198a52 Patch #494783: Rename cmp_op enumerators. by Martin v. Löwis · 23 years ago
  17. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  18. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  19. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  20. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
  21. 64949cb PEP 227 implementation by Jeremy Hylton · 24 years ago
  22. c219d55 Rich comparisons: ensure that LT == Py_LT, etc. by Guido van Rossum · 24 years ago
  23. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  24. dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago
  25. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  26. 35fd665 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  27. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  28. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  29. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  30. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  31. a403d7d remove reference to CALL_FUNCTION_STAR in comment by Jeremy Hylton · 24 years ago
  32. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  33. 9d865e1 Get rid of some obsolete opcodes. by Guido van Rossum · 26 years ago
  34. 6a33de9 Get rid of obsolete ACCESS_MODE opcode. by Guido van Rossum · 27 years ago
  35. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  36. db3b041 Added BUILD_SLICE opcode. by Guido van Rossum · 28 years ago
  37. 3d1f095 changes for ** (power) operator by Guido van Rossum · 29 years ago
  38. 884afd6 keyword arguments and faster function calls by Guido van Rossum · 29 years ago
  39. 3b46a50 new opcodes RAISE_VARARGS, CALL_FUNCTION by Guido van Rossum · 29 years ago
  40. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  41. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  42. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  43. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  44. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  45. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  46. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  47. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  48. 22f863f Added UNPACK_VARARG. by Guido van Rossum · 33 years ago
  49. 750bf14 Added UNPACK_ARG. by Guido van Rossum · 33 years ago
  50. 97ff530 Added _GLOBAL opcodes. by Guido van Rossum · 33 years ago
  51. 7928cd7 Added shift and mask ops. by Guido van Rossum · 33 years ago
  52. 054ff1f Added opcodes to load local/global variables by Guido van Rossum · 33 years ago
  53. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  54. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  55. f127027 Added opcodes for classes. by Guido van Rossum · 34 years ago
  56. 10dc2e8 Initial revision by Guido van Rossum · 34 years ago