1. b4fcf4d Define PyDoc_STRVAR if it is not available (PyXML 1.54). by Martin v. Löwis · 22 years ago
  2. 6b2cf0e Undo usage of PyOS_snprintf (rev. 1.51 of PyXML). by Martin v. Löwis · 22 years ago
  3. 2a3d7db Added character data buffering to pyexpat parser objects. by Fred Drake · 22 years ago
  4. 71b63ff pyexpat code cleanup and minor refactorings: by Fred Drake · 22 years ago
  5. c905164 Fix small bug. The count of objects in all generations younger then the by Neil Schemenauer · 22 years ago
  6. b91a36b Integrate the changes from PyXML's version of pyexpat.c revisions by Fred Drake · 22 years ago
  7. c5601f4 Undefine DPRINTF before defining it, there was a conflict with some other by Jack Jansen · 22 years ago
  8. 3a96702 Undefine TRUE and FALSE before redefining them. by Jack Jansen · 22 years ago
  9. f7ce04d Clean up docstrings: by Fred Drake · 22 years ago
  10. 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
  11. a0b9075 Corect speling and add \n\ to line ends in new docstring for access(). by Guido van Rossum · 22 years ago
  12. 7f59124 Clarified documentation for os.access(). by Fred Drake · 22 years ago
  13. 0add0e8 Removed newmodule.c from the project, and removed references to it from by Tim Peters · 22 years ago
  14. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  15. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  16. 4178515 SF # 533070 Silence AIX C Compiler Warnings by Neal Norwitz · 22 years ago
  17. 0c2c17c Use new PyDoc_STRVAR macro by Neal Norwitz · 22 years ago
  18. 35fc760 SF #561244 Micro optimizations by Neal Norwitz · 22 years ago
  19. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  20. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  21. 7b8bac1 Fix non-blocking connect() for Windows. Refactored the code by Guido van Rossum · 22 years ago
  22. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
  23. 74a3bec _Py prefix is verboten for static entry points by Andrew MacIntyre · 22 years ago
  24. 7aec4a2 work around name clash with OS/2 TCPIP routine sock_init() by Andrew MacIntyre · 22 years ago
  25. a039274 patch #562492 - prevent duplicate lines in history by Skip Montanaro · 22 years ago
  26. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  27. 804cdca Don't accept null bytes in the key. by Guido van Rossum · 22 years ago
  28. db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 22 years ago
  29. 1790e65 Move the conex_finally label up, so that the errno value is always returned. by Guido van Rossum · 22 years ago
  30. e8008f0 I decided to change the interaction between setblocking() and by Guido van Rossum · 22 years ago
  31. c4fcfa3 Major cleanup. Renamed static methods to avoid Py prefix. Other misc by Guido van Rossum · 22 years ago
  32. be8db07 Repair a comment. by Guido van Rossum · 22 years ago
  33. 3eede5a Whitespace normalization, folding long lines, uniform comment by Guido van Rossum · 22 years ago
  34. b9e916a Correct several blunders in the timeout code, mostly my own fault (for by Guido van Rossum · 22 years ago
  35. 8a13518 Remove casts to PyObject * when declaration is for PyObject * by Jeremy Hylton · 22 years ago
  36. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
  37. c9a5577 The insint() function is not used. Nuke it. by Guido van Rossum · 22 years ago
  38. e1c478f The tp_new implementation should initialize the errorhandler field, by Guido van Rossum · 22 years ago
  39. b5b5a26 Fix SF bug #557436, TclError is a str should be an Exception by Neal Norwitz · 22 years ago
  40. 3e12905 Remove unused static function by Neal Norwitz · 22 years ago
  41. 84271bb SF #558432: Prevent Annoying ' ' from readline (Holker Krekel). by Guido van Rossum · 22 years ago
  42. 8b6b491 The logreader object did not always refill the input buffer correctly by Neil Schemenauer · 22 years ago
  43. e85ee8d Issue an explicit error when we can't find an appropriate type for UINT4. by Guido van Rossum · 22 years ago
  44. 1e1542f This is patch by Michael W. Hudson · 22 years ago
  45. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  46. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  47. c9ca5c8 Whitespace normalization. by Tim Peters · 22 years ago
  48. a2b11ec Add IS_TRACKED and IS_MOVED macros. This makes the logic a little more clear. by Neil Schemenauer · 22 years ago
  49. 1755ad9 array_tounicode isn't defined in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  50. d6f2267 Added degrees() and radians() to mathmodule. Closes patch 552452 and by Raymond Hettinger · 22 years ago
  51. 000e37c Patch #551011: Fix compilation problems with Cygwin. by Martin v. Löwis · 22 years ago
  52. 2b41b0d Rename posix_WCONTINUED to posix_WIFCONTINUED, call WIFCONTINUED inside, by Martin v. Löwis · 22 years ago
  53. 2880ae5 Move all data for a single generation into a structure. The set of by Neil Schemenauer · 22 years ago
  54. b9132a2 Indicate delayed initialization of slots. Suggested by tim.one. by Martin v. Löwis · 22 years ago
  55. edbffc1 Patch #551009: Initialize array type dynamically. by Martin v. Löwis · 22 years ago
  56. c6a7d7e Guard gettext and friends with HAVE_LIBINTL_H. Fixes #549907. by Martin v. Löwis · 22 years ago
  57. 0ebacc8 Pickler_clear_memo(): convert to METH_NOARGS. by Fred Drake · 22 years ago
  58. a883a3d See discussion at SF bug 547537. by Guido van Rossum · 22 years ago
  59. fa8efab _PyObject_GC_New: Could call PyObject_INIT with a NULL 1st argument. by Tim Peters · 22 years ago
  60. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  61. d95efe4 Check for overflow errors in setrlimit(), and reflow a long line. by Jeremy Hylton · 22 years ago
  62. 106c1a0 WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. by Fred Drake · 22 years ago
  63. 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 22 years ago
  64. 8ee3cd4 #546156, Remove load_false()/load_true(), they are not used by Neal Norwitz · 22 years ago
  65. 0e0ee59 #544265, Remove warnings for passing const to free() by Neal Norwitz · 22 years ago
  66. 3d94942 #546163, fix link problem on Solaris 8 for makedev when using mknod by Neal Norwitz · 22 years ago
  67. 6af3e2d Forward port of patch # 500311: Work around for buggy https servers. by Martin v. Löwis · 22 years ago
  68. 2ea2c9d Patch #546194: Check constants individually. Fixes 534143 on OpenBSD. by Martin v. Löwis · 22 years ago
  69. fdbeb5a #546155, remove posix_int() it is not used by Neal Norwitz · 22 years ago
  70. c72737e Fix SF #544995 (zlib crash on second flush call) Bug fix by mhammond. by Jeremy Hylton · 22 years ago
  71. bbeb1e6 Document the build process more precisely. Suggested by Hugh Sasse. by Martin v. Löwis · 22 years ago
  72. 4d1e64b posix_fildes(): New helper: run a function that takes a file descriptor by Fred Drake · 22 years ago
  73. 726e013 Remove unused variable reported by Walter Dörwald by Neal Norwitz · 22 years ago
  74. 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 22 years ago
  75. 88c9344 initpwd(): Clean up initialization, avoid PyModule_GetDict(). by Fred Drake · 22 years ago
  76. af3e8de First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with by Tim Peters · 22 years ago
  77. aa769ae PyObject_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  78. fec4eb1 Allow PyObject_Del to be used as a function designator. Provide binary by Neil Schemenauer · 22 years ago
  79. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 22 years ago
  80. 1630520 Fix an obvious bug. by Thomas Heller · 22 years ago
  81. 688357e Patch #512005: getrusage() returns struct-like object. by Martin v. Löwis · 22 years ago
  82. 8fdc75b Lock methods acquire() and locked() now return bools. by Guido van Rossum · 22 years ago
  83. e276339 Implement an idea by Paul Rubin: by Guido van Rossum · 22 years ago
  84. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  85. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  86. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  87. a2bd8d3 Remove direct manipulation of the module dict. by Fred Drake · 22 years ago
  88. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  89. b0aaec5 Convert more METH_OLDARGS & PyArg_Parse() by Neal Norwitz · 22 years ago
  90. 187ae56 Get rid of more PyArg_Parse & METH_OLDARGS. by Neal Norwitz · 22 years ago
  91. 2f6ef4c Reindent. Break long lines. Move comments before the statements. by Martin v. Löwis · 22 years ago
  92. 4baedc1 Use the PyModule_Add*() APIs instead of manipulating the module dict directly. by Fred Drake · 22 years ago
  93. 9bb7432 Remove all but one use of the module dict. by Fred Drake · 22 years ago
  94. d63e504 Remove unused variable and call to PyModule_GetDict(). by Fred Drake · 22 years ago
  95. acee69f Switch to using METH_NOARGS where possible. by Fred Drake · 22 years ago
  96. 43c9d8a Remove UNLESS. by Martin v. Löwis · 22 years ago
  97. f4e3484 Use the PyModule_*() API instead of manipulating the module dictionary directly. by Fred Drake · 22 years ago
  98. 02098fa Get rid of all METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 22 years ago
  99. dfd59e0 mpz_float() only takes one parameter now by Neal Norwitz · 22 years ago
  100. 767f835 Get rid of warnings due to changing to METH_NOARGS by Neal Norwitz · 22 years ago