1. 2bbeb0e Merged revisions 75145 via svnmerge from by Mark Dickinson · 15 years ago
  2. bcc484e Merged revisions 74062 via svnmerge from by Georg Brandl · 15 years ago
  3. 194da4a Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from by Georg Brandl · 15 years ago
  4. 01a3052 Merged revisions 74264 via svnmerge from by Georg Brandl · 15 years ago
  5. 878c3b0 Merged revisions 74278 via svnmerge from by Georg Brandl · 15 years ago
  6. 07fc01f Merged revisions 74058 via svnmerge from by R. David Murray · 15 years ago
  7. 680ac29 Merged revisions 74046 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  8. 3212337 unfortunately we can't kill compiler_new_tmpname here by Benjamin Peterson · 15 years ago
  9. d76c8da Merged revisions 73623-73624 via svnmerge from by Benjamin Peterson · 15 years ago
  10. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  11. 8e124f3 Merged revisions 73064 via svnmerge from by Antoine Pitrou · 15 years ago
  12. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  13. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  14. 94c65d9 Merged revisions 72907 via svnmerge from by Benjamin Peterson · 15 years ago
  15. f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 15 years ago
  16. bd16edd Refactor to remove duplicated nan/inf parsing code in by Mark Dickinson · 15 years ago
  17. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  18. dd226ea Merged revisions 72597 via svnmerge from by R. David Murray · 15 years ago
  19. 5751258 fix error handling of PyNumber_InPlaceOr #6000 by Benjamin Peterson · 15 years ago
  20. cc3b8d6 bytes -> bytearray by Benjamin Peterson · 15 years ago
  21. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  22. e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 15 years ago
  23. a5758c0 Merged revisions 72508 via svnmerge from by Benjamin Peterson · 15 years ago
  24. 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 15 years ago
  25. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  26. 6337622 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 · 15 years ago
  27. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  28. 129ab1d Merged revisions 72257 via svnmerge from by Mark Dickinson · 15 years ago
  29. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  30. aef3fb0 Make PyCodec_SurrogateErrors static. by Martin v. Löwis · 15 years ago
  31. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  32. f489caf Issue #5859: Remove use of fixed-length buffers for float formatting by Mark Dickinson · 15 years ago
  33. 58a4224 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  34. d3ca557 Issue #5864: Fix problem with empty code formatting for floats, by Mark Dickinson · 15 years ago
  35. 8374981 Include files missed in r72044. by Eric Smith · 15 years ago
  36. 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 15 years ago
  37. cc32a11 Issue #5835: Deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  38. ce95e56 Merged revisions 71976 via svnmerge from by Mark Dickinson · 15 years ago
  39. 6d65df1 Internal plumbing changes for float parsing: by Mark Dickinson · 15 years ago
  40. ad476da Issue #5816: Simplify code for parsing and printing of complex numbers. by Mark Dickinson · 15 years ago
  41. b1a03cf Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775. by Eric Smith · 15 years ago
  42. 7abf8d4 The SSE2 detection and enabling could potentially cause by Mark Dickinson · 15 years ago
  43. 23b6286 Merged revisions 71705 via svnmerge from by Mark Dickinson · 15 years ago
  44. f253786 Add check for C99 round function to configure, and define by Mark Dickinson · 15 years ago
  45. 241cb4c Removed unused files. by Eric Smith · 15 years ago
  46. 3370cce Issue 5780: Fix test_float failures for legacy style float repr. by Mark Dickinson · 15 years ago
  47. fd2ad8b Silence compiler warnings on VS8.0 by Mark Dickinson · 15 years ago
  48. 7f0ea32 Add reminder to dtoa.c to check for updates regularly. by Mark Dickinson · 15 years ago
  49. 3e09f43 Make sure that marshal and pickle continue to output 17 by Mark Dickinson · 15 years ago
  50. 193125a Simplify PyOS_double_to_string. by Eric Smith · 15 years ago
  51. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  52. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  53. 406b3d8 Merged revisions 71024,71058 via svnmerge from by Georg Brandl · 15 years ago
  54. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 15 years ago
  55. a51d98f Removed unused #include. by Eric Smith · 15 years ago
  56. 638805f Revert removal of atof.c and strtod.c in r71341. We're not quite by Mark Dickinson · 15 years ago
  57. a7e33fe Removed unused files in preparation for merging py3k-short-float-repr. by Eric Smith · 15 years ago
  58. 042f133 Merged revisions 71152 via svnmerge from by Matthias Klose · 15 years ago
  59. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 15 years ago
  60. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  61. a826f32 Merged revisions 71031 via svnmerge from by Brett Cannon · 15 years ago
  62. acc9dcc remove unused variable by Benjamin Peterson · 15 years ago
  63. d1e5493 rewrite error handling to make sense by Benjamin Peterson · 15 years ago
  64. 22081a1 fix ref leaks by Benjamin Peterson · 15 years ago
  65. 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 15 years ago
  66. 0759dd6 Merged revisions 70965 via svnmerge from by Brett Cannon · 15 years ago
  67. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  68. a931404 Merged revisions 70908 via svnmerge from by Jesse Noller · 15 years ago
  69. 92af5d9 Fix a leaking "pathname" in import.c by Kristján Valur Jónsson · 15 years ago
  70. e1b0445 get_file() no longer leaks a FILE structure. If given a file descriptor, it calls dup() to get a new handle. Then both the FILE object and the fd can be closed. by Kristján Valur Jónsson · 15 years ago
  71. f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 15 years ago
  72. 0ad59d4 Issue #5604: non-ASCII characters in module name passed to by Guido van Rossum · 15 years ago
  73. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  74. 9309583 Merged revisions 70378 via svnmerge from by Nick Coghlan · 15 years ago
  75. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 15 years ago
  76. 3c2ac44 Fix a typo in a comment. by Brett Cannon · 15 years ago
  77. 4f447fb Issue #5273: Fixed import failure on unicode path. (especially on windows) by Hirokazu Yamamoto · 15 years ago
  78. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  79. dcaf329 instead of hacking __locals__ in during bytecode generation, put it in the symtable by Benjamin Peterson · 15 years ago
  80. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 15 years ago
  81. 4dd4052 Fix 2 oversights from r69961. by Jeffrey Yasskin · 15 years ago
  82. efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 15 years ago
  83. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
  84. 87ec085 Merged revisions 69459 via svnmerge from by Mark Dickinson · 16 years ago
  85. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 16 years ago
  86. 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 16 years ago
  87. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  88. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  89. 72ead17 Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this by Mark Dickinson · 16 years ago
  90. 90eaaf6 Issue #5041: Fixed memory leak. by Hirokazu Yamamoto · 16 years ago
  91. 1124e71 Issue #4707: round(x, n) now returns an integer when x is an integer. by Mark Dickinson · 16 years ago
  92. 9844a1f Merged revisions 69038 via svnmerge from by Mark Hammond · 16 years ago
  93. 957929f Add executable property to Python/makeopcodetargets.py by Antoine Pitrou · 16 years ago
  94. 27fe9fc Followup of #4705: we can't skip the binary buffering layer for stdin because FileIO doesn't have a read1() method by Antoine Pitrou · 16 years ago
  95. b52ec78 Issue #4753: By enabling a configure option named '--with-computed-gotos' by Antoine Pitrou · 16 years ago
  96. 92cb438 Issue 3677: Release the path string on py3k by Kristján Valur Jónsson · 16 years ago
  97. 21cbf5f Merged revisions 68457 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  98. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  99. b4ddfa4 fix compiler warning by Benjamin Peterson · 16 years ago
  100. e5bf383 Merged revisions 68460 via svnmerge from by Benjamin Peterson · 16 years ago