1. f67caf8 don't need to add the name 'lambda' as assigned by Benjamin Peterson · 15 years ago
  2. 985951d fix error handling by Benjamin Peterson · 15 years ago
  3. 2696275 Add check for PyDict_Update() error. by Jeremy Hylton · 15 years ago
  4. 88f1c04 Global statements from one function leaked into parallel functions. by Jeremy Hylton · 15 years ago
  5. 25f2d89 uhh PySTEntry->ste_unoptimized has to be exposed too by Benjamin Peterson · 16 years ago
  6. e0d4c7b expose PySTEntry.nested so the symtable module will work by Benjamin Peterson · 16 years ago
  7. e0d12eb PySTEntry's constructor is static; there's no point in a fancy API name by Benjamin Peterson · 16 years ago
  8. 0847332 include filename and line number in SyntaxError by Benjamin Peterson · 16 years ago
  9. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  10. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  11. a48f3ab Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum. by Georg Brandl · 16 years ago
  12. 5becac5 Handle memory allocation failure. Found by Adam Olsen by Neal Norwitz · 16 years ago
  13. 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 16 years ago
  14. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  15. 7605936 Handle PyString_FromInternedString() failing (unlikely, but possible). by Neal Norwitz · 18 years ago
  16. 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 18 years ago
  17. 18b6adf Handle more mem alloc issues found with failmalloc by Neal Norwitz · 18 years ago
  18. b59d08c Fix more memory allocation issues found with failmalloc. by Neal Norwitz · 18 years ago
  19. d12bd01 Handle more memory allocation failures without crashing. by Neal Norwitz · 18 years ago
  20. ddbaa66 Patch #1346214: correctly optimize away "if 0"-style stmts by Georg Brandl · 18 years ago
  21. 019aec6 Make symtable.c safe for C++ compilers. Changed macros in the same way as by Anthony Baxter · 18 years ago
  22. 090b3dd No need to export PySTEntry_New, it is only used in symtable.c by Neal Norwitz · 18 years ago
  23. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  24. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  25. d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 18 years ago
  26. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  27. d8fe7ab analyze_cells(): This no longer compiled under VC 7.1. by Tim Peters · 19 years ago
  28. 46b7bda Fix icc warnings: conversion from "long" to "int" may lose significant bits by Neal Norwitz · 19 years ago
  29. daf595f Fix icc warnings: shadowing local variable (i) and complex is set but not used, so remove by Neal Norwitz · 19 years ago
  30. 5d0ad50 Bug #889500, fix line number on SyntaxWarning for global declarations. by Neal Norwitz · 19 years ago
  31. 3715c3e Fix a few more ref leaks. Backport candidate by Neal Norwitz · 19 years ago
  32. 4737b23 Last batch of ref leaks in new AST code. by Neal Norwitz · 19 years ago
  33. 99b2533 Bring handling of genexpr in line with other anonymous scope names by Nick Coghlan · 19 years ago
  34. b6fc9df Fix a lot of memory and ref leaks in error paths. by Neal Norwitz · 19 years ago
  35. 62c2fac Do not pollute name block_ty, prefix with _Py_ by Neal Norwitz · 19 years ago
  36. 2dfcef5 Fix check_unoptimized() function. The only optimized namespaces are by Neil Schemenauer · 19 years ago
  37. 8b528b2 Fix private name mangling. The symtable also must do mangles so that by Neil Schemenauer · 19 years ago
  38. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
  39. 3144130 ANSI-C-ify the placement of local var declarations. by Armin Rigo · 19 years ago
  40. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  41. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  42. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  43. 2990640 Add a comment explaining the st_symbols cache. by Jeremy Hylton · 23 years ago
  44. 0f2d4b8 PySymtableEntry_New(): I'm not sure what this routine is doing, but it by Tim Peters · 23 years ago
  45. 86424e3 SF bug #488687 reported by Neal Norwitz by Jeremy Hylton · 23 years ago
  46. 4b4ab20 ste_repr(): Conversion of sprintf() to PyOS_snprintf() for buffer by Barry Warsaw · 23 years ago
  47. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  48. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  49. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 23 years ago
  50. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 23 years ago
  51. 74b3bc4 Fix for bug 133489: compiler leaks memory by Jeremy Hylton · 23 years ago
  52. cb17ae8 Relax the rules for using 'from ... import *' and exec in the presence by Jeremy Hylton · 23 years ago