1. 4632117 Missed change METH_OLDARGS to METH_NOARGS for two aliased functions by Neal Norwitz · 22 years ago
  2. 7e78acb Remove last occurrance of PyArg_GetInt. It is deprecated, by Neal Norwitz · 22 years ago
  3. 2358425 Missed change METH_OLDARGS to METH_NOARGS for two aliased functions by Neal Norwitz · 22 years ago
  4. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  5. 6d8898b Due to interaction between the MSL C library and the GUSI I/O library I can get reads from sockets to work consistently either for unbuffered binary files or for buffered binary files, but not for both:-( by Jack Jansen · 22 years ago
  6. 29ac3cb Expose RLIM_INFINITY constant. Closes SF patch 489066. by Neil Schemenauer · 22 years ago
  7. 0f75e0d Add get_history_item, get_current_history_length, and redisplay functions. by Neil Schemenauer · 22 years ago
  8. fa79c65 Match behavior of the pickle.py module more closely. by Neil Schemenauer · 22 years ago
  9. 94b866a Handle os.listdir("") case correctly on Windows. Closes bug 500705. by Neil Schemenauer · 22 years ago
  10. 1b0e4fc Use pymalloc for realloc() as well. by Neil Schemenauer · 22 years ago
  11. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  12. 3afb2d2 Remove compiler warnings on Solaris 8. Can go into 2.2.x, but not necessary. by Neal Norwitz · 22 years ago
  13. 5909402 Remove extraneous #define as per effbot's instructions in: by Neal Norwitz · 22 years ago
  14. d4233b2 Include Python.h first. Fixes #530159. by Martin v. Löwis · 22 years ago
  15. dc0b61d Verify arguments for nl_langinfo. Fixes #528879. by Martin v. Löwis · 22 years ago
  16. 1de5a72 Change the example code to prefer PyModule_Add*() instead of using the by Fred Drake · 22 years ago
  17. 193a3f6 Update docstrings to use te attribute names of the new structures returned by Fred Drake · 22 years ago
  18. 556a938 Changed C++ comment into standard comment. by Sjoerd Mullender · 22 years ago
  19. dc5a508 SF bug 525705: [2.2] underflow raise OverflowException. by Tim Peters · 22 years ago
  20. b189b07 Fix SF bug #526518 by Jeremy Hylton · 22 years ago
  21. c9ffa06 SF bug 515943: searching for data with \0 in mmap. by Tim Peters · 22 years ago
  22. aa158be Remove tp_print. by Martin v. Löwis · 22 years ago
  23. bc2e10e Python no longer compiled on Windows, due to #include file confusion by Tim Peters · 22 years ago
  24. 6c73af2 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  25. ba43e87 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  26. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  27. 6f33250 SF patch 517245 by Marc Recht. by Guido van Rossum · 22 years ago
  28. dbd55b3 Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  29. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 22 years ago
  30. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 22 years ago
  31. 666e70d Add documentation about how the inter-module linking works. by Marc-André Lemburg · 22 years ago
  32. 643a7fc Moved the declaration of PySocketSock_Type from socketmodule.h to by Tim Peters · 22 years ago
  33. 6f5505a For readability, switch to tab indents; was using a mix of tab indents, by Tim Peters · 22 years ago
  34. b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 22 years ago
  35. e6cc5b6 Remove extraneous variable 'total', as reported by James Rucker. by Martin v. Löwis · 22 years ago
  36. 976ade6 Also fix the comment. by Marc-André Lemburg · 22 years ago
  37. bb8b78b Fix the name of the header file. by Marc-André Lemburg · 22 years ago
  38. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 22 years ago
  39. 2eeec9b Fix typo. by Fred Drake · 22 years ago
  40. 78f6c86 Use PyModule_AddObject() instead of accessing the module dict directly. by Fred Drake · 22 years ago
  41. cca657b Use PyModule_AddIntConstant() instead of creating a private helper function. by Fred Drake · 22 years ago
  42. 0c1ceaf Simon Budig's patch (posted by me): by Michael W. Hudson · 22 years ago
  43. 8fef47b Define VERSION in expat.h. by Martin v. Löwis · 22 years ago
  44. 9ad4b68 Windows time_clock(): rewrite to get rid of horrid casting tricks. by Tim Peters · 22 years ago
  45. b48d198 "Generate" from expat.h.in, for 1.95.2. by Martin v. Löwis · 22 years ago
  46. 7ba5e81 Ensure we also build on VC7. Involves replacing largeint.h helper functions with msvc's native 64 bit integers. by Mark Hammond · 22 years ago
  47. cf453fe Use included Expat library. Drop support for older expat versions. by Martin v. Löwis · 22 years ago
  48. 481f68a Disable usage of Expat's config.h. by Martin v. Löwis · 22 years ago
  49. 1dbb1ca Initial revision by Martin v. Löwis · 22 years ago
  50. aeff668 Remove mentioning of -U option in "python -h" output. by Marc-André Lemburg · 22 years ago
  51. 2c146bf start() and stop() methods: return None where there is no exception; by Fred Drake · 22 years ago
  52. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 22 years ago
  53. ab034fa Implement os.waitpid() for Windows, in a way that's compatible with Linux by Tim Peters · 22 years ago
  54. cf6bfe4 Oh look, another one. by Michael W. Hudson · 22 years ago
  55. 67fb0c3 I think this fixes by Michael W. Hudson · 22 years ago
  56. 5aa9160 Expose more MS WIndows constants usable w/ low-level os.open(). by Tim Peters · 22 years ago
  57. 2a47c0f Fix spelling mistakes. Bugfix candidates. by Neal Norwitz · 22 years ago
  58. 84432eb Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962. by Martin v. Löwis · 22 years ago
  59. 902952b Removed an XXX question (the answer is "yes" <wink>). by Tim Peters · 22 years ago
  60. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  61. c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 22 years ago
  62. 8f51460 Change some spaces to tabs. I don't *think* that was me, but it by Michael W. Hudson · 22 years ago
  63. f242812 Fix for by Michael W. Hudson · 22 years ago
  64. 02af964 Patch #504225: add plan9 ifdef to timemodule floatsleep. by Martin v. Löwis · 22 years ago
  65. 4f3a62d There's no need for typechecks on the second and third argument of by Guido van Rossum · 22 years ago
  66. 175af25 Export SIGINFO. Fixes #502077. by Martin v. Löwis · 23 years ago
  67. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  68. 3e3eacb Fixed "u#" parser marker to pass through Unicode objects as-is without by Marc-André Lemburg · 23 years ago
  69. 9322727 Patch #497126: Always compile dl. by Martin v. Löwis · 23 years ago
  70. 1baeba6 Add fcntl.h constants from glibc 2.2.4. Fixes #496171. by Martin v. Löwis · 23 years ago
  71. bb2501f Due to a cut-and-paste error, the type object exported under the name by Guido van Rossum · 23 years ago
  72. 3cde2cb Add TCP socket options from glibc 2.2.4. Fixes #495680. 2.2.1 bugfix candidate. by Martin v. Löwis · 23 years ago
  73. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
  74. 500bd03 SF bug #495021: Crash calling os.stat with a trailing backslash by Tim Peters · 23 years ago
  75. 950dce6 save(): Fix for SF bug #494904: Cannot pickle a class with a by Guido van Rossum · 23 years ago
  76. 1fbb577 SF bug #494738: binascii_b2a_base64 overwrites memory. by Tim Peters · 23 years ago
  77. 4befff9 initxxsubtype(): Add a comment to make the magic clearer; I doubt it's by Tim Peters · 23 years ago
  78. a7b9b3c Use PyType_Ready() for initialization of the ob_type field of our by Guido van Rossum · 23 years ago
  79. dd5c05f David Abrahams tried to compile this as a separate DLL under MSVC, and by Tim Peters · 23 years ago
  80. 65760b2 Give xxsubtype a module docstring, so its oddball purpose is discoverable by Tim Peters · 23 years ago
  81. cb85244 Mods by Tony Lownds (patch 490100, slightly massaged by me) to make Tkinter by Jack Jansen · 23 years ago
  82. 82b2307 bug #133283, #477728, #483789, #490573 by Fredrik Lundh · 23 years ago
  83. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  84. 7745218 SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initialization by Guido van Rossum · 23 years ago
  85. 25059d3 SF patch #489173: Make os.spawnv not block the interpreter, from by Tim Peters · 23 years ago
  86. 2f09812 O_cwrite(): rewrote for clarity, replacing all the (Oobject *)self by Guido van Rossum · 23 years ago
  87. 4e17384 Fix for #489672 (Neil Norwitz): memory leak in test_sre. by Guido van Rossum · 23 years ago
  88. eb4b7ba audioop_ratecv() again: settle for a sloppier upper bound that's less by Tim Peters · 23 years ago
  89. a631f58 Undefine addrinfo.h constants if the system header defined them. Fixes #486099. by Martin v. Löwis · 23 years ago
  90. 2554dd9 Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot. by Jeremy Hylton · 23 years ago
  91. 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
  92. 3127c28 audioop_ratecv(): I left a potentially unsafe multiply unchecked by Tim Peters · 23 years ago
  93. 8b55b2d Fix memory leak in the parser module: There were two leaks in by Fred Drake · 23 years ago
  94. 1691bd9 SF bug 482574: audioop.ratecv crashes. by Tim Peters · 23 years ago
  95. 62c1e3c Make sure to propogate errors that arise when profiling data cannot be by Fred Drake · 23 years ago
  96. 22a51ef More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  97. c8996f5 posix_execve(), posix_spawnve(), posix_putenv(): by Tim Peters · 23 years ago
  98. 55070f5 Changed logic for finding python home in Mac OS X framework Pythons. by Jack Jansen · 23 years ago
  99. f8a6f24 Check for NULL return value of PyList_New (follow-up to patch #486743). by Martin v. Löwis · 23 years ago
  100. b3cfc1d Patch #481718: Time module doc string changes. by Martin v. Löwis · 23 years ago