1. 08ec84c use atomic structures in non-thread version by Benjamin Peterson · 15 years ago
  2. 43fb009 Remove dead code by Victor Stinner · 15 years ago
  3. 33109a1 Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no by Victor Stinner · 15 years ago
  4. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 15 years ago
  5. 7126dbc Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead by Victor Stinner · 15 years ago
  6. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 15 years ago
  7. 7d79b8b Issue #8766: Initialize _warnings module before importing the first module. by Victor Stinner · 15 years ago
  8. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 15 years ago
  9. 306f010 Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate by Victor Stinner · 15 years ago
  10. 93b5513 Issue #6697: Fix a crash if a keyword contains a surrogate by Victor Stinner · 15 years ago
  11. 386fe71 Issue #6697: Check that _PyUnicode_AsString() result is not NULL by Victor Stinner · 15 years ago
  12. e9fb319 handle_system_exit() flushs files to warranty the output order by Victor Stinner · 15 years ago
  13. beba826 Merged revisions 81220 via svnmerge from by Victor Stinner · 15 years ago
  14. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 15 years ago
  15. b744ba1 Issue #8610: Load file system codec at startup, and display a fatal error on by Victor Stinner · 15 years ago
  16. 9467b21 Issue #4653: fix typo in flush_std_files() by Victor Stinner · 15 years ago
  17. 8e0bdfd Make PyErr_Occurred return NULL if there is no current thread. Previously it by Jeffrey Yasskin · 15 years ago
  18. d369726 Remove unnecessary assignments. by Mark Dickinson · 15 years ago
  19. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
  20. 6f137ca Merged revisions 81007 via svnmerge from by Jean-Paul Calderone · 15 years ago
  21. 8d93e49 PyErr_SetFromErrnoWithFilename() decodes the filename using by Victor Stinner · 15 years ago
  22. b001df0 err_input(): don't encode/decode the unicode message by Victor Stinner · 15 years ago
  23. 70cce42 read eval_breaker with atomic api with computed gotos by Benjamin Peterson · 15 years ago
  24. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 15 years ago
  25. fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 15 years ago
  26. 14284c2 Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute by Victor Stinner · 15 years ago
  27. 5bc7ec9 Merged revisions 80325 via svnmerge from by Antoine Pitrou · 15 years ago
  28. 28a691b PEP 3147 by Barry Warsaw · 15 years ago
  29. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 15 years ago
  30. f96b784 Merged revisions 79837 via svnmerge from by Antoine Pitrou · 15 years ago
  31. c54eec3 Merged revisions 79763 via svnmerge from by Benjamin Peterson · 15 years ago
  32. 80d8fd8 Merged revisions 79642,79644 via svnmerge from by Benjamin Peterson · 15 years ago
  33. 8689a10 Merged revisions 79555 via svnmerge from by Antoine Pitrou · 15 years ago
  34. fa0aeba Merged revisions 79428 via svnmerge from by Benjamin Peterson · 15 years ago
  35. 120c212 Issue #8226: sys.setfilesystemencoding() raises a LookupError if the encoding by Victor Stinner · 15 years ago
  36. 7588b8b nest if for clarity by Benjamin Peterson · 15 years ago
  37. afcee8b count keyword only arguments as part of the total by Benjamin Peterson · 15 years ago
  38. f3b7a25 Merged revisions 78028 via svnmerge from by Benjamin Peterson · 15 years ago
  39. 232ecb8 cleanup a bit by Benjamin Peterson · 15 years ago
  40. a567a77 Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge from by Benjamin Peterson · 15 years ago
  41. e6dd2cb Merged revisions 79034 via svnmerge from by Benjamin Peterson · 15 years ago
  42. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 15 years ago
  43. 252e400 Issue #8014: Fix incorrect error checks in structmember.c, and re-enable by Mark Dickinson · 15 years ago
  44. 3f1af5c Issue #6697: use %U format instead of _PyUnicode_AsString(), because by Victor Stinner · 15 years ago
  45. 52f6dd7 Merged revisions 78826 via svnmerge from by Victor Stinner · 15 years ago
  46. b5cdf19 fix bootstrapping on machines with only 2.x installed by Benjamin Peterson · 15 years ago
  47. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
  48. ae5f2f4 prevent generator finalization from invalidating sys.exc_info() #7173 by Benjamin Peterson · 15 years ago
  49. 45b9be5 Merged revisions 78638 via svnmerge from by Victor Stinner · 15 years ago
  50. 5749e85 Merged revisions 78620 via svnmerge from by Florent Xicluna · 15 years ago
  51. 24cec9f Merged revisions 78527,78550 via svnmerge from by Gregory P. Smith · 15 years ago
  52. 9a5b25a Strip out trailing whitespace. by Brett Cannon · 15 years ago
  53. 09259e2 check PyDict_New() for error by Benjamin Peterson · 15 years ago
  54. 23e018a only accept AttributeError as indicating no __prepare__ attribute on a metaclass, allowing lookup errors to propogate by Benjamin Peterson · 15 years ago
  55. 72aee3d Merged revisions 78393 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  56. b2ceb3a #4532: fixes to make 3.x compile on QNX 6.3.2 (reported by Matt Kraai) by Andrew M. Kuchling · 15 years ago
  57. dc8c2ad Poor PLAN9, it isn't supported by Antoine Pitrou · 15 years ago
  58. 68af50b Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strtod, and PyOS_ascii_atof. by Eric Smith · 15 years ago
  59. f8b60b2 fix comment by Benjamin Peterson · 16 years ago
  60. f7bb578 Merged revisions 77763 via svnmerge from by Eric Smith · 16 years ago
  61. f41d29a Merged revisions 77691,77698,77713-77714 via svnmerge from by Mark Dickinson · 16 years ago
  62. add2823 Merged revisions 77614-77616,77663 via svnmerge from by Mark Dickinson · 16 years ago
  63. de50800 Merged revisions 77589 via svnmerge from by Mark Dickinson · 16 years ago
  64. c4f1868 Merged revisions 77578 via svnmerge from by Mark Dickinson · 16 years ago
  65. b7fbcd3 Issue #6690: Optimize the bytecode for expressions such as `x in {1, 2, 3}`, by Antoine Pitrou · 16 years ago
  66. 45b6365 Merged revisions 77519,77530,77533 via svnmerge from by Mark Dickinson · 16 years ago
  67. 853c3bb Merged revisions 77477-77478,77481-77483,77490-77493 via svnmerge from by Mark Dickinson · 16 years ago
  68. 81612e8 Merged revisions 77410,77421,77450-77451 via svnmerge from by Mark Dickinson · 16 years ago
  69. 180e4cd Merged revisions 77302 via svnmerge from by Mark Dickinson · 16 years ago
  70. de60401 Merged revisions 77218 via svnmerge from by Mark Dickinson · 16 years ago
  71. f8a970c Merged revisions 77203 via svnmerge from by Benjamin Peterson · 16 years ago
  72. d12362a Merged revisions 77157 via svnmerge from by Benjamin Peterson · 16 years ago
  73. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 16 years ago
  74. f371859 Merged revisions 76978 via svnmerge from by Mark Dickinson · 16 years ago
  75. 480e8e3 Fix typo (reported by terlop on IRC) by Mark Dickinson · 16 years ago
  76. 0496c9e regenerate Python-ast.c by Benjamin Peterson · 16 years ago
  77. 97dd987 Merged revisions 76534,76538,76628,76701,76774 via svnmerge from by Benjamin Peterson · 16 years ago
  78. 0f6cae0 remove magic number bumping from the 2.x -U option #7459 by Benjamin Peterson · 16 years ago
  79. f08173b Issue #7414: Add missing 'case 'C'' to skipitem() in getargs.c. This by Mark Dickinson · 16 years ago
  80. a73ef2f Merged revisions 76575 via svnmerge from by Mark Dickinson · 16 years ago
  81. 7b0d4a2 Issue #4486: When an exception has an explicit cause, do not print its implicit context too. by Antoine Pitrou · 16 years ago
  82. 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 · 16 years ago
  83. f3ebc1f Merged revisions 76423-76424 via svnmerge from by Benjamin Peterson · 16 years ago
  84. a1d2332 Try to strengthen condition-waiting under Windows. by Antoine Pitrou · 16 years ago
  85. cf4cabb Our condition variable emulation under Windows is imperfect, which by Antoine Pitrou · 16 years ago
  86. aee355b Remove obsolete comment. by Antoine Pitrou · 16 years ago
  87. 074e5ed Merge in the new GIL. by Antoine Pitrou · 16 years ago
  88. a25b131 Merged revisions 75982 via svnmerge from by Mark Dickinson · 16 years ago
  89. b2e796a in wide builds, avoid storing high unicode characters from source code with surrogates by Benjamin Peterson · 16 years ago
  90. 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 · 16 years ago
  91. 3b38df2 Move some comments to more appropriate places by Mark Dickinson · 16 years ago
  92. 9acadc5 Merged revisions 75714 via svnmerge from by Mark Dickinson · 16 years ago
  93. 2a9c2bb Disable support for Irix threads by Antoine Pitrou · 16 years ago
  94. db6c567 Disable GNU pth support by Antoine Pitrou · 16 years ago
  95. 1b8c783 Disable support for SunOS LWP by Antoine Pitrou · 16 years ago
  96. 86b21c1 Disable support for Mach C Threads. by Antoine Pitrou · 16 years ago
  97. 6103ab1 Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0). by Antoine Pitrou · 16 years ago
  98. af7adad Peephole constant folding had missed UNARY_POSITIVE. by Raymond Hettinger · 16 years ago
  99. 011bd62 Merged revisions 75570 via svnmerge from by Antoine Pitrou · 16 years ago
  100. 01458c7 Remove the uses of WITHOUT_COMPLEX introduced in r75471 by Mark Dickinson · 16 years ago