1. 3e1fd27 Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, by Antoine Pitrou · 14 years ago
  2. 3b69db2 issue 9910 by Kristján Valur Jónsson · 14 years ago
  3. d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
  4. 2c53971 add PyErr_SyntaxLocationEx, to support adding a column offset by Benjamin Peterson · 14 years ago
  5. bd63a99 Merged revisions 84810 via svnmerge from by Daniel Stutzbach · 14 years ago
  6. 3861599 Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs by Daniel Stutzbach · 14 years ago
  7. 1df1536 Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly by Antoine Pitrou · 14 years ago
  8. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  9. f13c6d8 Issue #9318: Use Py_LL for old compiler. by Hirokazu Yamamoto · 14 years ago
  10. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  11. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  12. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  13. bad0925 Post-release update. by Georg Brandl · 14 years ago
  14. 58a7b46 Bump to 3.2a2. by Georg Brandl · 14 years ago
  15. 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
  16. 4640860 Rename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy() by Victor Stinner · 14 years ago
  17. 71133ff Create PyUnicode_strdup() function by Victor Stinner · 14 years ago
  18. c4eb765 Create Py_UNICODE_strcat() function by Victor Stinner · 14 years ago
  19. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  20. b83df8f Merged revisions 84391 via svnmerge from by Antoine Pitrou · 14 years ago
  21. f68c2a7 Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become by Antoine Pitrou · 14 years ago
  22. a606faa Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC by Daniel Stutzbach · 14 years ago
  23. b440aec Merged revisions 84347 via svnmerge from by Antoine Pitrou · 14 years ago
  24. 67c7ce4 Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private by Antoine Pitrou · 14 years ago
  25. fcd2a79 Merged revisions 84344 via svnmerge from by Antoine Pitrou · 14 years ago
  26. 1a9a9d5 Issue #1868: Eliminate subtle timing issues in thread-local objects by by Antoine Pitrou · 14 years ago
  27. 324ac65 #5127: Even on narrow unicode builds, the C functions that access the Unicode by Amaury Forgeot d'Arc · 14 years ago
  28. 6c00c14 Issue #9425: Create PyModule_GetFilenameObject() function by Victor Stinner · 14 years ago
  29. 6b06da5 Remove unused functions _PyImport_FindModule and _PyImport_IsScript by Victor Stinner · 14 years ago
  30. f72006f Merged revisions 84146-84147,84150 via svnmerge from by Antoine Pitrou · 14 years ago
  31. 671b4d9 Issue #9612: The set object is now 64-bit clean under Windows. by Antoine Pitrou · 14 years ago
  32. ef8d95c Issue #9425: Create Py_UNICODE_strncmp() function by Victor Stinner · 14 years ago
  33. 7976663 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() by Victor Stinner · 14 years ago
  34. f52b705 Create _Py_fopen() for PyUnicodeObject path by Victor Stinner · 14 years ago
  35. 4f4402c Issue #9425: Create private _Py_stat() function by Victor Stinner · 14 years ago
  36. 47fcb5b Issue #9542: Create PyUnicode_FSDecoder() function by Victor Stinner · 14 years ago
  37. f2e08b3 Create _Py_wchar2char() function, reverse of _Py_char2wchar() by Victor Stinner · 14 years ago
  38. e9b428f Reimplement addbuilddir() in C inside getpath.c, so as to execute it by Antoine Pitrou · 14 years ago
  39. e81c806 De-duplicate contents of pytime.h by Antoine Pitrou · 14 years ago
  40. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
  41. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  42. 331ea92 Issue #9425: create Py_UNICODE_strrchr() function by Victor Stinner · 14 years ago
  43. da3b5bf correct comment by Benjamin Peterson · 14 years ago
  44. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  45. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
  46. 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 14 years ago
  47. ee449c4 Post-release updates. by Georg Brandl · 14 years ago
  48. 62069d3 Bump versions and review NEWS file. by Georg Brandl · 14 years ago
  49. 20f9c3c revert unintended changes by Benjamin Peterson · 14 years ago
  50. 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago
  51. 5bf0664 Merged revisions 82966 via svnmerge from by Stefan Krah · 14 years ago
  52. 36d2e67 Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide by Stefan Krah · 14 years ago
  53. ccabcd4 make struct sequences subclass tuple; kill lots of code by Benjamin Peterson · 14 years ago
  54. d19052c Issue #9089: Remove references to intobject.c and intobject.h from comments. by Mark Dickinson · 14 years ago
  55. 952867a #9078: fix some Unicode C API descriptions, in comments and docs. by Georg Brandl · 14 years ago
  56. 521ee56 Merged revisions 82194 via svnmerge from by Stefan Krah · 14 years ago
  57. 2f7105d Add specification for the Py_IS* macros in pyctype.h. by Stefan Krah · 14 years ago
  58. 25bb0fd Merged revisions 82059,82061 via svnmerge from by Victor Stinner · 14 years ago
  59. 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 14 years ago
  60. fa68a61 Fix naming inconsistency. by Mark Dickinson · 14 years ago
  61. 7f1bf80 Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_Near by Mark Dickinson · 14 years ago
  62. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  63. 71d305c Merged revisions 81400 via svnmerge from by Antoine Pitrou · 14 years ago
  64. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago
  65. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  66. ccbd694 rephrase by Benjamin Peterson · 14 years ago
  67. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  68. 9076f9e Merged revisions 81168 via svnmerge from by Victor Stinner · 14 years ago
  69. 77c3862 Issue #8711: Document PyUnicode_DecodeFSDefault*() functions by Victor Stinner · 14 years ago
  70. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  71. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  72. ad465f9 alias PyUnicode_CompareWithASCII by Benjamin Peterson · 14 years ago
  73. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  74. fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 14 years ago
  75. dcb2403 Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, by Victor Stinner · 14 years ago
  76. 3a20d05 Merged revisions 80182 via svnmerge from by Ronald Oussoren · 14 years ago
  77. 501aeff Merged revisions 80178 via svnmerge from by Ronald Oussoren · 14 years ago
  78. d61deca Move _Py_char2wchar from python.c to main.c. by Ronald Oussoren · 14 years ago
  79. dfa66c1 Fix the --with-cxx-main build. by Collin Winter · 14 years ago
  80. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  81. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  82. e53de3d #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values by Philip Jenvey · 14 years ago
  83. 8689a10 Merged revisions 79555 via svnmerge from by Antoine Pitrou · 15 years ago
  84. f0fa1b2 version becomes 3.1.2 by Benjamin Peterson · 15 years ago
  85. 4222e9c Merged revisions 79060 via svnmerge from by Collin Winter · 15 years ago
  86. 8450857 Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946). by Gregory P. Smith · 15 years ago
  87. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 15 years ago
  88. 83b32fd start working towards 3.1.2 final by Benjamin Peterson · 15 years ago
  89. e4b56d2 bump to 3.1.2rc1 by Benjamin Peterson · 15 years ago
  90. ef32bc8 Merged revisions 78639 via svnmerge from by Victor Stinner · 15 years ago
  91. 45b9be5 Merged revisions 78638 via svnmerge from by Victor Stinner · 15 years ago
  92. 72aee3d Merged revisions 78393 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  93. 68af50b Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strtod, and PyOS_ascii_atof. by Eric Smith · 15 years ago
  94. 57a432d Merged revisions 78192 via svnmerge from by Mark Dickinson · 15 years ago
  95. bbe6306 Merged revisions 78189 via svnmerge from by Mark Dickinson · 15 years ago
  96. 93f562c Merged revisions 77842 via svnmerge from by Mark Dickinson · 15 years ago
  97. 9a426c3 Merged revisions 77583 via svnmerge from by Antoine Pitrou · 15 years ago
  98. 2ff627a Merged revisions 77581 via svnmerge from by Antoine Pitrou · 15 years ago
  99. 20d6c15 Merged revisions 77576 via svnmerge from by Antoine Pitrou · 15 years ago
  100. fc8d6f4 Merged revisions 77573 via svnmerge from by Antoine Pitrou · 15 years ago