1. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  2. b0aaec5 Convert more METH_OLDARGS & PyArg_Parse() by Neal Norwitz · 22 years ago
  3. 187ae56 Get rid of more PyArg_Parse & METH_OLDARGS. by Neal Norwitz · 22 years ago
  4. 2f6ef4c Reindent. Break long lines. Move comments before the statements. by Martin v. Löwis · 22 years ago
  5. 4baedc1 Use the PyModule_Add*() APIs instead of manipulating the module dict directly. by Fred Drake · 22 years ago
  6. 9bb7432 Remove all but one use of the module dict. by Fred Drake · 22 years ago
  7. d63e504 Remove unused variable and call to PyModule_GetDict(). by Fred Drake · 22 years ago
  8. acee69f Switch to using METH_NOARGS where possible. by Fred Drake · 22 years ago
  9. 43c9d8a Remove UNLESS. by Martin v. Löwis · 22 years ago
  10. f4e3484 Use the PyModule_*() API instead of manipulating the module dictionary directly. by Fred Drake · 22 years ago
  11. 02098fa Get rid of all METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 22 years ago
  12. dfd59e0 mpz_float() only takes one parameter now by Neal Norwitz · 22 years ago
  13. 767f835 Get rid of warnings due to changing to METH_NOARGS by Neal Norwitz · 22 years ago
  14. 28faa1b Convert METH_OLDARGS -> METH_NOARGS: remove args parameter by Neal Norwitz · 22 years ago
  15. bb2769f Revert use of METH_OLDARGS (use 0) to support 1.5.2 by Neal Norwitz · 22 years ago
  16. b82d34f Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple by Neal Norwitz · 22 years ago
  17. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  18. 50905b5 Convert from using METH_OLDARGS to METH_NOARGS. These should be safe. by Neal Norwitz · 22 years ago
  19. 01b2694 Fix whitespace by Neal Norwitz · 22 years ago
  20. b049325 Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flags by Neal Norwitz · 22 years ago
  21. cc07ec1 Add missing typecast. by Neil Schemenauer · 22 years ago
  22. f4a4fb9 [Patch #536769] Add -Xcompiler flag for adding arguments and switches for by Andrew M. Kuchling · 22 years ago
  23. b883310 Make _PyObject_GC_UnTrack do nothing if WITH_CYCLE_GC is not defined. by Neil Schemenauer · 22 years ago
  24. 78662cf Add type cast. by Neil Schemenauer · 22 years ago
  25. ff413af This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). by Guido van Rossum · 22 years ago
  26. f841aa6 Add a simple test of the METH_CLASS and METH_STATIC flags for type methods. by Fred Drake · 22 years ago
  27. 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 22 years ago
  28. 496f9e4 Don't imply XPG4 constants from CODESET presence. Fixes #534153. 2.2.2 candiate. by Martin v. Löwis · 22 years ago
  29. 4632117 Missed change METH_OLDARGS to METH_NOARGS for two aliased functions by Neal Norwitz · 22 years ago
  30. 7e78acb Remove last occurrance of PyArg_GetInt. It is deprecated, by Neal Norwitz · 22 years ago
  31. 2358425 Missed change METH_OLDARGS to METH_NOARGS for two aliased functions by Neal Norwitz · 22 years ago
  32. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  33. 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
  34. 29ac3cb Expose RLIM_INFINITY constant. Closes SF patch 489066. by Neil Schemenauer · 22 years ago
  35. 0f75e0d Add get_history_item, get_current_history_length, and redisplay functions. by Neil Schemenauer · 22 years ago
  36. fa79c65 Match behavior of the pickle.py module more closely. by Neil Schemenauer · 22 years ago
  37. 94b866a Handle os.listdir("") case correctly on Windows. Closes bug 500705. by Neil Schemenauer · 22 years ago
  38. 1b0e4fc Use pymalloc for realloc() as well. by Neil Schemenauer · 22 years ago
  39. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  40. 3afb2d2 Remove compiler warnings on Solaris 8. Can go into 2.2.x, but not necessary. by Neal Norwitz · 22 years ago
  41. 5909402 Remove extraneous #define as per effbot's instructions in: by Neal Norwitz · 22 years ago
  42. d4233b2 Include Python.h first. Fixes #530159. by Martin v. Löwis · 22 years ago
  43. dc0b61d Verify arguments for nl_langinfo. Fixes #528879. by Martin v. Löwis · 22 years ago
  44. 1de5a72 Change the example code to prefer PyModule_Add*() instead of using the by Fred Drake · 22 years ago
  45. 193a3f6 Update docstrings to use te attribute names of the new structures returned by Fred Drake · 22 years ago
  46. 556a938 Changed C++ comment into standard comment. by Sjoerd Mullender · 22 years ago
  47. dc5a508 SF bug 525705: [2.2] underflow raise OverflowException. by Tim Peters · 22 years ago
  48. b189b07 Fix SF bug #526518 by Jeremy Hylton · 22 years ago
  49. c9ffa06 SF bug 515943: searching for data with \0 in mmap. by Tim Peters · 22 years ago
  50. aa158be Remove tp_print. by Martin v. Löwis · 22 years ago
  51. bc2e10e Python no longer compiled on Windows, due to #include file confusion by Tim Peters · 22 years ago
  52. 6c73af2 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  53. ba43e87 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  54. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  55. 6f33250 SF patch 517245 by Marc Recht. by Guido van Rossum · 22 years ago
  56. dbd55b3 Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  57. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 22 years ago
  58. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 22 years ago
  59. 666e70d Add documentation about how the inter-module linking works. by Marc-André Lemburg · 22 years ago
  60. 643a7fc Moved the declaration of PySocketSock_Type from socketmodule.h to by Tim Peters · 22 years ago
  61. 6f5505a For readability, switch to tab indents; was using a mix of tab indents, by Tim Peters · 22 years ago
  62. b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 22 years ago
  63. e6cc5b6 Remove extraneous variable 'total', as reported by James Rucker. by Martin v. Löwis · 22 years ago
  64. 976ade6 Also fix the comment. by Marc-André Lemburg · 22 years ago
  65. bb8b78b Fix the name of the header file. by Marc-André Lemburg · 22 years ago
  66. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 22 years ago
  67. 2eeec9b Fix typo. by Fred Drake · 22 years ago
  68. 78f6c86 Use PyModule_AddObject() instead of accessing the module dict directly. by Fred Drake · 22 years ago
  69. cca657b Use PyModule_AddIntConstant() instead of creating a private helper function. by Fred Drake · 22 years ago
  70. 0c1ceaf Simon Budig's patch (posted by me): by Michael W. Hudson · 22 years ago
  71. 8fef47b Define VERSION in expat.h. by Martin v. Löwis · 22 years ago
  72. 9ad4b68 Windows time_clock(): rewrite to get rid of horrid casting tricks. by Tim Peters · 22 years ago
  73. b48d198 "Generate" from expat.h.in, for 1.95.2. by Martin v. Löwis · 22 years ago
  74. 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
  75. cf453fe Use included Expat library. Drop support for older expat versions. by Martin v. Löwis · 22 years ago
  76. 481f68a Disable usage of Expat's config.h. by Martin v. Löwis · 22 years ago
  77. 1dbb1ca Initial revision by Martin v. Löwis · 22 years ago
  78. aeff668 Remove mentioning of -U option in "python -h" output. by Marc-André Lemburg · 22 years ago
  79. 2c146bf start() and stop() methods: return None where there is no exception; by Fred Drake · 22 years ago
  80. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 22 years ago
  81. ab034fa Implement os.waitpid() for Windows, in a way that's compatible with Linux by Tim Peters · 22 years ago
  82. cf6bfe4 Oh look, another one. by Michael W. Hudson · 22 years ago
  83. 67fb0c3 I think this fixes by Michael W. Hudson · 22 years ago
  84. 5aa9160 Expose more MS WIndows constants usable w/ low-level os.open(). by Tim Peters · 22 years ago
  85. 2a47c0f Fix spelling mistakes. Bugfix candidates. by Neal Norwitz · 22 years ago
  86. 84432eb Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962. by Martin v. Löwis · 22 years ago
  87. 902952b Removed an XXX question (the answer is "yes" <wink>). by Tim Peters · 22 years ago
  88. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  89. c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 23 years ago
  90. 8f51460 Change some spaces to tabs. I don't *think* that was me, but it by Michael W. Hudson · 23 years ago
  91. f242812 Fix for by Michael W. Hudson · 23 years ago
  92. 02af964 Patch #504225: add plan9 ifdef to timemodule floatsleep. by Martin v. Löwis · 23 years ago
  93. 4f3a62d There's no need for typechecks on the second and third argument of by Guido van Rossum · 23 years ago
  94. 175af25 Export SIGINFO. Fixes #502077. by Martin v. Löwis · 23 years ago
  95. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  96. 3e3eacb Fixed "u#" parser marker to pass through Unicode objects as-is without by Marc-André Lemburg · 23 years ago
  97. 9322727 Patch #497126: Always compile dl. by Martin v. Löwis · 23 years ago
  98. 1baeba6 Add fcntl.h constants from glibc 2.2.4. Fixes #496171. by Martin v. Löwis · 23 years ago
  99. bb2501f Due to a cut-and-paste error, the type object exported under the name by Guido van Rossum · 23 years ago
  100. 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