1. f371859 Merged revisions 76978 via svnmerge from by Mark Dickinson · 15 years ago
  2. 480e8e3 Fix typo (reported by terlop on IRC) by Mark Dickinson · 15 years ago
  3. 0496c9e regenerate Python-ast.c by Benjamin Peterson · 15 years ago
  4. 97dd987 Merged revisions 76534,76538,76628,76701,76774 via svnmerge from by Benjamin Peterson · 15 years ago
  5. 0f6cae0 remove magic number bumping from the 2.x -U option #7459 by Benjamin Peterson · 15 years ago
  6. f08173b Issue #7414: Add missing 'case 'C'' to skipitem() in getargs.c. This by Mark Dickinson · 15 years ago
  7. a73ef2f Merged revisions 76575 via svnmerge from by Mark Dickinson · 15 years ago
  8. 7b0d4a2 Issue #4486: When an exception has an explicit cause, do not print its implicit context too. by Antoine Pitrou · 15 years ago
  9. f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 15 years ago
  10. f3ebc1f Merged revisions 76423-76424 via svnmerge from by Benjamin Peterson · 15 years ago
  11. a1d2332 Try to strengthen condition-waiting under Windows. by Antoine Pitrou · 15 years ago
  12. cf4cabb Our condition variable emulation under Windows is imperfect, which by Antoine Pitrou · 15 years ago
  13. aee355b Remove obsolete comment. by Antoine Pitrou · 15 years ago
  14. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
  15. a25b131 Merged revisions 75982 via svnmerge from by Mark Dickinson · 15 years ago
  16. b2e796a in wide builds, avoid storing high unicode characters from source code with surrogates by Benjamin Peterson · 15 years ago
  17. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  18. 3b38df2 Move some comments to more appropriate places by Mark Dickinson · 15 years ago
  19. 9acadc5 Merged revisions 75714 via svnmerge from by Mark Dickinson · 15 years ago
  20. 2a9c2bb Disable support for Irix threads by Antoine Pitrou · 15 years ago
  21. db6c567 Disable GNU pth support by Antoine Pitrou · 15 years ago
  22. 1b8c783 Disable support for SunOS LWP by Antoine Pitrou · 15 years ago
  23. 86b21c1 Disable support for Mach C Threads. by Antoine Pitrou · 15 years ago
  24. 6103ab1 Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0). by Antoine Pitrou · 15 years ago
  25. af7adad Peephole constant folding had missed UNARY_POSITIVE. by Raymond Hettinger · 15 years ago
  26. 011bd62 Merged revisions 75570 via svnmerge from by Antoine Pitrou · 15 years ago
  27. 01458c7 Remove the uses of WITHOUT_COMPLEX introduced in r75471 by Mark Dickinson · 15 years ago
  28. ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
  29. 42e3055 Merged revisions 75440 via svnmerge from by Mark Dickinson · 15 years ago
  30. e441cb7 Issue #1754094: Improve the stack depth calculation in the compiler. by Neil Schemenauer · 15 years ago
  31. 0df35a9 Merged revisions 74841 via svnmerge from by Benjamin Peterson · 15 years ago
  32. bd27aef Merged revisions 75223 via svnmerge from by Benjamin Peterson · 15 years ago
  33. b4d286d silence with (void) two warnings about computed and unused value of POP() by Ezio Melotti · 15 years ago
  34. 2683ab0 Merged revisions 75141 via svnmerge from by Mark Dickinson · 15 years ago
  35. defa04e star_expr now always has two nodes by Benjamin Peterson · 15 years ago
  36. 4905e80 fix an ambiguity in the grammar from the implementation of extended unpacking by Benjamin Peterson · 15 years ago
  37. 2e4b0e1 Merged revisions 74464 via svnmerge from by Benjamin Peterson · 15 years ago
  38. 642d96a - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with by Sean Reifscheider · 15 years ago
  39. e223eb8 Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from by Alexandre Vassalotti · 15 years ago
  40. bfc3099 Merged revisions 73750 via svnmerge from by Alexandre Vassalotti · 15 years ago
  41. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  42. 6f82818 Merged revisions 73683,73786 via svnmerge from by Alexandre Vassalotti · 15 years ago
  43. 2e24deb update ast version by Benjamin Peterson · 15 years ago
  44. 260484d Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from by Alexandre Vassalotti · 15 years ago
  45. 9d58e3e Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from by Alexandre Vassalotti · 15 years ago
  46. 1c0c003 Merged revisions 74040,74042 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  47. c963731 refactor logic a little when no sep or end is passed by Benjamin Peterson · 15 years ago
  48. 70f5276 In most cases, the parser will protect True, False, and None from being assign to. by Benjamin Peterson · 15 years ago
  49. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
  50. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  51. b1715f1 use stack altering macros here by Benjamin Peterson · 15 years ago
  52. 6d46a91 Merged revisions 73614-73615 via svnmerge from by Benjamin Peterson · 15 years ago
  53. ac8c730 this is better written as an assertion by Benjamin Peterson · 15 years ago
  54. fec42da update comments by Benjamin Peterson · 15 years ago
  55. 176101d correctly rearrange the stack in the exception case of WITH_CLEANUP by Benjamin Peterson · 15 years ago
  56. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
  57. 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
  58. 8e124f3 Merged revisions 73064 via svnmerge from by Antoine Pitrou · 15 years ago
  59. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  60. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  61. 94c65d9 Merged revisions 72907 via svnmerge from by Benjamin Peterson · 15 years ago
  62. f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 15 years ago
  63. bd16edd Refactor to remove duplicated nan/inf parsing code in by Mark Dickinson · 15 years ago
  64. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  65. dd226ea Merged revisions 72597 via svnmerge from by R. David Murray · 15 years ago
  66. 5751258 fix error handling of PyNumber_InPlaceOr #6000 by Benjamin Peterson · 15 years ago
  67. cc3b8d6 bytes -> bytearray by Benjamin Peterson · 15 years ago
  68. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  69. e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 15 years ago
  70. a5758c0 Merged revisions 72508 via svnmerge from by Benjamin Peterson · 15 years ago
  71. 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 15 years ago
  72. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  73. 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
  74. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  75. 129ab1d Merged revisions 72257 via svnmerge from by Mark Dickinson · 15 years ago
  76. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  77. aef3fb0 Make PyCodec_SurrogateErrors static. by Martin v. Löwis · 15 years ago
  78. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  79. f489caf Issue #5859: Remove use of fixed-length buffers for float formatting by Mark Dickinson · 15 years ago
  80. 58a4224 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  81. d3ca557 Issue #5864: Fix problem with empty code formatting for floats, by Mark Dickinson · 15 years ago
  82. 8374981 Include files missed in r72044. by Eric Smith · 15 years ago
  83. 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 15 years ago
  84. cc32a11 Issue #5835: Deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  85. ce95e56 Merged revisions 71976 via svnmerge from by Mark Dickinson · 15 years ago
  86. 6d65df1 Internal plumbing changes for float parsing: by Mark Dickinson · 15 years ago
  87. ad476da Issue #5816: Simplify code for parsing and printing of complex numbers. by Mark Dickinson · 15 years ago
  88. b1a03cf Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775. by Eric Smith · 15 years ago
  89. 7abf8d4 The SSE2 detection and enabling could potentially cause by Mark Dickinson · 15 years ago
  90. 23b6286 Merged revisions 71705 via svnmerge from by Mark Dickinson · 15 years ago
  91. f253786 Add check for C99 round function to configure, and define by Mark Dickinson · 15 years ago
  92. 241cb4c Removed unused files. by Eric Smith · 15 years ago
  93. 3370cce Issue 5780: Fix test_float failures for legacy style float repr. by Mark Dickinson · 15 years ago
  94. fd2ad8b Silence compiler warnings on VS8.0 by Mark Dickinson · 15 years ago
  95. 7f0ea32 Add reminder to dtoa.c to check for updates regularly. by Mark Dickinson · 15 years ago
  96. 3e09f43 Make sure that marshal and pickle continue to output 17 by Mark Dickinson · 15 years ago
  97. 193125a Simplify PyOS_double_to_string. by Eric Smith · 15 years ago
  98. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  99. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  100. 406b3d8 Merged revisions 71024,71058 via svnmerge from by Georg Brandl · 15 years ago