1. d73168d Extend build_ssl to Win64, using VSExtComp. by Martin v. Löwis · 18 years ago
  2. eda8712 Try to improve grammar further. by Neal Norwitz · 18 years ago
  3. 13b78d5 Patch #1521874: grammar errors in doanddont.tex. by Georg Brandl · 18 years ago
  4. b7eca83 Typo fix by Andrew M. Kuchling · 18 years ago
  5. 6e1ad2e Fix misleading words. by Thomas Heller · 18 years ago
  6. 2bdf29e Fix #1521375. When running with root priviledges, 'gcc -o /dev/null' by Thomas Heller · 18 years ago
  7. b4dc2ef A misspelled preprocessor symbol caused ctypes to be always compiled by Thomas Heller · 18 years ago
  8. 9dceedb Accept long options "--help" and "--version". by Georg Brandl · 18 years ago
  9. 76c5af6 Fix the wrong description of LibraryLoader.LoadLibrary, and document by Thomas Heller · 18 years ago
  10. 47d7a06 Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to by Thomas Heller · 18 years ago
  11. a1f1090 Actually change the MAGIC #. Create a new section for 2.5c1 and mention the impact of changing the MAGIC #. by Neal Norwitz · 18 years ago
  12. 7e49c6e Fix uninitialized memory read reported by Valgrind when running doctest. by Neal Norwitz · 18 years ago
  13. 41efc14 Fix function name in error msg by Neal Norwitz · 18 years ago
  14. edef2be Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. by Neal Norwitz · 18 years ago
  15. 3b9be2a Change the ctypes version number to 1.0.0. by Thomas Heller · 18 years ago
  16. a42a662 When a foreign function is retrived by calling __getitem__ on a ctypes by Thomas Heller · 18 years ago
  17. b0aa54e Bump version number; add sys._current_frames by Andrew M. Kuchling · 18 years ago
  18. 249f6b1 Add missing Py_DECREFs. by Thomas Heller · 18 years ago
  19. dd82734 Add missing Py_DECREF. by Thomas Heller · 18 years ago
  20. e0c3adf Tagging for release of Python 2.5b2 by Anthony Baxter · 18 years ago
  21. 12c00f7 Whitespace normalization. by Tim Peters · 18 years ago
  22. 93ab5fa #1494314: Fix a regression with high-numbered sockets in 2.4.3. This by Anthony Baxter · 18 years ago
  23. 06c68b8 Patch #1519566: Remove unused _tofill member. by Martin v. Löwis · 18 years ago
  24. 722b883 Whitespace normalization. by Tim Peters · 18 years ago
  25. 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 18 years ago
  26. 2b221ed Make it possible to run test_subprocess.py with Python 2.2, which lacks test_support.reap_children(). by Peter Astrand · 18 years ago
  27. 137ff79 Fix SF#1457312: bad socket error handling in distutils "upload" command. by Phillip J. Eby · 18 years ago
  28. 5d86bdb Fix SF#1516184 and add a test to prevent regression. by Phillip J. Eby · 18 years ago
  29. b9cb84f Moved the ctypes news entries from the 'Library' section into the by Thomas Heller · 18 years ago
  30. 7644262 Assigning None to pointer type structure fields possible overwrote wrong fields. by Thomas Heller · 18 years ago
  31. 7b1da51 Fixed a segfault when ctypes.wintypes were imported on non-Windows machines. by Thomas Heller · 18 years ago
  32. dda068d Fix bug #1518190: accept any integer or long value in the by Thomas Heller · 18 years ago
  33. 70e8e87 preparing for 2.5b2 by Anthony Baxter · 18 years ago
  34. 78ff1a1 Add svn:ignore. by Martin v. Löwis · 18 years ago
  35. d24d5b3 Change error message to indicate that VS2003 is necessary to build extension modules, not the .NET SDK. by Martin v. Löwis · 18 years ago
  36. 8d65681 Introduce DISTUTILS_USE_SDK as a flag to determine whether the by Martin v. Löwis · 18 years ago
  37. 56640df Patch #1504046: Add documentation for xml.etree. by Neal Norwitz · 18 years ago
  38. 2a30cd0 Patch #1516912: improve Modules support for OpenVMS. by Neal Norwitz · 18 years ago
  39. 4a5fbda Part of SF patch #1484695. This removes dead code. The chksum was by Neal Norwitz · 18 years ago
  40. 8440483 Fix doco. Backport candidate. by Neal Norwitz · 18 years ago
  41. ed65755 Bug #1512814, Fix incorrect lineno's when code at module scope by Neal Norwitz · 18 years ago
  42. 28746ab On 64 bit systems, int literals that use less than 64 bits are now ints by Neal Norwitz · 18 years ago
  43. 6ec6ab0 Fix SF bug 1441486: bad unary minus folding in compiler. by Neil Schemenauer · 18 years ago
  44. 0e07b60 Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. by Neil Schemenauer · 18 years ago
  45. 63597f1 Whitespace normalization. by Tim Peters · 18 years ago
  46. 9575fb2 Add an additional test for bug #1519018. by Georg Brandl · 18 years ago
  47. fb48afa Fix SF bug #1519018: 'as' is now validated properly in import statements by Neal Norwitz · 18 years ago
  48. b6b1752 Fix RFC number. by Georg Brandl · 18 years ago
  49. 84bc19a Restore rev 47014: by Neal Norwitz · 18 years ago
  50. 388a8c2 Properly generate logical file ids. Fixes #1515998. by Martin v. Löwis · 18 years ago
  51. b9aa7ea Test using all CJK encodings for the testcases which don't require by Hye-Shik Chang · 18 years ago
  52. 84392be Add a testcase for r47086 which fixed a bug in codec_getstreamcodec(). by Hye-Shik Chang · 18 years ago
  53. 653f23c Document the correct return type of PyLong_AsUnsignedLongLongMask. by Thomas Heller · 18 years ago
  54. beb572b ImportWarning is now silent by default by Andrew M. Kuchling · 18 years ago
  55. 2d79225 Add NEWS entries for the ImportWarning change and documentation update by Nick Coghlan · 18 years ago
  56. 2bfe3a9 Cover ImportWarning, PendingDeprecationWarning and simplefilter() in the warnings module docs by Nick Coghlan · 18 years ago
  57. b6983bb Ignore ImportWarning by default by Nick Coghlan · 18 years ago
  58. 94a98e4 Update the tutorial section on relative imports by Nick Coghlan · 18 years ago
  59. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 18 years ago
  60. bf84e54 added XMLParser alias for cElementTree compatibility by Fredrik Lundh · 18 years ago
  61. fc34f6c NEWS entry for r47267: fixing configure's zlib probing. by Thomas Wouters · 18 years ago
  62. f875264 This patch solves the problem Skip was seeing with zlib, this patch ensures that by Ronald Oussoren · 18 years ago
  63. b979b35 Document the changes in svn revision 47263, from patch #1517790. by Thomas Heller · 18 years ago
  64. f40aed9 Document the Struture and Union constructors. by Thomas Heller · 18 years ago
  65. 5becdbe Patch #1517790: It is now possible to use custom objects in the ctypes by Thomas Heller · 18 years ago
  66. 2329b64 The test that calls a function with invalid arguments and catches the by Thomas Heller · 18 years ago
  67. 5953bac A couple of examples about how to attack the fact that _PyType_Lookup() by Armin Rigo · 18 years ago
  68. 43d9a58 Revert the change done in svn revision 47206: by Thomas Heller · 18 years ago
  69. 4cbd05c Properly quote compileall and Lib paths in case TARGETDIR has a space. by Martin v. Löwis · 18 years ago
  70. 88ef637 Add sqlite3.dll to the DLLs component, not to the TkDLLs component. by Martin v. Löwis · 18 years ago
  71. a12aa88 Add a NEWS entry for a recent pyexpat fix by Neal Norwitz · 18 years ago
  72. 24a0f41 - back out Expat change; the final fix to Expat will be different by Fred Drake · 18 years ago
  73. a4df11d Fix refleaks reported by Shane Hathaway in SF patch #1515361. This change by Neal Norwitz · 18 years ago
  74. d41f4ce no need to elaborate "string". by Georg Brandl · 18 years ago
  75. f41beac Patch #1517490: fix glitches in filter() docs. by Georg Brandl · 18 years ago
  76. add1911 Fix bug in passing tuples to string.Template. All other values (with working by Thomas Wouters · 18 years ago
  77. 9ba7ca8 Fix the bitfield test when _ctypes is compiled with MingW. Structures by Thomas Heller · 18 years ago
  78. aa1919d Remove remaining references to OverflowWarning. by Georg Brandl · 18 years ago
  79. b4a6a56 Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a number by Ronald Oussoren · 18 years ago
  80. 74c3ea0 Fix build problems with the platform SDK on windows. It is not sufficient to test for the C compiler version when determining if we have the secure CRT from microsoft. Must test with an undocumented macro, __STDC_SECURE_LIB__ too. by Kristján Valur Jónsson · 18 years ago
  81. 2eda1b7 [Bug #1511911] Clarify description of optional arguments to sorted() by Andrew M. Kuchling · 18 years ago
  82. f896795 [Bug #1515932] Clarify description of slice assignment by Andrew M. Kuchling · 18 years ago
  83. d5cfa54 Put method-wrappers into trashcan. Fixes #927248. by Martin v. Löwis · 18 years ago
  84. ede77f5 Patch #825417: Fix timeout processing in expect, by Martin v. Löwis · 18 years ago
  85. 4548239 Bug #1267547: Put proper recursive setup.py call into the by Martin v. Löwis · 18 years ago
  86. fcfff0a Bug #1417699: Reject locale-specific decimal point in float() and atof(). by Martin v. Löwis · 18 years ago
  87. 82c276e Document functions added in 2.3 and 2.5. by Martin v. Löwis · 18 years ago
  88. 2b88f63 Bug #1514693: Update turtle's heading when switching between by Martin v. Löwis · 18 years ago
  89. 4c4300d Reimplement turtle.circle using a polyline, to allow correct by Martin v. Löwis · 18 years ago
  90. bd39c03 Only setup canvas when it is first created. Fixes #1514703 by Martin v. Löwis · 18 years ago
  91. 16a3932 Whitespace normalization. by Tim Peters · 18 years ago
  92. f780be4 Add a new function uses_seh() to the _ctypes extension module. This by Thomas Heller · 18 years ago
  93. 638f7ad Fixes so that _ctypes can be compiled with the MingW compiler. by Thomas Heller · 18 years ago
  94. b3c0942 Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS flag. by Thomas Heller · 18 years ago
  95. dd854e9 Cleanup: Remove commented out code. by Thomas Heller · 18 years ago
  96. ee1e06d Correct arithmetic in access on Win32. Fixes #1513646. by Martin v. Löwis · 18 years ago
  97. 762fbd3 The sqlite3 module did cut off data from the SQLite database at the first null by Gerhard Häring · 18 years ago
  98. 6ffe499 SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data by Fred Drake · 18 years ago
  99. 7596e83 Release all forwarded functions in .close. Fixes #1513223. by Martin v. Löwis · 18 years ago
  100. a098033 Added duplicate call to fileConfig() to ensure that it cleans up after itself correctly. by Vinay Sajip · 18 years ago