1. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  2. ddc6f47 Pass length of result structure into setipaddr. Fixes bug #565747. by Martin v. Löwis · 22 years ago
  3. 2026584 SF patch #577031, remove PyArg_NoArgs() since it's deprecated by Neal Norwitz · 22 years ago
  4. 77c72bb SF patch #577031, remove PyArg_Parse() since it's deprecated by Neal Norwitz · 22 years ago
  5. ce233b4 Fix last checkin, can't use " inside a string by Neal Norwitz · 22 years ago
  6. 611a710 Patch #552812: Better description in "python -h" for -u. by Martin v. Löwis · 22 years ago
  7. 09c35f7 Patch #575827: allow threads inside SSL creation. by Martin v. Löwis · 22 years ago
  8. 825e47b Put checks for error returns in the right place. by Jeremy Hylton · 22 years ago
  9. c075e19 Extended socket.htonl and ntohl to accept longs. by Jeremy Hylton · 22 years ago
  10. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  11. 0b624f6 unpack_string(): avoid a compiler warning (about a real bug!) by by Guido van Rossum · 22 years ago
  12. 814f9fe Return NULL instead of 0 from function with a pointer return value. by Fred Drake · 22 years ago
  13. d3c46d5 Patch to call the Pure python strptime implementation if there's no by Guido van Rossum · 22 years ago
  14. ad65490 Bail out early from internal_select() when socket file descriptor by Guido van Rossum · 22 years ago
  15. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  16. a12b4cf A Python float is a C double; redeclare defaulttimeout as such; stops by Tim Peters · 22 years ago
  17. 1693ba8 Silence warning about getdefaulttimeout in PyMethodDef. by Guido van Rossum · 22 years ago
  18. 7fa4bfa Fix indentation. by Jeremy Hylton · 22 years ago
  19. 666bf52 - When the log reader detects end-of-file, close the file. by Fred Drake · 22 years ago
  20. 9d0c8ce Add default timeout functionality. This adds setdefaulttimeout() and by Guido van Rossum · 22 years ago
  21. 5c3ed3d Mark the closed attribute of the profiler with PyDoc_STR(), and added by Fred Drake · 22 years ago
  22. d1eb8b6 Added a docstring for the closed attribute. by Fred Drake · 22 years ago
  23. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  24. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  25. 9cb64b9 Some modernization. Get rid of the redundant next() method. Always by Guido van Rossum · 22 years ago
  26. f042db6 Remove RCSId; this produces annoying warnings. by Fred Drake · 22 years ago
  27. 2335100 Wipe out some warnings about non-ANSI code and an unsafe arg to isdigit(). by Guido van Rossum · 22 years ago
  28. 39c6116 Given the persistent id code a shot at a class before calling save_global(). by Jeremy Hylton · 22 years ago
  29. 975e392 Fix bug 581232 - [Windows] Can not interrupt time.sleep() by Mark Hammond · 22 years ago
  30. ee66d0c /F revealed that ShellExecute() only requires shellapi.h, not the by Tim Peters · 22 years ago
  31. 155adbd Fix bug 231273 - [windows] os.popen doens't kill subprocess when interrupted by Mark Hammond · 22 years ago
  32. 7a1f917 WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few by Tim Peters · 22 years ago
  33. 9ee91f1 remove decl of unused variable by Jeremy Hylton · 22 years ago
  34. 0e1f7a8 Do more robust test of whether global objects are accessible. by Jeremy Hylton · 22 years ago
  35. 803526b Trashcan cleanup: Now that cyclic gc is always there, the trashcan by Tim Peters · 22 years ago
  36. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  37. 8b7f131 gc_list_move defined but not used. by Michael W. Hudson · 22 years ago
  38. 934c1a1 Another stab at SF 576327: zipfile when sizeof(long) == 8 by Tim Peters · 22 years ago
  39. aab713b visit_decref(): Added another assert. by Tim Peters · 22 years ago
  40. a98011c Fix for SF bug #576327: zipfile when sizeof(long) == 8 by Tim Peters · 22 years ago
  41. 4e54730 Repair badly formatted code. by Jeremy Hylton · 22 years ago
  42. 6fc13d9 Finished transitioning to using gc_refs to track gc objects' states. by Tim Peters · 22 years ago
  43. b28467b Do not depend on pymemcompat.h (was only used for PyXML); Martin likes by Fred Drake · 22 years ago
  44. 84262fb Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo(). by Jack Jansen · 22 years ago
  45. ea40563 Reserved another gc_refs value for untracked objects. Every live gc by Tim Peters · 22 years ago
  46. 7c75bf2 Bring this back into sync with PyXML revision 1.58. by Fred Drake · 22 years ago
  47. 19b74c7 OK, I couldn't stand it <0.5 wink>: removed all uncertainty about what's by Tim Peters · 22 years ago
  48. 93cd83e visit_decref(): Two optimizations. by Tim Peters · 22 years ago
  49. 8839617 SF bug #574132: Major GC related performance regression by Tim Peters · 22 years ago
  50. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  51. b4fcf4d Define PyDoc_STRVAR if it is not available (PyXML 1.54). by Martin v. Löwis · 22 years ago
  52. 6b2cf0e Undo usage of PyOS_snprintf (rev. 1.51 of PyXML). by Martin v. Löwis · 22 years ago
  53. 2a3d7db Added character data buffering to pyexpat parser objects. by Fred Drake · 22 years ago
  54. 71b63ff pyexpat code cleanup and minor refactorings: by Fred Drake · 22 years ago
  55. c905164 Fix small bug. The count of objects in all generations younger then the by Neil Schemenauer · 22 years ago
  56. b91a36b Integrate the changes from PyXML's version of pyexpat.c revisions by Fred Drake · 22 years ago
  57. c5601f4 Undefine DPRINTF before defining it, there was a conflict with some other by Jack Jansen · 22 years ago
  58. 3a96702 Undefine TRUE and FALSE before redefining them. by Jack Jansen · 22 years ago
  59. f7ce04d Clean up docstrings: by Fred Drake · 22 years ago
  60. 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
  61. a0b9075 Corect speling and add \n\ to line ends in new docstring for access(). by Guido van Rossum · 22 years ago
  62. 7f59124 Clarified documentation for os.access(). by Fred Drake · 22 years ago
  63. 0add0e8 Removed newmodule.c from the project, and removed references to it from by Tim Peters · 22 years ago
  64. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  65. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  66. 4178515 SF # 533070 Silence AIX C Compiler Warnings by Neal Norwitz · 22 years ago
  67. 0c2c17c Use new PyDoc_STRVAR macro by Neal Norwitz · 22 years ago
  68. 35fc760 SF #561244 Micro optimizations by Neal Norwitz · 22 years ago
  69. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  70. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  71. 7b8bac1 Fix non-blocking connect() for Windows. Refactored the code by Guido van Rossum · 22 years ago
  72. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
  73. 74a3bec _Py prefix is verboten for static entry points by Andrew MacIntyre · 22 years ago
  74. 7aec4a2 work around name clash with OS/2 TCPIP routine sock_init() by Andrew MacIntyre · 22 years ago
  75. a039274 patch #562492 - prevent duplicate lines in history by Skip Montanaro · 22 years ago
  76. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  77. 804cdca Don't accept null bytes in the key. by Guido van Rossum · 22 years ago
  78. db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 22 years ago
  79. 1790e65 Move the conex_finally label up, so that the errno value is always returned. by Guido van Rossum · 22 years ago
  80. e8008f0 I decided to change the interaction between setblocking() and by Guido van Rossum · 22 years ago
  81. c4fcfa3 Major cleanup. Renamed static methods to avoid Py prefix. Other misc by Guido van Rossum · 22 years ago
  82. be8db07 Repair a comment. by Guido van Rossum · 22 years ago
  83. 3eede5a Whitespace normalization, folding long lines, uniform comment by Guido van Rossum · 22 years ago
  84. b9e916a Correct several blunders in the timeout code, mostly my own fault (for by Guido van Rossum · 22 years ago
  85. 8a13518 Remove casts to PyObject * when declaration is for PyObject * by Jeremy Hylton · 22 years ago
  86. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
  87. c9a5577 The insint() function is not used. Nuke it. by Guido van Rossum · 22 years ago
  88. e1c478f The tp_new implementation should initialize the errorhandler field, by Guido van Rossum · 22 years ago
  89. b5b5a26 Fix SF bug #557436, TclError is a str should be an Exception by Neal Norwitz · 22 years ago
  90. 3e12905 Remove unused static function by Neal Norwitz · 22 years ago
  91. 84271bb SF #558432: Prevent Annoying ' ' from readline (Holker Krekel). by Guido van Rossum · 22 years ago
  92. 8b6b491 The logreader object did not always refill the input buffer correctly by Neil Schemenauer · 22 years ago
  93. e85ee8d Issue an explicit error when we can't find an appropriate type for UINT4. by Guido van Rossum · 22 years ago
  94. 1e1542f This is patch by Michael W. Hudson · 22 years ago
  95. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  96. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  97. c9ca5c8 Whitespace normalization. by Tim Peters · 22 years ago
  98. a2b11ec Add IS_TRACKED and IS_MOVED macros. This makes the logic a little more clear. by Neil Schemenauer · 22 years ago
  99. 1755ad9 array_tounicode isn't defined in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  100. d6f2267 Added degrees() and radians() to mathmodule. Closes patch 552452 and by Raymond Hettinger · 22 years ago