1. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  2. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  3. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  4. 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 12 years ago
  5. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 12 years ago
  6. ce79852 use the static identifier api for looking up special methods by Benjamin Peterson · 13 years ago
  7. f4afa43 Issue #13226: Update sys.setdlopenflags() docstring by Victor Stinner · 13 years ago
  8. 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 13 years ago
  9. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  10. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  11. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  12. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  13. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  14. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  15. 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  16. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  17. dd810dd Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if by Victor Stinner · 13 years ago
  18. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 13 years ago
  19. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  20. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  21. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  22. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  23. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  24. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  25. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  26. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  27. 90e8f8c Fix count of flag fields. Being one short caused the 'quiet' option not to print. by Raymond Hettinger · 14 years ago
  28. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  29. 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 14 years ago
  30. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  31. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  32. 07e4f15 sys_update_path(): update sys.path even if argc==0 by Victor Stinner · 14 years ago
  33. 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
  34. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  35. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  36. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  37. 015f4d8 _Py_wrealpath() requires the size of the output buffer by Victor Stinner · 14 years ago
  38. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
  39. 7ae7c87 _wrealpath() and _Py_wreadlink() support surrogates (PEP 383) by Victor Stinner · 14 years ago
  40. c08ec9f Create a subfunction for PySys_SetArgvEx() by Victor Stinner · 14 years ago
  41. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  42. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  43. d26c18a Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory by Nick Coghlan · 14 years ago
  44. 7976663 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() by Victor Stinner · 14 years ago
  45. d885e95 - sysmodule.c (get_hash_info): Define as static function. by Matthias Klose · 14 years ago
  46. a01c6b3 Merged revisions 81841 via svnmerge from by Victor Stinner · 14 years ago
  47. ecccc4f sys_pyfile_write() does nothing if file is NULL by Victor Stinner · 14 years ago
  48. 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
  49. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  50. 71d305c Merged revisions 81400 via svnmerge from by Antoine Pitrou · 14 years ago
  51. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago
  52. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  53. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  54. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  55. 32366b4 Merged revisions 80404 via svnmerge from by Victor Stinner · 14 years ago
  56. 14284c2 Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute by Victor Stinner · 14 years ago
  57. d7494de Merged revisions 78622 via svnmerge from by Florent Xicluna · 14 years ago
  58. 5749e85 Merged revisions 78620 via svnmerge from by Florent Xicluna · 14 years ago
  59. f7bb578 Merged revisions 77763 via svnmerge from by Eric Smith · 15 years ago
  60. aee355b Remove obsolete comment. by Antoine Pitrou · 15 years ago
  61. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
  62. bcc484e Merged revisions 74062 via svnmerge from by Georg Brandl · 15 years ago
  63. 260484d Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from by Alexandre Vassalotti · 15 years ago
  64. 94c65d9 Merged revisions 72907 via svnmerge from by Benjamin Peterson · 15 years ago
  65. f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 15 years ago
  66. a5758c0 Merged revisions 72508 via svnmerge from by Benjamin Peterson · 15 years ago
  67. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  68. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  69. 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 15 years ago
  70. ec59d04 Merged revisions 68540 via svnmerge from by Martin v. Löwis · 16 years ago
  71. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  72. e94a37f Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. by Barry Warsaw · 16 years ago
  73. 460ce2a Apply Martin's patch for bug 3685, Crash while compiling Python 3000 in by Barry Warsaw · 16 years ago
  74. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
  75. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  76. d88ddfa Make these files to compile again under Windows. by Thomas Heller · 16 years ago
  77. 06157a4 correct docstring by Benjamin Peterson · 16 years ago
  78. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  79. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  80. c5e88d5 Fix sys.flags sequence behavior and add a test case. by Georg Brandl · 16 years ago
  81. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  82. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  83. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  84. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  85. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  86. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  87. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  88. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  89. 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 16 years ago
  90. 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
  91. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 17 years ago
  92. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  93. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
  94. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 17 years ago
  95. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  96. e783700 Fix thoroughly misleading comment by Nick Coghlan · 17 years ago
  97. 2d378ab Fixed #1630 by Christian Heimes · 17 years ago
  98. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  99. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  100. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago