1. 9aece75 Merged revisions 75570,75574,75624 via svnmerge from by Antoine Pitrou · 16 years ago
  2. c3a1277 Issue #7019: An attempt to unmarshal bad long data could produce by Mark Dickinson · 16 years ago
  3. 448db21 Merged revisions 74841 via svnmerge from by Thomas Wouters · 16 years ago
  4. e38b0a8 Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from by R. David Murray · 16 years ago
  5. fcaa210 Merged revisions 74040,74042 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  6. 7d6b014 Merged revisions 73776 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 6987d54 Merged revisions 73064-73065 via svnmerge from by Antoine Pitrou · 16 years ago
  8. 2eb6545 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 16 years ago
  9. 98c7879 Merged revisions 72601 via svnmerge from by R. David Murray · 16 years ago
  10. 666f183 Merged revisions 72597 via svnmerge from by R. David Murray · 16 years ago
  11. e05e840 Issue #5724: Fix cmath failures on Solaris 10. by Mark Dickinson · 16 years ago
  12. 9a0517c Merged revisions 71976 via svnmerge from by Mark Dickinson · 16 years ago
  13. 9cbb143 Merged revisions 71705 via svnmerge from by Mark Dickinson · 16 years ago
  14. e9b9121 Merged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-71238,71240-71241,71243,71249,71251 via svnmerge from by Georg Brandl · 16 years ago
  15. a8da9e0 Merged revisions 71152 via svnmerge from by Matthias Klose · 16 years ago
  16. 945e052 Merged revisions 71026 via svnmerge from by Benjamin Peterson · 16 years ago
  17. 70b11f0 Merged revisions 70908 via svnmerge from by Jesse Noller · 16 years ago
  18. cfb3d33 Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 16 years ago
  19. 53f098c Merged revisions 70463 via svnmerge from by Benjamin Peterson · 16 years ago
  20. 24e2872 Issue 1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 17 years ago
  21. a942cc0 Merged revisions 69038 via svnmerge from by Mark Hammond · 17 years ago
  22. 686d53e Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,68575,68579-68580,68584 via svnmerge from by Georg Brandl · 17 years ago
  23. c04c289 Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,68480-68481,68493,68495,68499,68501,68512,68514-68515 via svnmerge from by Georg Brandl · 17 years ago
  24. 8798ac4 Merged revisions 68523 via svnmerge from by Martin v. Löwis · 17 years ago
  25. 5b0767c Merged revisions 68360 via svnmerge from by Antoine Pitrou · 17 years ago
  26. 734373c Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from by Georg Brandl · 17 years ago
  27. 828a706 Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,67930,67932,67943 via svnmerge from by Benjamin Peterson · 17 years ago
  28. d0a70d4 Unblocked and merged revisions 67494 via svnmerge from by Jeffrey Yasskin · 17 years ago
  29. 6961498 Merged revisions 67666,67685 via svnmerge from by Jeffrey Yasskin · 17 years ago
  30. 79c9f76 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  31. 514624d Merged revisions 67590 via svnmerge from by Mark Dickinson · 17 years ago
  32. 5cb6763 Merged revisions 67373 via svnmerge from by Benjamin Peterson · 17 years ago
  33. 74b458c Merged revisions 67343 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  34. 71ce9e7 Merged revisions 67320 via svnmerge from by Benjamin Peterson · 17 years ago
  35. 4aef703 Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,66887,66903,66905,66911,66913,66927,66932,66938,66942,66962,66964,66973-66974,66977,66992,66998-66999,67002,67005,67007,67028,67040-67041,67044,67070,67089,67091,67101,67117-67119,67123-67124 via svnmerge from by Georg Brandl · 17 years ago
  36. 084ce7a Merged revisions 67066 via svnmerge from by Benjamin Peterson · 17 years ago
  37. 4d8a6f4 Merged revisions 66748 via svnmerge from by Christian Heimes · 17 years ago
  38. f8db822 any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h> by Andrew MacIntyre · 17 years ago
  39. 05e3449 #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for by Amaury Forgeot d'Arc · 17 years ago
  40. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 17 years ago
  41. 17f03ca Fix compilation when --without-threads is given #3683 by Benjamin Peterson · 17 years ago
  42. d4ae97b #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 17 years ago
  43. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 17 years ago
  44. 18aa388 Fix: by Neal Norwitz · 17 years ago
  45. 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 17 years ago
  46. 08336e3 follup to #3473: don't duplicate the reduce code by Benjamin Peterson · 17 years ago
  47. 25f2d89 uhh PySTEntry->ste_unoptimized has to be exposed too by Benjamin Peterson · 17 years ago
  48. e0d4c7b expose PySTEntry.nested so the symtable module will work by Benjamin Peterson · 17 years ago
  49. e0d12eb PySTEntry's constructor is static; there's no point in a fancy API name by Benjamin Peterson · 17 years ago
  50. 0847332 include filename and line number in SyntaxError by Benjamin Peterson · 17 years ago
  51. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 17 years ago
  52. 3aa2a49 Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in by Brett Cannon · 17 years ago
  53. d868be8 Adds a sanity check to avoid a *very rare* infinite loop due to a corrupt tls by Gregory P. Smith · 17 years ago
  54. 39fd672 #3479: unichr(2**32) used to return u'\x00'. by Amaury Forgeot d'Arc · 17 years ago
  55. 246daed #2542: now that issubclass() may call arbitrary code, by Amaury Forgeot d'Arc · 17 years ago
  56. c2cc80c Raymond's patch for #1819: speedup function calls with named parameters by Antoine Pitrou · 17 years ago
  57. 1ad108d #3378: in case of no memory, don't leak even more memory. :) by Georg Brandl · 17 years ago
  58. f032a00 Fix issue 3411: default float format spec fails on negative numbers. by Eric Smith · 17 years ago
  59. 5e62ca4 Apply patch for 874900: threading module can deadlock after fork by Jesse Noller · 17 years ago
  60. 64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". by Mark Dickinson · 17 years ago
  61. 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
  62. 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 17 years ago
  63. 4762902 Added garbage collector overhead and optional default return value to by Robert Schuppenies · 17 years ago
  64. d2cd86d Fixed Issue3122 and extended sys.getsizeof tests for built-in types. by Robert Schuppenies · 17 years ago
  65. 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 17 years ago
  66. 3c0fd56 Fix tabs. by Georg Brandl · 17 years ago
  67. afae11e Update comment on prediction macros. by Raymond Hettinger · 17 years ago
  68. aa76d77 Add a comment about incref'ing w. by Georg Brandl · 17 years ago
  69. bdd941f #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 17 years ago
  70. 175e4d9 #3219 repeated keyword arguments aren't allowed in function calls anymore by Benjamin Peterson · 17 years ago
  71. dea1b56 warnings.warn_explicit() did not have the proper TypeErrors in place to prevent by Brett Cannon · 17 years ago
  72. 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 17 years ago
  73. 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 17 years ago
  74. 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 · 17 years ago
  75. 305480c Issue 3116: fix quadratic behavior in marshal.dumps(). by Raymond Hettinger · 17 years ago
  76. 114f7e5 #1683 prevent forking from interfering in threading storage by Benjamin Peterson · 17 years ago
  77. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
  78. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  79. f4fcdb6 warn about parameter tuple unpacking by Benjamin Peterson · 17 years ago
  80. d5efd20 Warn about assigning to Py3k keywords (True and False) by Benjamin Peterson · 17 years ago
  81. cbd7813 add an ast_warn helper function to make adding those Py3k warnings easier by Benjamin Peterson · 17 years ago
  82. 2fe3ef8 change Py3k backquote warning to a SyntaxWarning and add a test by Benjamin Peterson · 17 years ago
  83. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 17 years ago
  84. 7a6de8b Some style nits. Also clarify in the docstrings what __sizeof__ does. by Georg Brandl · 17 years ago
  85. 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 17 years ago
  86. 6495c8d Typo: encoding -> codeset. by Martin v. Löwis · 17 years ago
  87. b12d857 Move sys_stream and sys_isatty out of the have-langinfo block. by Martin v. Löwis · 17 years ago
  88. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
  89. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 17 years ago
  90. 6585660 Issue 2784: fix leaks in exception exit. by Raymond Hettinger · 17 years ago
  91. 933d373 Fix issue2588: Do not execute str[size-1] = '\0' when a 0 size is by Gregory P. Smith · 17 years ago
  92. 23921f0 Fix issue2589: there was a potential integer overflow leading to by Gregory P. Smith · 17 years ago
  93. dacde0d turn PyErr_WarnPy3k into a macro by Benjamin Peterson · 17 years ago
  94. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  95. 3497f94 First step of the C API rename: by Christian Heimes · 17 years ago
  96. 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 17 years ago
  97. c6d64ec revert 63425 over Guido's Febuary message about this, that I missed by Benjamin Peterson · 17 years ago
  98. d7943cb fix spelling by Benjamin Peterson · 17 years ago
  99. 79a922d add Py3k warnings to oct and hex. backport hex behavior (because it's not different) by Benjamin Peterson · 17 years ago
  100. 9c5b515 Fix a refleak in the _warnings module. by Georg Brandl · 17 years ago