1. e81c806 De-duplicate contents of pytime.h by Antoine Pitrou · 14 years ago
  2. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
  3. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  4. 331ea92 Issue #9425: create Py_UNICODE_strrchr() function by Victor Stinner · 14 years ago
  5. da3b5bf correct comment by Benjamin Peterson · 14 years ago
  6. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  7. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
  8. 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 14 years ago
  9. ee449c4 Post-release updates. by Georg Brandl · 14 years ago
  10. 62069d3 Bump versions and review NEWS file. by Georg Brandl · 14 years ago
  11. 20f9c3c revert unintended changes by Benjamin Peterson · 14 years ago
  12. 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago
  13. 36d2e67 Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide by Stefan Krah · 14 years ago
  14. ccabcd4 make struct sequences subclass tuple; kill lots of code by Benjamin Peterson · 14 years ago
  15. d19052c Issue #9089: Remove references to intobject.c and intobject.h from comments. by Mark Dickinson · 14 years ago
  16. 952867a #9078: fix some Unicode C API descriptions, in comments and docs. by Georg Brandl · 14 years ago
  17. 2f7105d Add specification for the Py_IS* macros in pyctype.h. by Stefan Krah · 14 years ago
  18. 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 14 years ago
  19. fa68a61 Fix naming inconsistency. by Mark Dickinson · 14 years ago
  20. 7f1bf80 Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_Near by Mark Dickinson · 14 years ago
  21. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  22. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago
  23. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  24. ccbd694 rephrase by Benjamin Peterson · 14 years ago
  25. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  26. 77c3862 Issue #8711: Document PyUnicode_DecodeFSDefault*() functions by Victor Stinner · 14 years ago
  27. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  28. ad465f9 alias PyUnicode_CompareWithASCII by Benjamin Peterson · 14 years ago
  29. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  30. fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 14 years ago
  31. dcb2403 Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, by Victor Stinner · 14 years ago
  32. 501aeff Merged revisions 80178 via svnmerge from by Ronald Oussoren · 14 years ago
  33. d61deca Move _Py_char2wchar from python.c to main.c. by Ronald Oussoren · 14 years ago
  34. dfa66c1 Fix the --with-cxx-main build. by Collin Winter · 14 years ago
  35. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  36. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  37. e53de3d #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values by Philip Jenvey · 14 years ago
  38. 8689a10 Merged revisions 79555 via svnmerge from by Antoine Pitrou · 15 years ago
  39. 4222e9c Merged revisions 79060 via svnmerge from by Collin Winter · 15 years ago
  40. 8450857 Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946). by Gregory P. Smith · 15 years ago
  41. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 15 years ago
  42. 45b9be5 Merged revisions 78638 via svnmerge from by Victor Stinner · 15 years ago
  43. 72aee3d Merged revisions 78393 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  44. 68af50b Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strtod, and PyOS_ascii_atof. by Eric Smith · 15 years ago
  45. bbe6306 Merged revisions 78189 via svnmerge from by Mark Dickinson · 15 years ago
  46. 93f562c Merged revisions 77842 via svnmerge from by Mark Dickinson · 15 years ago
  47. 2ff627a Merged revisions 77581 via svnmerge from by Antoine Pitrou · 15 years ago
  48. fc8d6f4 Merged revisions 77573 via svnmerge from by Antoine Pitrou · 15 years ago
  49. 6ecd9e5 Merged revisions 77234 via svnmerge from by Mark Dickinson · 15 years ago
  50. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 15 years ago
  51. f371859 Merged revisions 76978 via svnmerge from by Mark Dickinson · 15 years ago
  52. 91d58bd Merged revisions 76822,76824 via svnmerge from by Benjamin Peterson · 15 years ago
  53. 629dfe2 Merged revisions 76740 via svnmerge from by Mark Dickinson · 15 years ago
  54. 309608b Merged revisions 76712 via svnmerge from by Ronald Oussoren · 15 years ago
  55. c2e1cb7 Merged revisions 76623 via svnmerge from by Ronald Oussoren · 15 years ago
  56. a4962cb Merged revisions 76561 via svnmerge from by Mark Dickinson · 15 years ago
  57. 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 15 years ago
  58. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
  59. ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
  60. 0df35a9 Merged revisions 74841 via svnmerge from by Benjamin Peterson · 15 years ago
  61. ae4cfb1 http://bugs.python.org/issue6836 by Kristján Valur Jónsson · 15 years ago
  62. 4905e80 fix an ambiguity in the grammar from the implementation of extended unpacking by Benjamin Peterson · 15 years ago
  63. 0a1efd0 Issue #6713: Improve performance of str(n) and repr(n) for integers n by Mark Dickinson · 15 years ago
  64. 5ea7d64 Merged revisions 74693 via svnmerge from by Mark Dickinson · 15 years ago
  65. 2db046d Issue #6151: Make PyDescr_COMMON conform to standard C. by Alexandre Vassalotti · 15 years ago
  66. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  67. 89b8917 remove duplicate declartions #6405 by Benjamin Peterson · 15 years ago
  68. ffeaa88 a little more fiddling to make flags like 2.x by Benjamin Peterson · 15 years ago
  69. 466a782 the old CO_FUTURE flags can't be commented out by Benjamin Peterson · 15 years ago
  70. 16f7651 remove comment about PyNumber_Int by Benjamin Peterson · 15 years ago
  71. f1664ae remove PyCObject by Benjamin Peterson · 15 years ago
  72. 835a6c8 Merged revisions 73701 via svnmerge from by Mark Dickinson · 15 years ago
  73. e9eb7b6 Merged revisions 73660 via svnmerge from by Mark Dickinson · 15 years ago
  74. 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
  75. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
  76. 9aececf fix mistake in version bump by Benjamin Peterson · 15 years ago
  77. 46ea4f7 bump to 3.2a0 by Benjamin Peterson · 15 years ago
  78. 3928516 bump version to 3.1 final :) by Benjamin Peterson · 15 years ago
  79. 01bf236 post release version bumps by Benjamin Peterson · 15 years ago
  80. c7c1228 bump version to 3.1rc2 by Benjamin Peterson · 15 years ago
  81. 1172999 #5735: Modules compiled with incompatible settings (--with-pydebug when python is not) by Amaury Forgeot d'Arc · 15 years ago
  82. 54e8ddf post-release updates by Benjamin Peterson · 15 years ago
  83. e6ad387 bump to 3.1rc1 by Benjamin Peterson · 15 years ago
  84. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  85. 7d5285e #6115: remove entries for the already removed PyNumber_Divide and PyNumber_InPlaceDivide from the header and the docs. by Georg Brandl · 15 years ago
  86. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  87. bd16edd Refactor to remove duplicated nan/inf parsing code in by Mark Dickinson · 15 years ago
  88. 5483fe5 Remove trailing whitespace. by Georg Brandl · 15 years ago
  89. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  90. 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 15 years ago
  91. 224205f Merged revisions 72461 via svnmerge from by Benjamin Peterson · 15 years ago
  92. accdca5 post release updates by Benjamin Peterson · 15 years ago
  93. 5c5f3de bump version to 3.1b1 by Benjamin Peterson · 15 years ago
  94. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  95. 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
  96. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  97. 244651a Merged revisions 72283-72284 via svnmerge from by Antoine Pitrou · 15 years ago
  98. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  99. 58a4224 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  100. 8374981 Include files missed in r72044. by Eric Smith · 15 years ago