1. 3b918c3 Comment out the getcwdu implementation for --disable-unicode builds by Walter Dörwald · 22 years ago
  2. 2100798 Always call tparm with 10 arguments. It seems it's not varargs i by Michael W. Hudson · 22 years ago
  3. 21645fc Don't try to use unsupported DB versions. by Martin v. Löwis · 22 years ago
  4. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago
  5. 47ec6c0 Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on by Neil Schemenauer · 22 years ago
  6. 08c4cc4 Use PyInt_AsLong instead of PyInt_AS_LONG after the call to by Walter Dörwald · 22 years ago
  7. addfe0c Make private functions static so we don't pollute the namespace by Neal Norwitz · 22 years ago
  8. 774348c Fix typo. by Martin v. Löwis · 22 years ago
  9. 6ee6db8 bz2_compress/bz2_decompress: more casting away LONG_LONG for by Tim Peters · 22 years ago
  10. 39185d6 BZ2Decomp_decompress(): Fixed more long vs LONG_LONG confusions. by Tim Peters · 22 years ago
  11. 2858e5e BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions. by Tim Peters · 22 years ago
  12. f29f0c6 BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument to by Tim Peters · 22 years ago
  13. 07f075c BZ2Comp_compress(): changed decl of totalout to LONG_LONG, since it's by Tim Peters · 22 years ago
  14. a17c0c4 Repaired signed-vs-unsigned mismatch. by Tim Peters · 22 years ago
  15. e322809 This couldn't compile on WIndows, due to hardcoded "long long". Repaired. by Tim Peters · 22 years ago
  16. 49ea7be * Modules/bz2module.c by Gustavo Niemeyer · 22 years ago
  17. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  18. 1f043e2 Enforce valid filemode. Fixes SF Bug #623464. by Thomas Heller · 22 years ago
  19. c523b04 Fixed sre bug "[#581080] Provoking infinite scanner loops". by Gustavo Niemeyer · 22 years ago
  20. 7e23f00 [Patch #633635 from David M. Cooke] by Andrew M. Kuchling · 22 years ago
  21. 4e7be06 Fixed bug #470582, using a modified version of patch #527371, from Greg Chapman. by Gustavo Niemeyer · 22 years ago
  22. 7d7930b * bzmodule.c More fixes of XDECREF'd values not initialized. by Gustavo Niemeyer · 22 years ago
  23. 18142c0 Fix SF #633935, test_bz2 fails by Neal Norwitz · 22 years ago
  24. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  25. 6623906 SF #633013, Fix NIS causing interpreter core dump by Neal Norwitz · 22 years ago
  26. 39d22e5 Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O. by Neal Norwitz · 22 years ago
  27. 94a83fd Fix SF #632624, test_resource failure on alpha/64bit by Neal Norwitz · 22 years ago
  28. d631ebe Remove extra argument in mknod. Fixes #632628. by Martin v. Löwis · 22 years ago
  29. 0ae2981 Add docstrings to register, lookup, register_error by Walter Dörwald · 22 years ago
  30. 3adefcc Use personal e-mail address by Andrew M. Kuchling · 22 years ago
  31. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  32. c9d07df Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED. by Martin v. Löwis · 22 years ago
  33. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  34. 5134a54 Fix minor whitespace nit, for consistency with Python's C style rules. by Fred Drake · 22 years ago
  35. 60a5d72 Patch #623780: Replace obsolete struct macros. by Martin v. Löwis · 22 years ago
  36. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  37. 1e700d2 posix_execve(): add missing argument for "et" format in PyArg_Parse() by Guido van Rossum · 22 years ago
  38. c18b308 Fix a few docstrings, remove extra commas by Neal Norwitz · 22 years ago
  39. 98a355d SF #621948, update docstring for md5 by David M. Cooke. Will backport. by Neal Norwitz · 22 years ago
  40. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  41. 60c8a3a GNU readline() mistakenly sets the LC_CTYPE locale. by Guido van Rossum · 22 years ago
  42. 114619e Apply file system default encoding to exec and spawn path and arguments. by Martin v. Löwis · 22 years ago
  43. 92e4dd8 s/_alloca/alloca/g; Windows doesn't need the former, at least not unless by Tim Peters · 22 years ago
  44. d389036 Trivial fix to the pep277 checkin: ensure that exceptions always have a filename attribute (previously did only when string filenames were passed, but not when unicode) by Mark Hammond · 22 years ago
  45. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  46. 3c6d6f2 Support UCS-4 builds. by Martin v. Löwis · 22 years ago
  47. 71e25a0 Eliminate constness warnings with Tcl 8.4. by Martin v. Löwis · 22 years ago
  48. 6bfa2e6 Drop support for Tk 8.0 and 8.1. by Martin v. Löwis · 22 years ago
  49. 21ee409 Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. by Martin v. Löwis · 22 years ago
  50. 9b1a80b Patch for the DEC Alpha under Linux, by Lee Busby. by Guido van Rossum · 22 years ago
  51. 7bdabe6 I did fix too much - including winsock.h is sufficient. by Thomas Heller · 22 years ago
  52. 106f4c7 On Windows, call WSAGetLastError() to retrieve the error number. by Thomas Heller · 22 years ago
  53. 117ac85 Be more careful with the type of the xmlhandlersetter; it takes an by Fred Drake · 22 years ago
  54. 8eb92a0 Patch #608999: Fix portability problems with MIPSPro 7.x by Martin v. Löwis · 22 years ago
  55. 29275c9 Deal with NULL fields in mkpwent. by Martin v. Löwis · 22 years ago
  56. ceb7c18 Deal with a NULL gr_passwd. Reported by Anders Qvist. by Martin v. Löwis · 22 years ago
  57. 658009a Make BadPickleGet a class. Fixes #609164. by Martin v. Löwis · 22 years ago
  58. bd6be7a I think it makes more sense that the pseudo filename used by fdopen() by Guido van Rossum · 22 years ago
  59. bcf9f9e SF # 602108 ensure string is null terminated after strncpy by Neal Norwitz · 22 years ago
  60. 806d1c8 Fix *really* embarrassing typo reported by Raymond Hettinger. by Michael W. Hudson · 22 years ago
  61. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  62. 96940cf extract_time(): Squash compiler warning about possibly information- by Tim Peters · 22 years ago
  63. 076b209 Add missing return statement. by Martin v. Löwis · 22 years ago
  64. 6aa9fdb Use utimes(2) where available to support microsecond timestamps. by Martin v. Löwis · 22 years ago
  65. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  66. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  67. b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
  68. 884baa1 --with(out)-thread is deprecated according to configure --help by Neal Norwitz · 22 years ago
  69. 83a072d Update the module doc comment. by Guido van Rossum · 22 years ago
  70. 960bc54 (Most of) SF patch 601369 (Christos Georgiou): obmalloc,structmodule: by Guido van Rossum · 22 years ago
  71. f57b22a Minor change for symmetry with PyXML: PyDoc_STR should not include by Fred Drake · 22 years ago
  72. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  73. 674deb2 SF bug 601775 - some int results that should be bool. by Guido van Rossum · 22 years ago
  74. 5959c55 Added __pow__(a,b) to the operator module. Completes the pattern of by Raymond Hettinger · 22 years ago
  75. 7dca21e SF bug 595919: popenN return only text mode pipes by Tim Peters · 22 years ago
  76. 84b2bed Squash a few calls to the hideously expensive PyObject_CallObject(o,a) by Guido van Rossum · 22 years ago
  77. 0a51b58 base64.decodestring('') should return '' instead of raising an by Barry Warsaw · 22 years ago
  78. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  79. 8a8da79 Patch #505705: Remove eval in pickle and cPickle. by Martin v. Löwis · 22 years ago
  80. 72cf6a8 Fix memory leaks reported by valgrind by Neal Norwitz · 22 years ago
  81. 23b5918 add some example docstrings using PyDoc_STR by Skip Montanaro · 22 years ago
  82. d9e7d24 add PyDoc_STR and PyDoc_STRVAR calls as examples for module authors by Skip Montanaro · 22 years ago
  83. 200788c Allow more docstrings to be removed during compilation in some modules by Neal Norwitz · 22 years ago
  84. 4030714 For new-style classes, we can now test for tp_del instead of asking by Guido van Rossum · 22 years ago
  85. 9cf424b On Cygwin, put stdin, stderr, and stdout in binary mode when the -u by Sjoerd Mullender · 22 years ago
  86. 90128ba SF bug #592645 fix memory leak in socket.getaddrinfo by Neal Norwitz · 22 years ago
  87. 9d416a7 Update the text on the Expat module and library. by Fred Drake · 22 years ago
  88. 12e3c71 The other half of the patches added to SF patch 555085 by A I by Guido van Rossum · 22 years ago
  89. 22a9715 Clean up some docstrings. Some docstrings didn't show their return by Guido van Rossum · 22 years ago
  90. 4df78cd Patch #588561: Cygwin _hotshot patch by Jason Tishler · 22 years ago
  91. 3f19b10 Replace abort with Py_FatalError. by Martin v. Löwis · 22 years ago
  92. 5814187 internal_connect(): Windows. When sock_timeout > 0 and connect() yields by Tim Peters · 22 years ago
  93. 8ee5243 Mark xreadlines deprecated. Don't use f.xreadlines() in test_iter.py. by Guido van Rossum · 22 years ago
  94. 5f8a23f Since the errno module is needed by os._execvpe(), and that is used by the by Fred Drake · 22 years ago
  95. 7d6e19d Add trace_frame. Fixes #534864. Backported to 2.2. by Martin v. Löwis · 22 years ago
  96. 5a39530 Add recursion counter for pickling. Fixes #576084. by Martin v. Löwis · 22 years ago
  97. 610291c Fix ref(), proxy() docstrings, based on comments from David Abrahams. by Fred Drake · 22 years ago
  98. 71ffc5c add #include branch for compilation with Berkeley DB by Skip Montanaro · 22 years ago
  99. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  100. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago