1. 01fce5a Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware. by Mark Dickinson · 16 years ago
  2. 777e4ff Eliminate some locale-dependent calls to isspace and tolower. by Mark Dickinson · 16 years ago
  3. 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 16 years ago
  4. df108ca Remove format_float and use _PyOS_double_to_string instead. by Mark Dickinson · 16 years ago
  5. 92fcc9c Issue #5864: format(1234.5, '.4') gives misleading result by Mark Dickinson · 16 years ago
  6. 94cc00c Silence warning on Windows. by Eric Smith · 16 years ago
  7. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 16 years ago
  8. e73cbe7 Fix typo in function name by Mark Dickinson · 16 years ago
  9. 6d6b220 Backport r71967 changes from py3k to trunk. by Mark Dickinson · 16 years ago
  10. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 16 years ago
  11. 95bc980 Issue #5816: by Mark Dickinson · 16 years ago
  12. aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 16 years ago
  13. 1bdf7e9 Issue #1869: Fix a couple of minor round() issues. by Mark Dickinson · 16 years ago
  14. 8e5446f Backport r71704 (add configure check for C99 round function) to trunk. by Mark Dickinson · 16 years ago
  15. 4beb89b copysign shouldn't be declared as static in pymath.c by Mark Dickinson · 16 years ago
  16. 6c59e72 #5580: no need to use parentheses when converterr() argument is actually a type description. by Georg Brandl · 16 years ago
  17. edb5e1e - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with by Matthias Klose · 16 years ago
  18. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
  19. d3f03fa PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject by Georg Brandl · 16 years ago
  20. 238cedc Fix two issues introduced by issue #71031 by changing the signature of by Brett Cannon · 16 years ago
  21. c4f90eb PyImport_AppendInittab() took a char * as a first argument even though that by Brett Cannon · 16 years ago
  22. 985951d fix error handling by Benjamin Peterson · 16 years ago
  23. 4b5c53a In PyErr_GivenExceptionMatches, temporarily bump the recursion by Georg Brandl · 16 years ago
  24. 15ba4da _warnings was importing itself to get an attribute. That's bad if warnings gets by Brett Cannon · 16 years ago
  25. 42f9b4e Issue 5619: Pass MS CRT debug flags into subprocesses by Jesse Noller · 16 years ago
  26. 2696275 Add check for PyDict_Update() error. by Jeremy Hylton · 16 years ago
  27. 88f1c04 Global statements from one function leaked into parallel functions. by Jeremy Hylton · 16 years ago
  28. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
  29. 6ffe852 fix strange errors when setting attributes on tracebacks #4034 by Benjamin Peterson · 16 years ago
  30. 8eba5ed Make marshalling errors a little more informative as to what went wrong by Nick Coghlan · 16 years ago
  31. 6c4cff0 Require implementations for warnings.showwarning() support the 'line' argument. by Brett Cannon · 16 years ago
  32. 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 16 years ago
  33. 8725dce Issue 5176: special-case string formatting in BINARY_MODULO implementation. This shows a modest (1-3%) speed-up in templating systems, for example. by Collin Winter · 16 years ago
  34. c97c909 Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. by Mark Dickinson · 16 years ago
  35. 9e58a37 Silence 'arg may be used uninitialized in this function' warning from gcc. by Mark Dickinson · 16 years ago
  36. 81fe093 Implement issue #4285, convert sys.version_info to a named by Eric Smith · 17 years ago
  37. b516370 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 17 years ago
  38. 12554cb more flags which only work for function blocks by Benjamin Peterson · 17 years ago
  39. da9327f add explanatory comment by Benjamin Peterson · 17 years ago
  40. 9f4f56d On Windows, use the Python 'Activation Context' when loading extensions by Mark Hammond · 17 years ago
  41. 78821dd fix building the core with --disable-unicode by Benjamin Peterson · 17 years ago
  42. e18ef19 allow unicode keyword arguments for the ** syntax #4978 by Benjamin Peterson · 17 years ago
  43. 59ce042 #4077: No need to append \n when calling Py_FatalError by Amaury Forgeot d'Arc · 17 years ago
  44. e3422fa Issue #4893: Use NT threading on CE. by Martin v. Löwis · 17 years ago
  45. 1b3bef2 Issue #4915: Port sysmodule to Windows CE. by Martin v. Löwis · 17 years ago
  46. b3b7d85 Issue #4279: Fix build of parsermodule under Cygwin. by Martin v. Löwis · 17 years ago
  47. abb70e9 Issue 4906: Preserve windows error state across PyThread_get_key_value by Kristján Valur Jónsson · 17 years ago
  48. 0e91938 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 17 years ago
  49. 3b2a6b8 Issue 3677: Fix import from UNC paths on Windows. by Kristján Valur Jónsson · 17 years ago
  50. 00f2df4 Issue 3582. Improved thread support and TLS for Windows by Kristján Valur Jónsson · 17 years ago
  51. e96d4ea Issue #1180193: When importing a module from a .pyc (or .pyo) file with by Antoine Pitrou · 17 years ago
  52. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 17 years ago
  53. 796798b fix compilation on non-Windows platforms by Benjamin Peterson · 17 years ago
  54. 5344c99 Issue #4075: Use OutputDebugStringW in Py_FatalError. by Martin v. Löwis · 17 years ago
  55. d6baa70 welcome to 2009, Python! by Benjamin Peterson · 17 years ago
  56. 8d5934b #4748 lambda generators shouldn't return values by Benjamin Peterson · 17 years ago
  57. 4caef5c fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|' by Benjamin Peterson · 17 years ago
  58. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 17 years ago
  59. ad9b599 #4559: When a context manager's __exit__() method returns an object whose by Amaury Forgeot d'Arc · 17 years ago
  60. 2d873bd Issue 4597: Fix several cases in EvalFrameEx where an exception could be by Jeffrey Yasskin · 17 years ago
  61. 422ce06 Issue #4461: Safety check in parsenumber (ast.c) by Mark Dickinson · 17 years ago
  62. fd8a1ec Speed up Python (according to pybench and 2to3-on-itself) by 1-2% by caching by Jeffrey Yasskin · 17 years ago
  63. 9e6310d always check the return value of NEW_IDENTIFIER by Benjamin Peterson · 17 years ago
  64. dc61901 #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from by Amaury Forgeot d'Arc · 17 years ago
  65. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 17 years ago
  66. 2c98faa check for assignment to __debug__ during AST generation by Benjamin Peterson · 17 years ago
  67. dcee09d make sure the parser flags and passed onto the compiler by Benjamin Peterson · 17 years ago
  68. 44a90c9 move unprefixed error into .c file by Benjamin Peterson · 17 years ago
  69. 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 17 years ago
  70. aff36f1 fix compiler warning by Benjamin Peterson · 17 years ago
  71. 35e01fb Fixed #4067 by implementing _attributes and _fields for the AST root node. by Armin Ronacher · 17 years ago
  72. 32a66a0 Fixed a couple more C99 comments and one occurence of inline. by Christian Heimes · 17 years ago
  73. f8db822 any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h> by Andrew MacIntyre · 17 years ago
  74. 05e3449 #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for by Amaury Forgeot d'Arc · 17 years ago
  75. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 17 years ago
  76. 17f03ca Fix compilation when --without-threads is given #3683 by Benjamin Peterson · 17 years ago
  77. d4ae97b #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 17 years ago
  78. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 17 years ago
  79. 18aa388 Fix: by Neal Norwitz · 17 years ago
  80. 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 17 years ago
  81. 08336e3 follup to #3473: don't duplicate the reduce code by Benjamin Peterson · 17 years ago
  82. 25f2d89 uhh PySTEntry->ste_unoptimized has to be exposed too by Benjamin Peterson · 17 years ago
  83. e0d4c7b expose PySTEntry.nested so the symtable module will work by Benjamin Peterson · 17 years ago
  84. e0d12eb PySTEntry's constructor is static; there's no point in a fancy API name by Benjamin Peterson · 17 years ago
  85. 0847332 include filename and line number in SyntaxError by Benjamin Peterson · 17 years ago
  86. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 17 years ago
  87. 3aa2a49 Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in by Brett Cannon · 17 years ago
  88. d868be8 Adds a sanity check to avoid a *very rare* infinite loop due to a corrupt tls by Gregory P. Smith · 17 years ago
  89. 39fd672 #3479: unichr(2**32) used to return u'\x00'. by Amaury Forgeot d'Arc · 17 years ago
  90. 246daed #2542: now that issubclass() may call arbitrary code, by Amaury Forgeot d'Arc · 17 years ago
  91. c2cc80c Raymond's patch for #1819: speedup function calls with named parameters by Antoine Pitrou · 17 years ago
  92. 1ad108d #3378: in case of no memory, don't leak even more memory. :) by Georg Brandl · 17 years ago
  93. f032a00 Fix issue 3411: default float format spec fails on negative numbers. by Eric Smith · 17 years ago
  94. 5e62ca4 Apply patch for 874900: threading module can deadlock after fork by Jesse Noller · 17 years ago
  95. 64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". by Mark Dickinson · 17 years ago
  96. 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 · 17 years ago
  97. 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 17 years ago
  98. 4762902 Added garbage collector overhead and optional default return value to by Robert Schuppenies · 17 years ago
  99. d2cd86d Fixed Issue3122 and extended sys.getsizeof tests for built-in types. by Robert Schuppenies · 17 years ago
  100. 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 17 years ago