1. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 16 years ago
  2. 2c98faa check for assignment to __debug__ during AST generation by Benjamin Peterson · 16 years ago
  3. dcee09d make sure the parser flags and passed onto the compiler by Benjamin Peterson · 16 years ago
  4. 44a90c9 move unprefixed error into .c file by Benjamin Peterson · 16 years ago
  5. 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 16 years ago
  6. aff36f1 fix compiler warning by Benjamin Peterson · 16 years ago
  7. 35e01fb Fixed #4067 by implementing _attributes and _fields for the AST root node. by Armin Ronacher · 16 years ago
  8. 32a66a0 Fixed a couple more C99 comments and one occurence of inline. by Christian Heimes · 16 years ago
  9. f8db822 any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h> by Andrew MacIntyre · 16 years ago
  10. 05e3449 #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for by Amaury Forgeot d'Arc · 16 years ago
  11. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 16 years ago
  12. 17f03ca Fix compilation when --without-threads is given #3683 by Benjamin Peterson · 16 years ago
  13. d4ae97b #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  14. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  15. 18aa388 Fix: by Neal Norwitz · 16 years ago
  16. 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 16 years ago
  17. 08336e3 follup to #3473: don't duplicate the reduce code by Benjamin Peterson · 16 years ago
  18. 25f2d89 uhh PySTEntry->ste_unoptimized has to be exposed too by Benjamin Peterson · 16 years ago
  19. e0d4c7b expose PySTEntry.nested so the symtable module will work by Benjamin Peterson · 16 years ago
  20. e0d12eb PySTEntry's constructor is static; there's no point in a fancy API name by Benjamin Peterson · 16 years ago
  21. 0847332 include filename and line number in SyntaxError by Benjamin Peterson · 16 years ago
  22. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  23. 3aa2a49 Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in by Brett Cannon · 16 years ago
  24. d868be8 Adds a sanity check to avoid a *very rare* infinite loop due to a corrupt tls by Gregory P. Smith · 16 years ago
  25. 39fd672 #3479: unichr(2**32) used to return u'\x00'. by Amaury Forgeot d'Arc · 16 years ago
  26. 246daed #2542: now that issubclass() may call arbitrary code, by Amaury Forgeot d'Arc · 16 years ago
  27. c2cc80c Raymond's patch for #1819: speedup function calls with named parameters by Antoine Pitrou · 16 years ago
  28. 1ad108d #3378: in case of no memory, don't leak even more memory. :) by Georg Brandl · 16 years ago
  29. f032a00 Fix issue 3411: default float format spec fails on negative numbers. by Eric Smith · 16 years ago
  30. 5e62ca4 Apply patch for 874900: threading module can deadlock after fork by Jesse Noller · 16 years ago
  31. 64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". by Mark Dickinson · 16 years ago
  32. b028f50 Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute) by Nick Coghlan · 16 years ago
  33. 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 16 years ago
  34. 4762902 Added garbage collector overhead and optional default return value to by Robert Schuppenies · 16 years ago
  35. d2cd86d Fixed Issue3122 and extended sys.getsizeof tests for built-in types. by Robert Schuppenies · 16 years ago
  36. 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 16 years ago
  37. 3c0fd56 Fix tabs. by Georg Brandl · 16 years ago
  38. afae11e Update comment on prediction macros. by Raymond Hettinger · 16 years ago
  39. aa76d77 Add a comment about incref'ing w. by Georg Brandl · 16 years ago
  40. bdd941f #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 16 years ago
  41. 175e4d9 #3219 repeated keyword arguments aren't allowed in function calls anymore by Benjamin Peterson · 16 years ago
  42. dea1b56 warnings.warn_explicit() did not have the proper TypeErrors in place to prevent by Brett Cannon · 16 years ago
  43. 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 16 years ago
  44. 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 16 years ago
  45. e3ae655 Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support. by Raymond Hettinger · 16 years ago
  46. 305480c Issue 3116: fix quadratic behavior in marshal.dumps(). by Raymond Hettinger · 16 years ago
  47. 114f7e5 #1683 prevent forking from interfering in threading storage by Benjamin Peterson · 16 years ago
  48. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 16 years ago
  49. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  50. f4fcdb6 warn about parameter tuple unpacking by Benjamin Peterson · 16 years ago
  51. d5efd20 Warn about assigning to Py3k keywords (True and False) by Benjamin Peterson · 16 years ago
  52. cbd7813 add an ast_warn helper function to make adding those Py3k warnings easier by Benjamin Peterson · 16 years ago
  53. 2fe3ef8 change Py3k backquote warning to a SyntaxWarning and add a test by Benjamin Peterson · 16 years ago
  54. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
  55. 7a6de8b Some style nits. Also clarify in the docstrings what __sizeof__ does. by Georg Brandl · 16 years ago
  56. 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 16 years ago
  57. 6495c8d Typo: encoding -> codeset. by Martin v. Löwis · 16 years ago
  58. b12d857 Move sys_stream and sys_isatty out of the have-langinfo block. by Martin v. Löwis · 16 years ago
  59. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  60. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  61. 6585660 Issue 2784: fix leaks in exception exit. by Raymond Hettinger · 16 years ago
  62. 933d373 Fix issue2588: Do not execute str[size-1] = '\0' when a 0 size is by Gregory P. Smith · 16 years ago
  63. 23921f0 Fix issue2589: there was a potential integer overflow leading to by Gregory P. Smith · 16 years ago
  64. dacde0d turn PyErr_WarnPy3k into a macro by Benjamin Peterson · 16 years ago
  65. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  66. 3497f94 First step of the C API rename: by Christian Heimes · 16 years ago
  67. 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 16 years ago
  68. c6d64ec revert 63425 over Guido's Febuary message about this, that I missed by Benjamin Peterson · 16 years ago
  69. d7943cb fix spelling by Benjamin Peterson · 16 years ago
  70. 79a922d add Py3k warnings to oct and hex. backport hex behavior (because it's not different) by Benjamin Peterson · 16 years ago
  71. 9c5b515 Fix a refleak in the _warnings module. by Georg Brandl · 16 years ago
  72. b9030f4 #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate by Benjamin Peterson · 16 years ago
  73. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 16 years ago
  74. b52a74b #2816: clarify error messages for EOF while scanning strings. by Georg Brandl · 16 years ago
  75. 6c02916 #1792: Improve performance of marshal.dumps() on large objects by increasing by Andrew M. Kuchling · 16 years ago
  76. be1501b Fix sys.flags to properly expose bytes_warning. by Brett Cannon · 16 years ago
  77. af748c3 Implemented PEP 370 by Christian Heimes · 16 years ago
  78. d295032 Fix logic error in Python/_warnings.c and add a test to verify by Benjamin Peterson · 16 years ago
  79. e3dcb01 Fix a bug in the handling of the stacklevel argument in warnings.warn() where by Brett Cannon · 16 years ago
  80. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 16 years ago
  81. 2b30ea0 The compiling struct is now passed around to all AST helpers (see issue 2720) by Benjamin Peterson · 16 years ago
  82. 64a4bbe Fix the C implementation of 'warnings' to infer the filename of the module that by Brett Cannon · 16 years ago
  83. ab9cc1b Fix some indentation errors. by Brett Cannon · 16 years ago
  84. b457dda Fix a backwards-compatibility mistake where a new optional argument for by Brett Cannon · 16 years ago
  85. 28e0873 #2719: backport next() from 3k. by Georg Brandl · 16 years ago
  86. 0a95063 Issue 2526, float.__format__ 'n' specifier does not support thousands grouping. by Eric Smith · 16 years ago
  87. 141534e Fix a bug introduced by the warnings rewrite where tracebacks were being by Brett Cannon · 16 years ago
  88. f19a7b9 A little reformating of Py3k warnings by Benjamin Peterson · 16 years ago
  89. 9f4f481 Use PyErr_WarnPy3k throughout by Benjamin Peterson · 16 years ago
  90. a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 16 years ago
  91. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 16 years ago
  92. 858a770 Fix indentation in sysmodule.c by Benjamin Peterson · 16 years ago
  93. f9e7ebe Correct a refleak found by "regrtest.py -R:: test_structmembers" by Amaury Forgeot d'Arc · 16 years ago
  94. 41a0a37 Improve -X error message. by Georg Brandl · 16 years ago
  95. 820b51c #2627 Let it be known what pgen generates by Benjamin Peterson · 16 years ago
  96. 6715352 Use PyString_InternFromString instead of PyString_FromString for static vars by Christian Heimes · 16 years ago
  97. 40f0a87 Fix a bug in PySys_HasWarnOption() where it was not properly checking the by Brett Cannon · 16 years ago
  98. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  99. 7a98d27 Applied patch #2617 from Frank Wierzbicki wit some extras from me by Christian Heimes · 16 years ago
  100. e34c21c Make AST nodes pickleable. by Georg Brandl · 16 years ago