1. 8d1f11b Whitespace Normalization Modified Files: PyShell.py ScriptBinding.py buildapp.py by Kurt B. Kaiser · 21 years ago
  2. 3d5cbea Fixed minor typo in Setup.dist. by Gustavo Niemeyer · 21 years ago
  3. 0539169 1. SF Bug 661676 by Kurt B. Kaiser · 21 years ago
  4. b44f165 SF patch #719359, fix test_long failure on OSF/1 with vendor cc by Neal Norwitz · 21 years ago
  5. 54f871e Fix SF bug #735694, Pydoc.py fixes links by Neal Norwitz · 21 years ago
  6. 6c638b6 Bruce Sherwood RFE/Patch SF 661318 by Kurt B. Kaiser · 21 years ago
  7. 4ee6eef Patch #742741: Check for true in different paths, support -pthread. by Martin v. Löwis · 21 years ago
  8. 816065f Remove -U from argument list. by Martin v. Löwis · 21 years ago
  9. 451a766 More wordsmithing and cleanup. by Greg Ward · 21 years ago
  10. 9592fe9 Fixed the DESTDIR modifications to also allow MacOSX framework builds by Jack Jansen · 21 years ago
  11. 8ba0e80 Added a --python option, which sets the python to be used in the #! line by Jack Jansen · 21 years ago
  12. 8d97b9b fixed some DeprecationWarnings by Just van Rossum · 21 years ago
  13. 8fb665a Fix ref counts in initialization code. by Raymond Hettinger · 21 years ago
  14. 50d8b8b Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on by Tim Peters · 21 years ago
  15. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 21 years ago
  16. 6f80594 Improved the RESTART annotation in the shell window when the user by Kurt B. Kaiser · 21 years ago
  17. 36364be Fix a bug in Rev 1.10 - Windows can't handle a leading ':' if the by Kurt B. Kaiser · 21 years ago
  18. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
  19. ebc198f Somehow ColorPicker has never been included or tested under darwin, but it works just fine. by Just van Rossum · 21 years ago
  20. e87568d SF bug 705231: Assertion failed, python aborts. by Tim Peters · 21 years ago
  21. 0ed3957 modernized ColorPicker somewhat by Just van Rossum · 21 years ago
  22. b98154e 'sum' is no longer a good variable name. Use 'total' instead. by Raymond Hettinger · 21 years ago
  23. 858f817 Modified patch #742126: Don't define _XOPEN_SOURCE for OpenBSD 3.3. by Martin v. Löwis · 21 years ago
  24. 5489597 Convert tcl_version to str before comparing. Fixes #729317. by Martin v. Löwis · 21 years ago
  25. 8225103 Get test_ioctl to pass on HPUX 11. by Neal Norwitz · 21 years ago
  26. 661a9e3 After Raymond's remark, I changed the Stackless bits to by Christian Tismer · 21 years ago
  27. 8bb1ae9 All calls to getarrayitem() (which is static) are done either in loops by Walter Dörwald · 21 years ago
  28. 4ec4fa2 iteritems() should not have been used for self.timeout which changes during the loop. by Raymond Hettinger · 21 years ago
  29. bfef18c PyType_GenericAlloc is inherited from object. by Raymond Hettinger · 21 years ago
  30. c26ff41 Generalized my type flags structure extension without being specific about by Christian Tismer · 21 years ago
  31. c316d0d Lots of wordsmithing and typographical improvement. by Greg Ward · 21 years ago
  32. 6492785 Release the GIL around read(), write(), and select() calls. by Greg Ward · 21 years ago
  33. a1d654e SF bug #644345, Poor error message for augmented assign by Neal Norwitz · 21 years ago
  34. 8891021 Port test_mimetools.py to PyUnit and add various tests. by Walter Dörwald · 21 years ago
  35. fee1004 sound_playsound() doesn't have to be visible externally, so make it static. by Walter Dörwald · 21 years ago
  36. d449eab Fixed dotted name assertion. by Raymond Hettinger · 21 years ago
  37. f9415e6 Use macro to get length of list. Remove comment about how code used to work. by Jeremy Hylton · 21 years ago
  38. 521482d Remove comment with very long lines that explained what the code used to do. by Jeremy Hylton · 21 years ago
  39. c8fb937 Record 2.2.3c1 Windows build number. by Tim Peters · 21 years ago
  40. 5af41c5 Correct dependency information -- the Python docs load the "About this by Fred Drake · 21 years ago
  41. 7d7f88c Add historical note for Python 2.2.3 by Barry Warsaw · 21 years ago
  42. 4864bfb Minor elaboration in the information about reporting errors. by Fred Drake · 21 years ago
  43. 6ce0b60 update version history by Fred Drake · 21 years ago
  44. b1f8bab [Bug #741171] pdb crashes when enabling a non-existing breakpoint by Andrew M. Kuchling · 21 years ago
  45. 35c6cd0 Walter's last checkin also needs to work on doubles. by Neal Norwitz · 21 years ago
  46. cf99b0a test_byteswap() fails on alphas, because treating the byte swapped bit by Walter Dörwald · 21 years ago
  47. e41195f Add documentation for __future__ by Jeremy Hylton · 21 years ago
  48. 8bea5dc Move future statement here from appendix a. by Jeremy Hylton · 21 years ago
  49. 3cfe754 PyType_Ready(): Complain if the type is a base type, and gc'able, and by Tim Peters · 21 years ago
  50. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  51. 6624e68 SF bug #604716: faster [None]*n or []*n by Raymond Hettinger · 21 years ago
  52. 28137a0 Don't mention __slots__ as a technique for error avoidance by Andrew M. Kuchling · 21 years ago
  53. e960e22 Added a test for the fix of SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  54. 7de63f5 GNUTranslations._parse(): Fix SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  55. 15eac1f Fix markup nits. by Fred Drake · 21 years ago
  56. dbaf04e Straighten out the docs for os.system(); the Unix and Windows behaviors by Tim Peters · 21 years ago
  57. 6bab183 Markup nits. by Fred Drake · 21 years ago
  58. e5a5551 Remove unused line numbers from example code. by Fred Drake · 21 years ago
  59. 6695ba8 Preserved one bit in type objects for Stackless. by Christian Tismer · 21 years ago
  60. 5d6ad75 'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail by Just van Rossum · 21 years ago
  61. f9c2eda Fix missing parethesis. by Raymond Hettinger · 21 years ago
  62. 092b2a9 SF 740055: optional argument protocol in shelve.open is ignored by Raymond Hettinger · 21 years ago
  63. 22952a3 SF bug 735293: Command line timeit.py sets sys.path badly by Raymond Hettinger · 21 years ago
  64. 235d1ef Add docs for key_file and cert_file arguments for HTTPSConnection. Copied from socket.ssl docs. by Brett Cannon · 21 years ago
  65. be67d87 Fixing the previous patch to have the changes be to the proper docstrings. by Brett Cannon · 21 years ago
  66. 154da9b Fix docstrings for __(get|set|del)slice__ to mention that negative indices are not supported. by Brett Cannon · 21 years ago
  67. 88957d8 Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until by Kurt B. Kaiser · 21 years ago
  68. 8fd86cc Only return objects if wantobjects is set in GetVar. by Martin v. Löwis · 21 years ago
  69. 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 21 years ago
  70. c626658 Let Python inform the user what went wrong with the import. by Kurt B. Kaiser · 21 years ago
  71. 415da6e Only encode Unicode objects when printing them raw. by Martin v. Löwis · 21 years ago
  72. 9a3a9f7 Consider \U-escapes in raw-unicode-escape. Fixes #444514. by Martin v. Löwis · 21 years ago
  73. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  74. df0d87a To be on the safe side, backed out any questionable iteritem changes and set back to item calls. by Brett Cannon · 21 years ago
  75. 03eaf8b Added more words about the abuse of the tp_alloc nitems argument by Tim Peters · 21 years ago
  76. 4767401 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  77. 282f122 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  78. ba39d9c Add another error case to the insert test. by Walter Dörwald · 21 years ago
  79. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 21 years ago
  80. a2792be Show Freddy the mirror by Kurt B. Kaiser · 21 years ago
  81. 74e6766 User cStringIO instead of StringIO. by Raymond Hettinger · 21 years ago
  82. c8b188a Revert some changes back to dict.items made in a previous patch. by Brett Cannon · 21 years ago
  83. b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 21 years ago
  84. 108c40c Added icon for IDLE on OS X by Tony Lownds · 21 years ago
  85. 72c5c77 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 21 years ago
  86. a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 21 years ago
  87. 63af08a Nigel Rowe's Patch [ 735527 ] Re Bug [ 678325 ] ParenMatching Missing AutoIndent by Kurt B. Kaiser · 21 years ago
  88. a80d57c Noam Raphael's patch. by Kurt B. Kaiser · 21 years ago
  89. ab0053a simpler temp dir cleanup by Skip Montanaro · 21 years ago
  90. de9a0d3 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 21 years ago
  91. eb1a496 test_subclass_date(): Beefed this up, to check that new instance by Tim Peters · 21 years ago
  92. 1ba24b4 Include module name in doctest summary. by Raymond Hettinger · 21 years ago
  93. 627728a Use test_support.run_doctest() by Raymond Hettinger · 21 years ago
  94. 35b34bd Provide a clue that the doctests have run. by Raymond Hettinger · 21 years ago
  95. 929f06c Minor cleanups. by Raymond Hettinger · 21 years ago
  96. 4c53013 Turns out there wasn't a need to define tp_free for any of the types here. by Tim Peters · 21 years ago
  97. 0490011 Stopped using the old macro form of _PyObject_Del. by Tim Peters · 21 years ago
  98. 2820125 Remove usage of re module from encodings package search function. by Marc-André Lemburg · 21 years ago
  99. 813cec9 test_fileno(): Skip this test on Windows. by Tim Peters · 21 years ago
  100. 047c54b Missing parenthesis. by Raymond Hettinger · 21 years ago