1. f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 19 years ago
  2. c4308d5 two missing PyDoc_STR(). by Armin Rigo · 19 years ago
  3. cd4d1e8 [ 959576 ] Can't build Python on POSIX w/o $HOME by Georg Brandl · 19 years ago
  4. c338999 SF#1389809 by Fredrik Lundh · 19 years ago
  5. ce3a913 Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the by Barry Warsaw · 19 years ago
  6. 9dbc7dd Remove extra parens by Neal Norwitz · 19 years ago
  7. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  8. a3bdc2c Handle a couple of use cases discussed in python-dev w.r.t. calculating the by Barry Warsaw · 19 years ago
  9. 0149e3a Fixed None reference leaks in TreeBuilder class (reported by Neal Norwitz) by Fredrik Lundh · 19 years ago
  10. 8856fb7 SF Patch #1365916, mmap fails on AMD64 by Neal Norwitz · 19 years ago
  11. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  12. b80775e Fixed reference counting error when using the entity dictionary by Fredrik Lundh · 19 years ago
  13. 6d52b55 updating to cElementTree 1.0.5 (step 3 of 3) by Fredrik Lundh · 19 years ago
  14. 8c8836b updating to cElementTree 1.0.5 (step 2 of 3) by Fredrik Lundh · 19 years ago
  15. 7cfe6ee updating to cElementTree 1.0.5 by Fredrik Lundh · 19 years ago
  16. c97ba70 added PSG licensing blurb by Fredrik Lundh · 19 years ago
  17. 14b4fea renamed to _elementtree (for Python 2.5) by Fredrik Lundh · 19 years ago
  18. 0c53bfd copied cElementTree 1.0.4 to Modules by Fredrik Lundh · 19 years ago
  19. 5c8cc25 Added the 'ULL' prefix to the unsigned long long literal constants. by Armin Rigo · 19 years ago
  20. cc117db moved magic into structure (mainly to simplify the client code) by Fredrik Lundh · 19 years ago
  21. d7a4288 renamed dispatch -> capi to match other CAPI implementations by Fredrik Lundh · 19 years ago
  22. c334504 added cobject-based expat dispatch mechanism to pyexpat by Fredrik Lundh · 19 years ago
  23. c5c57e6 Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module by Hye-Shik Chang · 19 years ago
  24. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  25. de5f05f Nobody on python-dev seemed particularly bothered that Hotshot generates half- by Armin Rigo · 19 years ago
  26. a13c244 Bug #869197: setgroups rejects long integer argument by Georg Brandl · 19 years ago
  27. bb7e800 [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo. by Andrew M. Kuchling · 19 years ago
  28. f5b7fd2 update busted comment by Fred Drake · 19 years ago
  29. f4afb21 similar to SF bug 847019: a quick check in the time() constructor, which by Armin Rigo · 19 years ago
  30. 0f46bbf Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint by Neal Norwitz · 19 years ago
  31. 9fd115c Whitespace cleanup. by Walter Dörwald · 19 years ago
  32. 6eac200 Cleanup the previous checkin. by Neal Norwitz · 19 years ago
  33. 7b63179 Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport. by Neal Norwitz · 19 years ago
  34. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  35. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
  36. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  37. 8456235 Get bsddb module to compile with version 3.2 of BSD DB. by Neal Norwitz · 19 years ago
  38. 331649a Change the internal "undefined codepoint" mark for CJKCodecs decoders by Hye-Shik Chang · 19 years ago
  39. cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 19 years ago
  40. a45770d SF Bug # 941346, AIX shared library fix by Neal Norwitz · 19 years ago
  41. 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago
  42. 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 19 years ago
  43. e677adc Fix parse errors in readline module when compiling without threads. by Georg Brandl · 19 years ago
  44. e9f8ec9 Commit memory leaking fix. by Georg Brandl · 19 years ago
  45. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  46. 9ceebd5 Patch #1288833: Removed thread lock from socket.getaddrinfo on by Hye-Shik Chang · 19 years ago
  47. 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 19 years ago
  48. 058bde1 SF Patch #1297028, cjkcodecs does not initialize type pointer by Neal Norwitz · 19 years ago
  49. 335ffe8 C89 compliance. by Armin Rigo · 19 years ago
  50. 3efd0a1 Remove unnecessary/extra parens when returning a value. by Neal Norwitz · 19 years ago
  51. 24b3c22 Forward port fixes for problems reported by valgrind by Neal Norwitz · 19 years ago
  52. 8b291e2 Patch #1213831: Fix typo in unicodedata._getcode. Will backport to Python 2.4. by Martin v. Löwis · 19 years ago
  53. bd9c3f7 Change type on variable to silence gcc 4 warning. Call signature was found at by Brett Cannon · 19 years ago
  54. 402b53d bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames by Georg Brandl · 19 years ago
  55. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  56. a8bcecc bug [ 1274069 ] bz2module.c compiler warning by Georg Brandl · 19 years ago
  57. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 19 years ago
  58. b3f55f4 SF bug #1072182: bad arg type to isspace in struct module by Raymond Hettinger · 19 years ago
  59. d2e3ba7 patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 19 years ago
  60. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  61. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 19 years ago
  62. 26292a3 Remove the C99 "ULL" suffix from the 64bit unsigned long constants. by Gregory P. Smith · 19 years ago
  63. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  64. 33a5f2a Fix BZ2File.(x)readlines() for files without a newline. by Georg Brandl · 19 years ago
  65. f09582e Correct definition of ST_GEN_IDX. by Martin v. Löwis · 19 years ago
  66. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 19 years ago
  67. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  68. 97bb8ad Fix a typo. (found by Jong-uk Kim) by Hye-Shik Chang · 19 years ago
  69. 8137bea This is barry-scott's patch: by Michael W. Hudson · 19 years ago
  70. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  71. b896381 Fix bug by Michael W. Hudson · 19 years ago
  72. 188d436 Fix bug: by Michael W. Hudson · 19 years ago
  73. 3b1cbf9 Add missing INCREF. by Neil Schemenauer · 19 years ago
  74. 8966d3d remove c++ style comment by Gregory P. Smith · 19 years ago
  75. b5e7ff4 Fix check for error condition by Andrew M. Kuchling · 19 years ago
  76. 32c5d42 Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. Why by Skip Montanaro · 19 years ago
  77. 2368b3c Consistently use hard tabs for indentation. by Michael W. Hudson · 19 years ago
  78. 64e0814 Add a missing incref. by Michael W. Hudson · 19 years ago
  79. d60fbd4 Leak fix from Michael Hudson. Fix memory leak when dialect doesn't by Skip Montanaro · 19 years ago
  80. 52a14c3 [Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr() to size of allocated buffer by Andrew M. Kuchling · 19 years ago
  81. ac741c5 change set_bt_compare() callback comparison function to only take two by Gregory P. Smith · 19 years ago
  82. 91116b6 additional sanity check. secondaryDB cannot be closed. by Gregory P. Smith · 19 years ago
  83. 692ca9a fixes pybsddb SF bug id 1215432. DB.associate() would crash when a by Gregory P. Smith · 19 years ago
  84. 4c560ea Correct URL to the official UnicodeData 3.2.0 resource. (Reported by Hye-Shik Chang · 19 years ago
  85. e947706 pybsddb 4.3.2: by Gregory P. Smith · 19 years ago
  86. 6b95f1d Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 19 years ago
  87. e4ed2de pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison by Gregory P. Smith · 19 years ago
  88. a43ece9 Delete some vestigial code; execution will never reach the 'if' statement if args is NULL by Andrew M. Kuchling · 19 years ago
  89. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  90. 5ff1492 Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. by Skip Montanaro · 19 years ago
  91. f418991 Flush out support for ``class B(): pass`` syntax by adding support to the by Brett Cannon · 19 years ago
  92. e3afc59 In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, by Michael W. Hudson · 19 years ago
  93. 9ef852c Make that a C, not a C++, comment. by Michael W. Hudson · 19 years ago
  94. 2ea3072 Add a comment explaining the import of longintrepr.h. by Michael W. Hudson · 19 years ago
  95. cf18a5d Fill docstrings for module and functions, extracted from the tex by Hye-Shik Chang · 19 years ago
  96. da6242c Fixes for by Michael W. Hudson · 19 years ago
  97. 9a8c314 Be a bit more accurate. by Michael W. Hudson · 19 years ago
  98. b47039f I don't think it's particularly accurate to say Guido is maintaining by Michael W. Hudson · 19 years ago
  99. 0f26054 Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE, by Greg Ward · 19 years ago
  100. d73202c Apply remove's mutation test after every equality test. by Raymond Hettinger · 19 years ago