1. 6e183f8 - Build using system ffi library on arm*-linux*, pass --with-system-ffi to CONFIG_ARGS by Matthias Klose · 17 years ago
  2. a45c487 Missing DECREFs by Raymond Hettinger · 17 years ago
  3. 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 17 years ago
  4. 9afb985 - Build using system ffi library on arm*-linux*. by Matthias Klose · 17 years ago
  5. e7becc5 Added unittest for calling a function with paramflags (backport from py3k branch). by Thomas Heller · 17 years ago
  6. f5ade63 Issue 1290. CharacterData.__repr__ was constructing a string by Facundo Batista · 17 years ago
  7. bababa3 Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__() by Vinay Sajip · 17 years ago
  8. 3a8daf5 Fixup error return and add support for intermixed ints and floats/ by Raymond Hettinger · 17 years ago
  9. 3f8caa3 Optimize sum() for integer and float inputs. by Raymond Hettinger · 17 years ago
  10. cd3c108 Fixup news entry by Raymond Hettinger · 17 years ago
  11. 6d57c82 Update name by Andrew M. Kuchling · 17 years ago
  12. 01a0957 Shorter name for namedtuple() by Raymond Hettinger · 17 years ago
  13. 910ab50 Issue 1307 by Derek Shockey, fox the same bug for RCPT. Neal: please backport! by Guido van Rossum · 17 years ago
  14. fef8be6 Update Pygments version from externals. by Georg Brandl · 17 years ago
  15. 5300428 Bug #1313, fix typo (wrong variable name) in example. by Neal Norwitz · 17 years ago
  16. 8feafab Add phuang patch from Issue 708374 which adds offset parameter to mmap module. by Travis E. Oliphant · 17 years ago
  17. 5e81270 Issue #1307, patch by Derek Shockey. by Guido van Rossum · 17 years ago
  18. aef8e55 Add Chris Monson so he can edit PEPs. by Neal Norwitz · 17 years ago
  19. a739503 Add :term:s for "new-style class". by Georg Brandl · 17 years ago
  20. e7a0990 Add :term:s for iterator. by Georg Brandl · 17 years ago
  21. cf3fb25 Add :term: for generators. by Georg Brandl · 17 years ago
  22. bb75e4e Unify "file-descriptor" to "file descriptor". by Georg Brandl · 17 years ago
  23. 5e52db0 Add :term:s for descriptors. by Georg Brandl · 17 years ago
  24. 5c174bb Add markup to new function descriptions. by Georg Brandl · 17 years ago
  25. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 17 years ago
  26. fa61797 Remove duplicate crasher. by Georg Brandl · 17 years ago
  27. 1486182 Add a crasher for the long-standing issue with closing a file by Armin Rigo · 17 years ago
  28. 27a4498 Use correct header line by Andrew M. Kuchling · 17 years ago
  29. e34d289 Various items by Andrew M. Kuchling · 17 years ago
  30. 529b1a9 Fix protocol name by Andrew M. Kuchling · 17 years ago
  31. 3507333 Even more clarification. by Georg Brandl · 17 years ago
  32. c5004f3 Clarify -E docs. by Georg Brandl · 17 years ago
  33. 45af56d Add entry to ACKS. by Georg Brandl · 17 years ago
  34. 1cddfed Change title, for now. by Georg Brandl · 17 years ago
  35. 59d121a * Add new toplevel chapter, "Using Python." (how to install, by Georg Brandl · 17 years ago
  36. a147bf9 Document new directive "envvar". by Georg Brandl · 17 years ago
  37. e36a652 Make a path more Unix-standardy. by Georg Brandl · 17 years ago
  38. dd197e95 Document new "cmdoption" directive. by Georg Brandl · 17 years ago
  39. ff27e0c Fix code being interpreted as a target. by Georg Brandl · 17 years ago
  40. 9b5e231 The constructor from tuple was way too permissive: it allowed bad by Facundo Batista · 17 years ago
  41. 91ac422 Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. by Thomas Heller · 17 years ago
  42. a2ba6ea #1284: "S" means "seen", not unread. by Georg Brandl · 17 years ago
  43. 0752d20 Added a cross-ref to each other. by Mark Summerfield · 17 years ago
  44. c4ed971 Clarify wording for apply(). by Georg Brandl · 17 years ago
  45. 87fc9ad squelch the warning that this test is supposed to trigger. by Gregory P. Smith · 17 years ago
  46. 11e679e Remove useless warning by Raymond Hettinger · 17 years ago
  47. 82eafe6 mention bsddb fixes. by Gregory P. Smith · 17 years ago
  48. 3ef21cb A cleaner fix than the one committed last night. Generate random rowids that by Gregory P. Smith · 17 years ago
  49. f8a2a0b Fix a weird bug in dbtables: if it chose a random rowid string that contained by Gregory P. Smith · 17 years ago
  50. afed3a4 cleanup test_dbtables to use mkdtemp. cleanup dbtables to pass txn as a by Gregory P. Smith · 17 years ago
  51. d97110d Issue 1289, just a typo. by Facundo Batista · 17 years ago
  52. 7066590 Issue #1580738. When HTTPConnection reads the whole stream with read(), by Facundo Batista · 17 years ago
  53. a1e42e1 Fix the overflow checking of list_repeat. by Armin Rigo · 17 years ago
  54. 7b20116 Re-order some functions whose parameters differ between PyObject and const char by Brett Cannon · 17 years ago
  55. 1f67a67 Remove ``:const:`` notation on None in parameter list. Since the markup is not by Brett Cannon · 17 years ago
  56. 6edff59 Add items by Andrew M. Kuchling · 17 years ago
  57. abfd8df More docs, error messages, and tests by Raymond Hettinger · 17 years ago
  58. 050afbf Improve error messages by Raymond Hettinger · 17 years ago
  59. 9fc1b96 Change a PyErr_Print() into a PyErr_Clear(), per discussion in issue 1031213. by Guido van Rossum · 17 years ago
  60. ec56019 test_bigbits was not testing what it seemed to. by Armin Rigo · 17 years ago
  61. d29f1d2 Use unittest for assertions by Neal Norwitz · 17 years ago
  62. 3884690 Don't raise a string exception, they don't work anymore. by Neal Norwitz · 17 years ago
  63. 880605a Let the O/S supply a port if none of the default ports can be used. by Neal Norwitz · 17 years ago
  64. 5d743fd Fix an uncollectable reference leak in bsddb.db.DBShelf.append by Gregory P. Smith · 17 years ago
  65. 5fbf663 Fix email example. by Georg Brandl · 17 years ago
  66. d40f126 Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append by Gregory P. Smith · 17 years ago
  67. 3a0de08 Fix test of count.__repr__() to ignore the 'L' if the count is a long by Raymond Hettinger · 17 years ago
  68. d476a40 Bug #1216: Restore support for Visual Studio 2002. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  69. f3ca169 Get this module to compile with bsddb versions prior to 4.3 by Neal Norwitz · 17 years ago
  70. 15f2661 Fix Coverity 185-186: If the passed in FILE is NULL, uninitialized memory by Neal Norwitz · 17 years ago
  71. a7d329a Fix Coverity 180: Don't overallocate. We don't need structs, but pointers. by Neal Norwitz · 17 years ago
  72. e545ff3 Fix Coverity 168: Close the file before returning (exiting). by Neal Norwitz · 17 years ago
  73. 088beae Get rid of compiler warning about retval being used (returned) without by Neal Norwitz · 17 years ago
  74. c740d83 Get rid of warnings on a bunch of platforms by using a proper prototype. by Neal Norwitz · 17 years ago
  75. e77d103 Get rid of warning about not being able to create an existing directory. by Neal Norwitz · 17 years ago
  76. 7fee6dd On OS X, use os.uname() instead of gestalt.sysv(...) to get the by Thomas Heller · 17 years ago
  77. 631fee6 show paste if > 80 columns. Patch 1659326 Tal Einat. by Kurt B. Kaiser · 17 years ago
  78. cca976b Allow cursor color change w/o restart. Patch 1725576 Tal Einat. by Kurt B. Kaiser · 17 years ago
  79. 6899586 Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbounded deques. by Raymond Hettinger · 17 years ago
  80. 77ae87c Remove file-level typedefs that were inconsistently used throughout the file. by Brett Cannon · 17 years ago
  81. c8f65e6 Allow interrupt only when executing user code in subprocess by Kurt B. Kaiser · 17 years ago
  82. e7f4d84 remove another sleepycat reference by Gregory P. Smith · 17 years ago
  83. b7de61b Use the highest cPickle protocol in bsddb.dbshelve. This comes from by Gregory P. Smith · 17 years ago
  84. 10bed54 Fix a double free when positioning a database cursor to a non-existant by Gregory P. Smith · 17 years ago
  85. 3925053 Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API by Gregory P. Smith · 17 years ago
  86. 163f622 Make the error messages more specific by Raymond Hettinger · 17 years ago
  87. 4b3074c Eliminate camelcase function name by Andrew M. Kuchling · 17 years ago
  88. a48a299 Eliminate camelcase function name by Raymond Hettinger · 17 years ago
  89. 814b046 #1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc. by Georg Brandl · 17 years ago
  90. 0e1d606 Better variable names by Raymond Hettinger · 17 years ago
  91. b6893f2 Missed a line in the docs by Raymond Hettinger · 17 years ago
  92. 2115bbc Add comments to NamedTuple code. by Raymond Hettinger · 17 years ago
  93. a970c22 Update docstring of sched, also remove an unused assignment. by Georg Brandl · 17 years ago
  94. 16fd6c4 #1123: fix the docs for the str.split(None, sep) case. by Georg Brandl · 17 years ago
  95. 92abad2 Ensure that this test will pass even if another test left an unwritable TESTFN. by Neal Norwitz · 17 years ago
  96. 71e4fb5 Use the host the author likely meant in the first place. pop.gmail.com is by Gregory P. Smith · 17 years ago
  97. 1475cd8 Allows BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module. by Gregory P. Smith · 17 years ago
  98. e70be5c Stab in the dark attempt to fix the test_bsddb3 failure on sparc and S-390 by Gregory P. Smith · 17 years ago
  99. 556b43d Restore BEGIN/END THREADS macros which were squashed in the previous checkin by Raymond Hettinger · 17 years ago
  100. 44f326e Add a note about fixing some more warnings found by Coverity. by Neal Norwitz · 17 years ago