1. 643a7fc Moved the declaration of PySocketSock_Type from socketmodule.h to by Tim Peters · 22 years ago
  2. 6f5505a For readability, switch to tab indents; was using a mix of tab indents, by Tim Peters · 22 years ago
  3. b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 22 years ago
  4. e6cc5b6 Remove extraneous variable 'total', as reported by James Rucker. by Martin v. Löwis · 22 years ago
  5. 976ade6 Also fix the comment. by Marc-André Lemburg · 22 years ago
  6. bb8b78b Fix the name of the header file. by Marc-André Lemburg · 22 years ago
  7. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 22 years ago
  8. 2eeec9b Fix typo. by Fred Drake · 22 years ago
  9. 78f6c86 Use PyModule_AddObject() instead of accessing the module dict directly. by Fred Drake · 22 years ago
  10. cca657b Use PyModule_AddIntConstant() instead of creating a private helper function. by Fred Drake · 22 years ago
  11. 0c1ceaf Simon Budig's patch (posted by me): by Michael W. Hudson · 22 years ago
  12. 8fef47b Define VERSION in expat.h. by Martin v. Löwis · 22 years ago
  13. 9ad4b68 Windows time_clock(): rewrite to get rid of horrid casting tricks. by Tim Peters · 22 years ago
  14. b48d198 "Generate" from expat.h.in, for 1.95.2. by Martin v. Löwis · 22 years ago
  15. 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
  16. cf453fe Use included Expat library. Drop support for older expat versions. by Martin v. Löwis · 22 years ago
  17. 481f68a Disable usage of Expat's config.h. by Martin v. Löwis · 22 years ago
  18. 1dbb1ca Initial revision by Martin v. Löwis · 22 years ago
  19. aeff668 Remove mentioning of -U option in "python -h" output. by Marc-André Lemburg · 22 years ago
  20. 2c146bf start() and stop() methods: return None where there is no exception; by Fred Drake · 22 years ago
  21. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 22 years ago
  22. ab034fa Implement os.waitpid() for Windows, in a way that's compatible with Linux by Tim Peters · 22 years ago
  23. cf6bfe4 Oh look, another one. by Michael W. Hudson · 22 years ago
  24. 67fb0c3 I think this fixes by Michael W. Hudson · 22 years ago
  25. 5aa9160 Expose more MS WIndows constants usable w/ low-level os.open(). by Tim Peters · 22 years ago
  26. 2a47c0f Fix spelling mistakes. Bugfix candidates. by Neal Norwitz · 22 years ago
  27. 84432eb Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962. by Martin v. Löwis · 22 years ago
  28. 902952b Removed an XXX question (the answer is "yes" <wink>). by Tim Peters · 22 years ago
  29. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  30. c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 22 years ago
  31. 8f51460 Change some spaces to tabs. I don't *think* that was me, but it by Michael W. Hudson · 22 years ago
  32. f242812 Fix for by Michael W. Hudson · 22 years ago
  33. 02af964 Patch #504225: add plan9 ifdef to timemodule floatsleep. by Martin v. Löwis · 22 years ago
  34. 4f3a62d There's no need for typechecks on the second and third argument of by Guido van Rossum · 22 years ago
  35. 175af25 Export SIGINFO. Fixes #502077. by Martin v. Löwis · 22 years ago
  36. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  37. 3e3eacb Fixed "u#" parser marker to pass through Unicode objects as-is without by Marc-André Lemburg · 22 years ago
  38. 9322727 Patch #497126: Always compile dl. by Martin v. Löwis · 23 years ago
  39. 1baeba6 Add fcntl.h constants from glibc 2.2.4. Fixes #496171. by Martin v. Löwis · 23 years ago
  40. bb2501f Due to a cut-and-paste error, the type object exported under the name by Guido van Rossum · 23 years ago
  41. 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
  42. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
  43. 500bd03 SF bug #495021: Crash calling os.stat with a trailing backslash by Tim Peters · 23 years ago
  44. 950dce6 save(): Fix for SF bug #494904: Cannot pickle a class with a by Guido van Rossum · 23 years ago
  45. 1fbb577 SF bug #494738: binascii_b2a_base64 overwrites memory. by Tim Peters · 23 years ago
  46. 4befff9 initxxsubtype(): Add a comment to make the magic clearer; I doubt it's by Tim Peters · 23 years ago
  47. a7b9b3c Use PyType_Ready() for initialization of the ob_type field of our by Guido van Rossum · 23 years ago
  48. dd5c05f David Abrahams tried to compile this as a separate DLL under MSVC, and by Tim Peters · 23 years ago
  49. 65760b2 Give xxsubtype a module docstring, so its oddball purpose is discoverable by Tim Peters · 23 years ago
  50. cb85244 Mods by Tony Lownds (patch 490100, slightly massaged by me) to make Tkinter by Jack Jansen · 23 years ago
  51. 82b2307 bug #133283, #477728, #483789, #490573 by Fredrik Lundh · 23 years ago
  52. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  53. 7745218 SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initialization by Guido van Rossum · 23 years ago
  54. 25059d3 SF patch #489173: Make os.spawnv not block the interpreter, from by Tim Peters · 23 years ago
  55. 2f09812 O_cwrite(): rewrote for clarity, replacing all the (Oobject *)self by Guido van Rossum · 23 years ago
  56. 4e17384 Fix for #489672 (Neil Norwitz): memory leak in test_sre. by Guido van Rossum · 23 years ago
  57. eb4b7ba audioop_ratecv() again: settle for a sloppier upper bound that's less by Tim Peters · 23 years ago
  58. a631f58 Undefine addrinfo.h constants if the system header defined them. Fixes #486099. by Martin v. Löwis · 23 years ago
  59. 2554dd9 Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot. by Jeremy Hylton · 23 years ago
  60. 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
  61. 3127c28 audioop_ratecv(): I left a potentially unsafe multiply unchecked by Tim Peters · 23 years ago
  62. 8b55b2d Fix memory leak in the parser module: There were two leaks in by Fred Drake · 23 years ago
  63. 1691bd9 SF bug 482574: audioop.ratecv crashes. by Tim Peters · 23 years ago
  64. 62c1e3c Make sure to propogate errors that arise when profiling data cannot be by Fred Drake · 23 years ago
  65. 22a51ef More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  66. c8996f5 posix_execve(), posix_spawnve(), posix_putenv(): by Tim Peters · 23 years ago
  67. 55070f5 Changed logic for finding python home in Mac OS X framework Pythons. by Jack Jansen · 23 years ago
  68. f8a6f24 Check for NULL return value of PyList_New (follow-up to patch #486743). by Martin v. Löwis · 23 years ago
  69. b3cfc1d Patch #481718: Time module doc string changes. by Martin v. Löwis · 23 years ago
  70. 155aad1 Patch #486743: remove bad INCREF, propagate exception in append_objects. by Martin v. Löwis · 23 years ago
  71. 44ddbde Remove INET6 define. Use ENABLE_IPV6 instead. by Martin v. Löwis · 23 years ago
  72. 69b83b1 unicodedata_decomposition(): sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  73. c8fe77b Use identity instead of equality when looking for referrers. Fixes #485781. by Martin v. Löwis · 23 years ago
  74. 75cdad5 More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  75. 179c48c Use PyOS_snprintf() instead of sprintf(). by Jeremy Hylton · 23 years ago
  76. 1ceb5fb Repair a botched PyOS_snprintf conversion. by Tim Peters · 23 years ago
  77. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  78. d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
  79. 3072ecd Fix docstring typo by Andrew M. Kuchling · 23 years ago
  80. e75f0e4 Correct typo. Fixes #484611. by Martin v. Löwis · 23 years ago
  81. 560da62 Rename get_referents to get_referrers. Fixes #483815. by Martin v. Löwis · 23 years ago
  82. fba64e1 Test for negative buffer sizes. Fixes #482871. by Martin v. Löwis · 23 years ago
  83. 8188e79 assert.h was not always included by Python.h; make sure we import it for by Fred Drake · 23 years ago
  84. 9b481ff A change to sync with pickle.py: by Barry Warsaw · 23 years ago
  85. 5ebfd36 CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. by Tim Peters · 23 years ago
  86. 88d2131 new_code(): The last patch to this left behind an unreferenced local; by Tim Peters · 23 years ago
  87. bf5ca65 load_string(): Force use of unsigned compare in a context that was by Tim Peters · 23 years ago
  88. 43f2dc6 Limit string size on one-character-strings. Fixes #480384. by Martin v. Löwis · 23 years ago
  89. 00ff10c Patch in bug report #477700: Fix memory leaks in gdbm & curses. by Martin v. Löwis · 23 years ago
  90. 42ba08f Patch #473265: UpdatePairedHandlers nonsensical. by Martin v. Löwis · 23 years ago
  91. 1d7c55f Merge 1.42 from PyXML: Flag errors resulting from argument conversion problems. by Martin v. Löwis · 23 years ago
  92. 9f64caa Use PyObject_CheckReadBuffer(). by Jeremy Hylton · 23 years ago
  93. 03459a5 Fix memory leak. This is part of SF patch #478006. by Fred Drake · 23 years ago
  94. f12a68c Fix memory leak. This is (very!) similar to part of SF patch #478006. by Fred Drake · 23 years ago
  95. 03f96bd Fixes to compile cPickle.c & socketmodule.c on cygwin and possibly by Michael W. Hudson · 23 years ago
  96. f0b11d2 Fix memory leaks detecting in bug report #478003. by Martin v. Löwis · 23 years ago
  97. 10f9c07 Remove obsolete e-mail address by Andrew M. Kuchling · 23 years ago
  98. 603c683 SF patch 473749 compile under OS/2 VA C++, from Michael Muller. by Tim Peters · 23 years ago
  99. 0bd292f Correct argument parsing for alp_getstatus, which is METH_VARARGS. by Martin v. Löwis · 23 years ago
  100. dedbe25 Patch #474169: Move fdopen calls out of critical section. by Martin v. Löwis · 23 years ago