1. 9752195 Docstring typo by Mark Dickinson · 16 years ago
  2. 03894c5 Fix longstringitem definition. #3505. by Georg Brandl · 16 years ago
  3. 8b762f0 Tracker issue 3487: sre "bytecode" verifier. by Guido van Rossum · 16 years ago
  4. 110a48c #3367: revert rev. 65539: this change causes test_parser to fail by Andrew M. Kuchling · 16 years ago
  5. efa61bc #3367 from Kristjan Valur Jonsson: by Andrew M. Kuchling · 16 years ago
  6. 10288e1 Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch, check for having os.stat available by Andrew M. Kuchling · 16 years ago
  7. 7e30b67 Add a note about all the modules/packages changed to silence -3 warnings. More by Brett Cannon · 16 years ago
  8. 211b3cd Remove use of callable() from pickle to silence warnings under -3. by Brett Cannon · 16 years ago
  9. d13e4ba Remove tuple parameter unpacking in aifc to silence warnings under -3. by Brett Cannon · 16 years ago
  10. d250c8d Silence warnings under -3 triggered by wsgiref. by Brett Cannon · 16 years ago
  11. b646757 Issue #1481296: (again!) Make conversion of a float NaN to an int or by Mark Dickinson · 16 years ago
  12. ff6868c Remove a use of callable() from Tkinter to silence warnings under -3. by Brett Cannon · 16 years ago
  13. 132fc54 Remove a dict.has_key() and list.sort(cmp=) usage from tarfile to silence by Brett Cannon · 16 years ago
  14. cf297cd Remove usage of apply() in sqlite3 to silence warnings under -3. by Brett Cannon · 16 years ago
  15. 753ecb1 Remove dict.has_key() usage in the shelve module to silence warnings under -3. by Brett Cannon · 16 years ago
  16. 5b3d372 Remove dict.has_key() usage in xml.sax to silence warnings under -3. by Brett Cannon · 16 years ago
  17. d9636e1 Remove the use of callable() in re to silence warnings under -3. by Brett Cannon · 16 years ago
  18. 33ede08 more cleanup ups of the recently added warnings in the subprocess docs. by Gregory P. Smith · 16 years ago
  19. 2a0c2b1 Add missing NEWS entry for r65487 by Nick Coghlan · 16 years ago
  20. a510748 Issue 643841: better documentation of the special method lookup process, especially for new-style classes. Also removes the warnings about not being authoritative for new-style classes - the language reference actually covers those fairly well now (albeit in a fashion that isn't always particularly easy to follow). by Nick Coghlan · 16 years ago
  21. d868be8 Adds a sanity check to avoid a *very rare* infinite loop due to a corrupt tls by Gregory P. Smith · 16 years ago
  22. e7829a5 Clarify the meaning of the select() parameters and sync names with docstring. by Georg Brandl · 16 years ago
  23. 40df8ec Template is always "tmp". by Georg Brandl · 16 years ago
  24. 143de62 Fix markup. by Georg Brandl · 16 years ago
  25. 70a6dbd Bug 3228: Explicitly supply the file mode to avoid creating executable files, by Andrew M. Kuchling · 16 years ago
  26. 0879250 issue1606: Add warnings to the subprocess documentation about common pitfalls by Gregory P. Smith · 16 years ago
  27. 814820b Remove assignment to True/False and use of dict.has_key() to silence warnings by Brett Cannon · 16 years ago
  28. 9bd059f Silence warnings under -3 about using dict.has_key() for modulefinder. by Brett Cannon · 16 years ago
  29. 5dd504d Remove dict.has_key() usage in xml.dom.minidom to silence warnings while by Brett Cannon · 16 years ago
  30. a36f8fe - Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword by Gregory P. Smith · 16 years ago
  31. e6bfe80 Remove dict.has_key() and apply() usage from the logging package to silence by Brett Cannon · 16 years ago
  32. 36bed8a Remove a use of callable() in fileinput to silence a -3 warning. by Brett Cannon · 16 years ago
  33. c66b03a Move filecmp from using dict.has_key() to dict.__contains__() to silence by Brett Cannon · 16 years ago
  34. 8161498 Remove a dict.has_key() usage in email._parseaddr found while running -3. by Brett Cannon · 16 years ago
  35. 1f571c6 Remove Barry's love of deprecated syntax to silence warnings in the email by Brett Cannon · 16 years ago
  36. b2f49ff Remove a dict.has_key() use in DocXMLRPCServer that comes up under -3. by Brett Cannon · 16 years ago
  37. 0a0f608 Remove a dict.has_key() and callable() usage in SimpleXMLRPCServer as triggered by Brett Cannon · 16 years ago
  38. c3ce0e5 Silence -3 warnings in pstats: a dict.has_key() usage and backport solution to by Brett Cannon · 16 years ago
  39. cc2f7b4 Remove a dict.has_key() usage in profile to silence a -3 DeprecationWarning. by Brett Cannon · 16 years ago
  40. 52f03c5 Remove a use of list.sort(cmp=) to silence a -3 DeprecationWarning in cookielib. by Brett Cannon · 16 years ago
  41. 60fffcf Note the removal of several committers. by Georg Brandl · 16 years ago
  42. 1113803 #3495: use current version. by Georg Brandl · 16 years ago
  43. aca98b0 Silence SyntaxWarning and DeprecationWarning in pydoc triggered by tuple by Brett Cannon · 16 years ago
  44. 89318d8 Silence some SyntaxWarnings for tuple unpacking in a parameter list for by Brett Cannon · 16 years ago
  45. 92a6240 Preemptively backport the relevant parts of r65420 by Antoine Pitrou · 16 years ago
  46. 727bd0b Issue #3039: Fix TarFileCompat.writestr() which always raised an by Lars Gustäbel · 16 years ago
  47. aabf404 Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. by Martin v. Löwis · 16 years ago
  48. 97b1fb6 Remove a __getitem__() removal on an exception to silence a warning triggered by Brett Cannon · 16 years ago
  49. 0d89407 Remove a dict.has_key() use to silence a warning when running under -3. by Brett Cannon · 16 years ago
  50. 926779e Remove a dict.has_key() use to silence a warning raised under -3. by Brett Cannon · 16 years ago
  51. 50bb7e1 Remove a tuple unpacking in a parameter list to remove a SyntaxWarning raised by Brett Cannon · 16 years ago
  52. 2005050 Remove a tuple unpacking in a parameter list to suppress the SyntaxWarning with by Brett Cannon · 16 years ago
  53. 8df0e4f fix compile error on Windows by Benjamin Peterson · 16 years ago
  54. 8079028 revert last revision; code was right by Benjamin Peterson · 16 years ago
  55. 1af6fb5 fix indentation that caused logic bug by Benjamin Peterson · 16 years ago
  56. 290d3d9 This should really be a comment. by Georg Brandl · 16 years ago
  57. 632f631 Add the grammar to the reference manual, since the new docs don't by Georg Brandl · 16 years ago
  58. 1299e36 Submit fix for issue3393: Memory corruption in multiprocessing module by Jesse Noller · 16 years ago
  59. 8dbf364 Generate the PatternGrammar pickle during "make install". Fixes part of #3131. by Martin v. Löwis · 16 years ago
  60. dadcd1f Tone down math.fsum warning. by Mark Dickinson · 16 years ago
  61. 52597be Remove a use of callable() to silence the warning triggered under -3. by Brett Cannon · 16 years ago
  62. f5eb2ff Silence (Syntax|Deprecation)Warning for 'inspect'. Had to remove tuple by Brett Cannon · 16 years ago
  63. c6a30ec Remove use of tuple unpacking and dict.has_key() so as to silence by Brett Cannon · 16 years ago
  64. 791ec1f Remove assignment to True/False to silence the SyntaxWarning that is triggered by Brett Cannon · 16 years ago
  65. 5400b6b Fix a DeprecationWarning about __getitem__() and exceptions in the 'traceback' module. by Brett Cannon · 16 years ago
  66. 06847b1 Correct a crash when two successive unicode allocations fail with a MemoryError: by Amaury Forgeot d'Arc · 16 years ago
  67. ad96040 Remove a dummy test that was checked in by mistake by Amaury Forgeot d'Arc · 16 years ago
  68. 39fd672 #3479: unichr(2**32) used to return u'\x00'. by Amaury Forgeot d'Arc · 16 years ago
  69. e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 16 years ago
  70. e70f8e1 remove usage of MacOS from Tkinter by Benjamin Peterson · 16 years ago
  71. 0f6414a Rename testSum to testFsum and move it to proper place in test_math.py by Mark Dickinson · 16 years ago
  72. cda5ce2 Backport test.support.fcmp() from 3.0 to silence -3 warnings. by Brett Cannon · 16 years ago
  73. f080e6d Alter recipe to show how to call izip_longest() with by Raymond Hettinger · 16 years ago
  74. 246daed #2542: now that issubclass() may call arbitrary code, by Amaury Forgeot d'Arc · 16 years ago
  75. b8827c0 I mess up again; BufferError inherits StandardError by Benjamin Peterson · 16 years ago
  76. 23957cb Add note about problems with math.fsum on x86 hardware. by Mark Dickinson · 16 years ago
  77. 67ebfef add BufferError to the exception hieracrchy by Benjamin Peterson · 16 years ago
  78. c0bf76d backport r64751 by Benjamin Peterson · 16 years ago
  79. ff3fdce Replace math.sum with math.fsum in a couple of comments by Mark Dickinson · 16 years ago
  80. fef6b13 Rename math.sum to math.fsum by Mark Dickinson · 16 years ago
  81. f2eb2b4 getrandombits is actually getrandbits by Benjamin Peterson · 16 years ago
  82. abe0aee Fix special-value handling for math.sum. by Mark Dickinson · 16 years ago
  83. efdf706 Neaten-up the itertools recipes. by Raymond Hettinger · 16 years ago
  84. 66b14de the from __future__ import with_statement isn't needed in 2.6 by Benjamin Peterson · 16 years ago
  85. ff5f16e More modifications to tests for math.sum: replace the Python by Mark Dickinson · 16 years ago
  86. cde8cdd Be less strict with replication timeouts (the machine by Jesus Cea · 16 years ago
  87. a99363f Refinements in the bsddb testsuite by Jesus Cea · 16 years ago
  88. 01a2432 backport r65264 by Benjamin Peterson · 16 years ago
  89. 5d2841f Clarify wording by Andrew M. Kuchling · 16 years ago
  90. fff5cf6 clarify Popen argument by Benjamin Peterson · 16 years ago
  91. 3e9c60c Remove math.sum tests related to overflow, special values, and behaviour by Mark Dickinson · 16 years ago
  92. fe84cce Issue #3449: Update decimal module to use most recent specification by Mark Dickinson · 16 years ago
  93. f9ac43f note robotparser bug fix. by Skip Montanaro · 16 years ago
  94. 1ef19f0 Close issue 3437 - missing state change when Allow lines are processed. by Skip Montanaro · 16 years ago
  95. 4b99e9b Shorten some overlong lines. by Georg Brandl · 16 years ago
  96. 36897e1 disable some failing tests in test_locale due to a bug in locale.py. by Antoine Pitrou · 16 years ago
  97. cd48d8a Remove extra words by Andrew M. Kuchling · 16 years ago
  98. feeee75 This sentence continues to bug me; rewrite it for the second time by Andrew M. Kuchling · 16 years ago
  99. 6327e84 Fix more buildbot failures on test_locale. by Antoine Pitrou · 16 years ago
  100. 524f413 try to fix most buildbot failures on test_locale + add a debug output for the solaris buildbot by Antoine Pitrou · 16 years ago