1. cef9782 turn goto into do while loop by Benjamin Peterson · 16 years ago
  2. 009b89d genexps have linenos by Benjamin Peterson · 16 years ago
  3. d16d0ab provide line number for lambdas by Benjamin Peterson · 16 years ago
  4. 99a5023 improve several corner cases related with argument names in parenthesis by Benjamin Peterson · 16 years ago
  5. bd15a06 Issue #7117, continued: Change round implementation to use the correctly-rounded by Mark Dickinson · 16 years ago
  6. 90ed611 a better callable replacement by Benjamin Peterson · 16 years ago
  7. 51ae492 Set retval on PyOS_string_to_double failure. by Mark Dickinson · 16 years ago
  8. 504a151 Issue #6603: Fix --with-tsc build failures on x86-64 that resulted by Mark Dickinson · 16 years ago
  9. 09823a2 Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. by Mark Dickinson · 16 years ago
  10. ea0e3b0 do a backport of r75928 by Benjamin Peterson · 16 years ago
  11. b218d28 Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brings it more in line with py3k. by Eric Smith · 16 years ago
  12. abc9f70 Removed PyOS_ascii_atof from ast.c, as mentioned in issue 7117. by Eric Smith · 16 years ago
  13. c1bdf89 Finished removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 16 years ago
  14. 975d757 Issue #7117 (backport py3k float repr) continued: Backport pystrtod.c from py3k. by Mark Dickinson · 16 years ago
  15. 0e0e215 Warn against replacing PyNumber_Add with PyNumber_InPlaceAdd in sum by Mark Dickinson · 16 years ago
  16. da8652d9 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 16 years ago
  17. 52462c3 Remove temporary define from r75653 by Mark Dickinson · 16 years ago
  18. 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 16 years ago
  19. fd42f30 Temporary define to avoid build failure by Mark Dickinson · 16 years ago
  20. bb28285 Issue #7117: Prepare for backport of py3k float repr. by Mark Dickinson · 16 years ago
  21. f4ffae2 #7035: improve docs of the various <method>_errors() functions, and give them docstrings. by Georg Brandl · 16 years ago
  22. efb60c0 Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which by Antoine Pitrou · 16 years ago
  23. 1566927 Removed calls to PyFloat_AsReprString. by Eric Smith · 16 years ago
  24. 026ac7c Allow core Python build to succeed under WITHOUT_COMPLEX. The module build stage still fails. by Mark Dickinson · 16 years ago
  25. 7fdd1cb Issue #1754094: Improve the stack depth calculation in the compiler. by Neil Schemenauer · 16 years ago
  26. 7adbb5a #7050 fix a SystemError when using tuple unpacking and augmented assignment by Benjamin Peterson · 16 years ago
  27. 7e7a3ec Issue #7019: Unmarshalling of bad long data could produce unnormalized by Mark Dickinson · 16 years ago
  28. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 16 years ago
  29. 93ed820 revert unintended changes by Benjamin Peterson · 16 years ago
  30. 8246968 tabbify by Benjamin Peterson · 16 years ago
  31. d692a71 revert r74699 since it loses useful error information by Benjamin Peterson · 16 years ago
  32. 5515990 PyObject_GetIter can set an error for its self just fine by Benjamin Peterson · 16 years ago
  33. c0ba8288 better col_offsets for "for" statements with tuple unpacking #6704 by Benjamin Peterson · 16 years ago
  34. 9279e7d - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with by Sean Reifscheider · 16 years ago
  35. 982b2fa Better name a variable: 'buf' seems to imply a mutable buffer. by Amaury Forgeot d'Arc · 16 years ago
  36. 4879c90 the Slice in x[::] has to have step as None to help the interpreter by Benjamin Peterson · 16 years ago
  37. e78e5d2 Issue #6415: Fixed warnings.warn sagfault on bad formatted string. by Hirokazu Yamamoto · 16 years ago
  38. 3310a10 Update issue 6070 patch to match the patch that was actually tested on Windows. by R. David Murray · 16 years ago
  39. 23a736a Issue 6070: when creating a compiled file, after copying the mode bits, on by R. David Murray · 16 years ago
  40. 753d162 when print() gets unicode arguments, sep and end should be unicode by default #4618 by Benjamin Peterson · 16 years ago
  41. 4a3cf19 small optimization: avoid popping the current block until we have to by Benjamin Peterson · 16 years ago
  42. e323e0e Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython sprint. by Georg Brandl · 16 years ago
  43. 7274cff Update docstrings for sys.getdlopenflags() and sys.setdlopenflags(). by Alexandre Vassalotti · 16 years ago
  44. 8f7b94e use stack macros by Benjamin Peterson · 16 years ago
  45. b8338ab add two generic macros for peeking and setting in the stack by Benjamin Peterson · 16 years ago
  46. 1a4ceb2 fix grammar by Benjamin Peterson · 16 years ago
  47. d9920c2 remove tmpname support since it's no longer used by Benjamin Peterson · 16 years ago
  48. f67caf8 don't need to add the name 'lambda' as assigned by Benjamin Peterson · 16 years ago
  49. 5ecf57a remove unused 'encoding' member from the compiler struct by Benjamin Peterson · 16 years ago
  50. 8fa3e93 update ast version by Benjamin Peterson · 16 years ago
  51. a72be3b when no module is given in a 'from' relative import, make ImportFrom.module NULL by Benjamin Peterson · 16 years ago
  52. 52c4bec give a better error message when deleting () by Benjamin Peterson · 16 years ago
  53. 5d1ff94 set Print.values to NULL if there are no values by Benjamin Peterson · 16 years ago
  54. d1f5a59 allow importing from a module named None if it has an 'as' clause by Benjamin Peterson · 16 years ago
  55. 565e1b6 prevent import statements from assigning to None by Benjamin Peterson · 16 years ago
  56. 4afbba3 keep the slice.step field as NULL if no step expression is given by Benjamin Peterson · 16 years ago
  57. a6e3474 Add const qualifier to PyErr_SetFromErrnoWithFilename and to by Alexandre Vassalotti · 16 years ago
  58. 4efb5d0 remove check for case handled in sub-function by Benjamin Peterson · 16 years ago
  59. b266481 revert r73361 by Benjamin Peterson · 16 years ago
  60. e5fa5fe remove duplicate check by Benjamin Peterson · 16 years ago
  61. a5a5728 remove error checks already done in set_context() by Benjamin Peterson · 16 years ago
  62. 8ea4ded remove useless assertion by Benjamin Peterson · 16 years ago
  63. 46dbe27 Issue #5330: C functions called with keyword arguments were not reported by by Antoine Pitrou · 16 years ago
  64. 7937d93 Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g by Jeffrey Yasskin · 16 years ago
  65. dd0388a further hint to where the open docs really are by Philip Jenvey · 16 years ago
  66. aafa18a teach the peepholer about SETUP_WITH by Benjamin Peterson · 16 years ago
  67. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 16 years ago
  68. 49a6b0e take into account the fact that SETUP_WITH pushes a finally block by Benjamin Peterson · 16 years ago
  69. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 16 years ago
  70. 87e5006 handle errors from _PyObject_LookupSpecial when __get__ fails by Benjamin Peterson · 16 years ago
  71. 655d835 Issue #6042: by Jeffrey Yasskin · 16 years ago
  72. e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 16 years ago
  73. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 16 years ago
  74. 525cffc Move news item to correct section, remove spurious 'see below' from docstring. by R. David Murray · 16 years ago
  75. a3ec697 Issue 5994: add docstrings to marshal. by R. David Murray · 16 years ago
  76. 4c1fe51 don't ignore exceptions from _PyObject_LengthHint by Benjamin Peterson · 16 years ago
  77. af1692a convert some more special methods to use _PyObject_LookupSpecial by Benjamin Peterson · 16 years ago
  78. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 16 years ago
  79. a985a3a Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 16 years ago
  80. 01fce5a Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware. by Mark Dickinson · 16 years ago
  81. 777e4ff Eliminate some locale-dependent calls to isspace and tolower. by Mark Dickinson · 16 years ago
  82. 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 16 years ago
  83. df108ca Remove format_float and use _PyOS_double_to_string instead. by Mark Dickinson · 16 years ago
  84. 92fcc9c Issue #5864: format(1234.5, '.4') gives misleading result by Mark Dickinson · 16 years ago
  85. 94cc00c Silence warning on Windows. by Eric Smith · 16 years ago
  86. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 16 years ago
  87. e73cbe7 Fix typo in function name by Mark Dickinson · 16 years ago
  88. 6d6b220 Backport r71967 changes from py3k to trunk. by Mark Dickinson · 16 years ago
  89. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 16 years ago
  90. 95bc980 Issue #5816: by Mark Dickinson · 16 years ago
  91. aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 16 years ago
  92. 1bdf7e9 Issue #1869: Fix a couple of minor round() issues. by Mark Dickinson · 16 years ago
  93. 8e5446f Backport r71704 (add configure check for C99 round function) to trunk. by Mark Dickinson · 16 years ago
  94. 4beb89b copysign shouldn't be declared as static in pymath.c by Mark Dickinson · 16 years ago
  95. 6c59e72 #5580: no need to use parentheses when converterr() argument is actually a type description. by Georg Brandl · 16 years ago
  96. edb5e1e - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with by Matthias Klose · 16 years ago
  97. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
  98. d3f03fa PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject by Georg Brandl · 16 years ago
  99. 238cedc Fix two issues introduced by issue #71031 by changing the signature of by Brett Cannon · 16 years ago
  100. c4f90eb PyImport_AppendInittab() took a char * as a first argument even though that by Brett Cannon · 16 years ago