1. 3fca463 C++ compile cleanup: proper declaration of _Py_BuildValue_SizeT by Skip Montanaro · 18 years ago
  2. 54e964d C++ compilation cleanup: Migrate declaration of by Skip Montanaro · 18 years ago
  3. c7605f2 local.__del__(): This didn't actually do anything, because of too by Tim Peters · 18 years ago
  4. ab1d245 First phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 18 years ago
  5. 4be4e65 Add reindent target. by Martin v. Löwis · 18 years ago
  6. 1a00e18 Reindent. by Martin v. Löwis · 18 years ago
  7. f62eee1 Remove bogus character. by Martin v. Löwis · 18 years ago
  8. 70f5f7a Use GetModuleFileNameEx instead of GetProcessImageFileName, by Martin v. Löwis · 18 years ago
  9. bd30f52 Patch #790710: Add breakpoint command lists in pdb. by Martin v. Löwis · 18 years ago
  10. 297bf82 fix long option markup by George Yoshida · 18 years ago
  11. 59075eb disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at by Ronald Oussoren · 18 years ago
  12. 0d660c0 Update status of document by Andrew M. Kuchling · 18 years ago
  13. f7823a3 Remove translated code hidden inside a comment environment; latex2html gets confused and includes half of it anyway by Andrew M. Kuchling · 18 years ago
  14. 6c10748 This patches fixes a number of byteorder problems in MacOSX specific code. by Ronald Oussoren · 18 years ago
  15. 749d070 Teach platform about darwin/x86 by Ronald Oussoren · 18 years ago
  16. ce8607d Revert to 45478, disable kill_python command for now. by Martin v. Löwis · 18 years ago
  17. c97c119 Check whether disk space is full. by Martin v. Löwis · 18 years ago
  18. 63d1f99 Rename binary again; increase noise; stop trying to actually kill the process. by Martin v. Löwis · 18 years ago
  19. 11e8b3c Rename binaries again; increase noise. by Martin v. Löwis · 18 years ago
  20. 98dbfab Rename binary to avoid conflicts with hanging processes on x86 w2k. by Martin v. Löwis · 18 years ago
  21. 5b3bf0d Try some tracing by Martin v. Löwis · 18 years ago
  22. 2d12372 Add kill_python command. by Martin v. Löwis · 18 years ago
  23. dfde91a Fix for a bug exposed by r45232: by Armin Rigo · 18 years ago
  24. 0e2cbab No need to cast a Py_ssize_t, use %z in PyErr_Format by Neal Norwitz · 18 years ago
  25. 4b16de4 Add a comment to explain why we are calling _cleanup() by Neal Norwitz · 18 years ago
  26. 00ac0d2 Try to stop the test from leaking and yet still work on windows by Neal Norwitz · 18 years ago
  27. c859b5c Remove unused field by Neal Norwitz · 18 years ago
  28. 7ebd1f8 Add some notes about a couple of poorly behaved tests by Neal Norwitz · 18 years ago
  29. 0f77da3 test_cmd_line should not leak any more, ensure an empty reflog file exists if no leaks are found by Neal Norwitz · 18 years ago
  30. cb0f66f Get test to consistently show no leaks by Neal Norwitz · 18 years ago
  31. 88c9784 No reason to export get_decomp_record, make static by Neal Norwitz · 18 years ago
  32. 1a26920 moduleName can be NULL by Neal Norwitz · 18 years ago
  33. aa220a7 Whitespace normalization. by Tim Peters · 18 years ago
  34. c5c9ce9 Add missing SVN eol-style property to text files. by Tim Peters · 18 years ago
  35. 715a4cd Use %zd instead of %i as format character (in call to PyErr_Format) for by Thomas Wouters · 18 years ago
  36. 0db2a98 Patch #1063914: Add clipboard_get. by Martin v. Löwis · 18 years ago
  37. 45bb98e Add item by Andrew M. Kuchling · 18 years ago
  38. 19ab6c9 Initialize structseq types only once. by Martin v. Löwis · 18 years ago
  39. d18d5a3 Update instructions for EXTRA_CFLAGS: configure ignores by Martin v. Löwis · 18 years ago
  40. de0a23f Describe contextlib module. (Done for today...) by Andrew M. Kuchling · 18 years ago
  41. d058d00 Write most of the 'writing context managers' section. I'd like comments on it, by Andrew M. Kuchling · 18 years ago
  42. cb28419 Make test_timeout not fail on systems with no dots in their fqdn. by Thomas Wouters · 18 years ago
  43. 767833d Make test_warnings play nice with regrtest -R:: now that regrtest doesn't by Thomas Wouters · 18 years ago
  44. 993633c Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as by Thomas Wouters · 18 years ago
  45. 631f513 This test no longer leaks, and test_generators sufficiently tests it to by Thomas Wouters · 18 years ago
  46. 195e4e6 Fix valgrind problem with invalid memory read by Neal Norwitz · 18 years ago
  47. 5b03065 Fix memory leak by Neal Norwitz · 18 years ago
  48. 035b185 err is no longer used by Neal Norwitz · 18 years ago
  49. b8f81d4 Add missing DECREF to PyErr_WriteUnraisable(). That function reports by Thomas Wouters · 18 years ago
  50. 81b092d gen_del(): Looks like much this was copy/pasted from by Tim Peters · 18 years ago
  51. ffe2395 Remove now-unused variables from tp_traverse and tp_clear methods. by Tim Peters · 18 years ago
  52. 60eab2b Consolidate 'leak_test1' and 'refleaks_tests', since they both test for the by Thomas Wouters · 18 years ago
  53. b3deb94 Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to by Thomas Wouters · 18 years ago
  54. c6e5506 Use Py_VISIT in all tp_traverse methods, instead of traversing manually or by Thomas Wouters · 18 years ago
  55. 447d095 - Whitespace normalization by Thomas Wouters · 18 years ago
  56. 112d4ec Fix typo. by Thomas Heller · 18 years ago
  57. eb6f183 Fix for FreeBSD. Fixes http://python.org/sf/1470353. Looks like a libffi bug. by Thomas Heller · 18 years ago
  58. ab0e284 Zap ZAP. by Martin v. Löwis · 18 years ago
  59. 48bbaf2 Patch #1470875: Building Python with MS Free Compiler. by Martin v. Löwis · 18 years ago
  60. 73536e0 Remove partial change (don't edit, commit and think at the same time :P) by Thomas Wouters · 18 years ago
  61. 2742c5e Re-instate backward compatibility by defining Py_CLEAR if it isn't available. by Thomas Wouters · 18 years ago
  62. edf17d8 Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, for by Thomas Wouters · 18 years ago
  63. ed8f783 Clear dummy and emptyfrozenset, so that we don't have by Martin v. Löwis · 18 years ago
  64. 841747c Fix sys.getobjects(0): we get a reference to the by Martin v. Löwis · 18 years ago
  65. c597d1b Unlink the structseq type from the global list of by Martin v. Löwis · 18 years ago
  66. 4b501e6 Patch #1191700: Adjust column alignment in bdb breakpoint lists. by Martin v. Löwis · 18 years ago
  67. 7e75f1a Patch #1191065: Fix preprocessor problems on systems where recvfrom is a macro. by Martin v. Löwis · 18 years ago
  68. c90b17e Patch #1161914: Add python-config. by Martin v. Löwis · 18 years ago
  69. adcd25e frame_clear(): Explain why it's important to make the frame by Tim Peters · 18 years ago
  70. de2acf6 frame_traverse(): Use the standard Py_VISIT macro. by Tim Peters · 18 years ago
  71. a13131c Trimmed trailing whitespace. by Tim Peters · 18 years ago
  72. 9d2ced8 There were no comments explaining what Py_CLEAR() did or by Tim Peters · 18 years ago
  73. 7f09811 Changed comments to make sense now that the LazyList-based by Tim Peters · 18 years ago
  74. 8ebb28d Fix SF#1470508: crash in generator cycle finalization. There were two by Phillip J. Eby · 18 years ago
  75. 3cfea2d Coverity-found bug: datetime_strptime() failed to check for NULL return from by Thomas Wouters · 18 years ago
  76. 29b3d08 Add an item; better crediting; fix error in SQL example; minor edits by Andrew M. Kuchling · 18 years ago
  77. 8ed2914 Typo fix by Andrew M. Kuchling · 18 years ago
  78. c187f33 Whitespace normalization. by Tim Peters · 18 years ago
  79. 78a0be6 Add a BufferedIncrementalEncoder class that can be used for implementing by Walter Dörwald · 18 years ago
  80. a40cf31 Make error message less misleading for u"a..b".encode("idna"). by Walter Dörwald · 18 years ago
  81. 82972e7 Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR, and PyObject_DEL. by Martin v. Löwis · 18 years ago
  82. b17f12b Fix wrong attribute name. by Walter Dörwald · 18 years ago
  83. 6493699 Make raise statements PEP 8 compatible. by Walter Dörwald · 18 years ago
  84. f7afe95 Patch #1045620: Prepend Modules/ before Setup in stdout. by Martin v. Löwis · 18 years ago
  85. f24de1e Patch #1470300: Port _hotshot to QNX4.25 port. by Martin v. Löwis · 18 years ago
  86. 7580149 Patch #1355883: Build Python-ast.c and Python-ast.h by Martin v. Löwis · 18 years ago
  87. 969ef75 Show case: reference cycles involving only the ob_type field are rather by Armin Rigo · 18 years ago
  88. db4018f Typo fix by Andrew M. Kuchling · 18 years ago
  89. 0f48d98 Patch #1324762: Change --with-cxx to --with-cxx-main. by Martin v. Löwis · 18 years ago
  90. 15be5ec Call encode()/decode() with final==True as the last call in the by Walter Dörwald · 18 years ago
  91. 121c98c Typo fixes by Andrew M. Kuchling · 18 years ago
  92. c709584 Add more items by Andrew M. Kuchling · 18 years ago
  93. 984bdd7 Typo fix by Andrew M. Kuchling · 18 years ago
  94. 75ba244 Add an item and a reminder by Andrew M. Kuchling · 18 years ago
  95. 5cb6936 Make Py_BuildValue, PyObject_CallFunction and by Martin v. Löwis · 18 years ago
  96. 38a76a1 Copy note from leakers README here too. We want to keep all test cases. by Neal Norwitz · 18 years ago
  97. 6212922 Restore test tee with some modifications. by Neal Norwitz · 18 years ago
  98. cde8750 Move the old test_generator_cycle.py which leaked but was removed into the test by Neal Norwitz · 18 years ago
  99. 03f3be5 Update notes to address cyclic garbage and what should happen when a test is fixed. by Neal Norwitz · 18 years ago
  100. 6154616 SF Bug #1454485, array.array('u') could crash the interpreter when by Neal Norwitz · 18 years ago