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