1. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 18 years ago
  2. bf84e54 added XMLParser alias for cElementTree compatibility by Fredrik Lundh · 18 years ago
  3. fc34f6c NEWS entry for r47267: fixing configure's zlib probing. by Thomas Wouters · 18 years ago
  4. f875264 This patch solves the problem Skip was seeing with zlib, this patch ensures that by Ronald Oussoren · 18 years ago
  5. b979b35 Document the changes in svn revision 47263, from patch #1517790. by Thomas Heller · 18 years ago
  6. f40aed9 Document the Struture and Union constructors. by Thomas Heller · 18 years ago
  7. 5becdbe Patch #1517790: It is now possible to use custom objects in the ctypes by Thomas Heller · 18 years ago
  8. 2329b64 The test that calls a function with invalid arguments and catches the by Thomas Heller · 18 years ago
  9. 5953bac A couple of examples about how to attack the fact that _PyType_Lookup() by Armin Rigo · 18 years ago
  10. 43d9a58 Revert the change done in svn revision 47206: by Thomas Heller · 18 years ago
  11. 4cbd05c Properly quote compileall and Lib paths in case TARGETDIR has a space. by Martin v. Löwis · 18 years ago
  12. 88ef637 Add sqlite3.dll to the DLLs component, not to the TkDLLs component. by Martin v. Löwis · 18 years ago
  13. a12aa88 Add a NEWS entry for a recent pyexpat fix by Neal Norwitz · 18 years ago
  14. 24a0f41 - back out Expat change; the final fix to Expat will be different by Fred Drake · 18 years ago
  15. a4df11d Fix refleaks reported by Shane Hathaway in SF patch #1515361. This change by Neal Norwitz · 18 years ago
  16. d41f4ce no need to elaborate "string". by Georg Brandl · 18 years ago
  17. f41beac Patch #1517490: fix glitches in filter() docs. by Georg Brandl · 18 years ago
  18. add1911 Fix bug in passing tuples to string.Template. All other values (with working by Thomas Wouters · 18 years ago
  19. 9ba7ca8 Fix the bitfield test when _ctypes is compiled with MingW. Structures by Thomas Heller · 18 years ago
  20. aa1919d Remove remaining references to OverflowWarning. by Georg Brandl · 18 years ago
  21. b4a6a56 Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a number by Ronald Oussoren · 18 years ago
  22. 74c3ea0 Fix build problems with the platform SDK on windows. It is not sufficient to test for the C compiler version when determining if we have the secure CRT from microsoft. Must test with an undocumented macro, __STDC_SECURE_LIB__ too. by Kristján Valur Jónsson · 18 years ago
  23. 2eda1b7 [Bug #1511911] Clarify description of optional arguments to sorted() by Andrew M. Kuchling · 18 years ago
  24. f896795 [Bug #1515932] Clarify description of slice assignment by Andrew M. Kuchling · 18 years ago
  25. d5cfa54 Put method-wrappers into trashcan. Fixes #927248. by Martin v. Löwis · 18 years ago
  26. ede77f5 Patch #825417: Fix timeout processing in expect, by Martin v. Löwis · 18 years ago
  27. 4548239 Bug #1267547: Put proper recursive setup.py call into the by Martin v. Löwis · 18 years ago
  28. fcfff0a Bug #1417699: Reject locale-specific decimal point in float() and atof(). by Martin v. Löwis · 18 years ago
  29. 82c276e Document functions added in 2.3 and 2.5. by Martin v. Löwis · 18 years ago
  30. 2b88f63 Bug #1514693: Update turtle's heading when switching between by Martin v. Löwis · 18 years ago
  31. 4c4300d Reimplement turtle.circle using a polyline, to allow correct by Martin v. Löwis · 18 years ago
  32. bd39c03 Only setup canvas when it is first created. Fixes #1514703 by Martin v. Löwis · 18 years ago
  33. 16a3932 Whitespace normalization. by Tim Peters · 18 years ago
  34. f780be4 Add a new function uses_seh() to the _ctypes extension module. This by Thomas Heller · 18 years ago
  35. 638f7ad Fixes so that _ctypes can be compiled with the MingW compiler. by Thomas Heller · 18 years ago
  36. b3c0942 Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS flag. by Thomas Heller · 18 years ago
  37. dd854e9 Cleanup: Remove commented out code. by Thomas Heller · 18 years ago
  38. ee1e06d Correct arithmetic in access on Win32. Fixes #1513646. by Martin v. Löwis · 18 years ago
  39. 762fbd3 The sqlite3 module did cut off data from the SQLite database at the first null by Gerhard Häring · 18 years ago
  40. 6ffe499 SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data by Fred Drake · 18 years ago
  41. 7596e83 Release all forwarded functions in .close. Fixes #1513223. by Martin v. Löwis · 18 years ago
  42. a098033 Added duplicate call to fileConfig() to ensure that it cleans up after itself correctly. by Vinay Sajip · 18 years ago
  43. 28e5761 Added entry for fileConfig() bugfix. by Vinay Sajip · 18 years ago
  44. 6f42dfc - consistency nit: always include "()" in \function and \method by Fred Drake · 18 years ago
  45. 348b7c8 Document decorator usage of property. by Georg Brandl · 18 years ago
  46. 0861292 Remove now-unused fidding with PY_FORMAT_SIZE_T. by Tim Peters · 18 years ago
  47. 7301992 Revert the use of PY_FORMAT_SIZE_T in PyErr_Format. by Thomas Heller · 18 years ago
  48. 0f415dc Another problem reported by Coverity. Backport candidate. by Neal Norwitz · 18 years ago
  49. 3f2748e Silence compiler warning by Neal Norwitz · 18 years ago
  50. 38ff36c Whitespace normalization. by Tim Peters · 18 years ago
  51. cea4bf0 Fixed bug in fileConfig() which failed to clear logging._handlerList by Vinay Sajip · 18 years ago
  52. 4ef256c add string methods to index by Skip Montanaro · 18 years ago
  53. 1bf5959 Patch #1509163: MS Toolkit Compiler no longer available by Martin v. Löwis · 18 years ago
  54. bde0813 Protect the thread api calls in the _ctypes extension module within by Thomas Heller · 18 years ago
  55. 877fdb0 This should fix the buildbot failure on s/390 which can't connect to gmail.org. by Neal Norwitz · 18 years ago
  56. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 18 years ago
  57. 10497c8 document recent bugfixes in sgmllib by Fred Drake · 18 years ago
  58. a136210 SF bug #1504333: sgmlib should allow angle brackets in quoted values by Fred Drake · 18 years ago
  59. 960a3f8 Mention the expat upgrade and pyexpat fix I put in 2.5b1. by Trent Mick · 18 years ago
  60. 1be63af Fix end_fill(). by Georg Brandl · 18 years ago
  61. ecfec78 [Bug #1508766] Add docs for uuid module; this puts the module in the 'Internet Protocols' section. Arguably this module could also have gone in the chapters on strings or encodings, maybe even the crypto chapter. Fred, please move if you see fit. by Andrew M. Kuchling · 18 years ago
  62. 146d392 [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with minor rearrangements by me. by Andrew M. Kuchling · 18 years ago
  63. d77ef8f A couple of crashers of the "won't fix" kind. by Armin Rigo · 18 years ago
  64. 999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') by Nick Coghlan · 18 years ago
  65. 0f8b31a Fix bug #1512695: cPickle.loads could crash if it was interrupted with by Neal Norwitz · 18 years ago
  66. 7983c72 According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN by Neal Norwitz · 18 years ago
  67. 0350f81 macosx: Install a libpython2.5.a inside the framework as a symlink to the actual by Ronald Oussoren · 18 years ago
  68. 9b8b619 Use staticly build copies of zlib and bzip2 to build the OSX installer, that by Ronald Oussoren · 18 years ago
  69. 3249d00 Whitespace normalization. by Tim Peters · 18 years ago
  70. 7b9053a MacOSX: fix rather dumb buglet that made it impossible to create extensions on by Ronald Oussoren · 18 years ago
  71. 6dd59f1 Removed buggy exception handling in doRollover of rotating file handlers. Exceptions now propagate to caller. by Vinay Sajip · 18 years ago
  72. c315a0f Verify buildbot picks up these changes (really needs testing after last change to Makefile.pre.in) by Neal Norwitz · 18 years ago
  73. 0a903ac Try again: test unimportant change to verify buildbot does not try to build by Neal Norwitz · 18 years ago
  74. 1da7384 Test unimportant change to verify buildbot does not try to build by Neal Norwitz · 18 years ago
  75. 3b6b801 Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3. by Neal Norwitz · 18 years ago
  76. 524b59b Instead of doing a make test, run the regression tests out of the installed by Neal Norwitz · 18 years ago
  77. 25d4ca3 Ignore some more warnings in the dynamic linker on an older gentoo by Neal Norwitz · 18 years ago
  78. 15486f7 Attempt to fix build failure on OS X and Debian alpha; the symptom is by Andrew M. Kuchling · 18 years ago
  79. ec3c368 Windows doesn't have os.fork(). I'll just disable this test for now by Andrew M. Kuchling · 18 years ago
  80. 9afbace Add a test for a conflicting lock. by Andrew M. Kuchling · 18 years ago
  81. 5573259 [Bug #1512163] Use one set of locking methods, lockf(); by Andrew M. Kuchling · 18 years ago
  82. a7ee9eb [Bug #1512163] Fix typo. by Andrew M. Kuchling · 18 years ago
  83. cd77e1c Describe workaround for PyRange_New()'s removal by Andrew M. Kuchling · 18 years ago
  84. 1a0e129 [Bug #1511998] Various comments from Nick Coghlan; thanks! by Andrew M. Kuchling · 18 years ago
  85. fb322cd Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to by Ronald Oussoren · 18 years ago
  86. 3e8d2f6 Use a path without a double slash to compile the .py files after installation by Ronald Oussoren · 18 years ago
  87. f3f31ab Drop the calldll demo's for macos, calldll isn't present anymore, no need by Ronald Oussoren · 18 years ago
  88. 53f1a94 Workaround for bug #1512124 by Ronald Oussoren · 18 years ago
  89. e6a1cb9 Bug #1511381: codec_getstreamcodec() in codec.c is corrected to by Hye-Shik Chang · 18 years ago
  90. 48a49f0 Fit Makefile for the Python doc environment better; this is a step toward by Andrew M. Kuchling · 18 years ago
  91. 2f99da6 - SF bug #853506: IP6 address parsing in sgmllib by Fred Drake · 18 years ago
  92. b114984 Fix refleak by Neal Norwitz · 18 years ago
  93. ff355f1 Applied patch #1506758: Prevent MemoryErrors with large MAXFD. by Peter Astrand · 18 years ago
  94. d6b2430 Make it possible to run test_subprocess.py on Python 2.2, which lacks test_support.is_resource_enabled. by Peter Astrand · 18 years ago
  95. 978ec9a Small fixes, mostly in the markup. by Thomas Heller · 18 years ago
  96. b2c9ba8 Fix my name ;) by Georg Brandl · 18 years ago
  97. d2842a6 MacOSX: Add a message to the first screen of the installer that tells by Ronald Oussoren · 18 years ago
  98. 53ab5b7 'warning's was improperly requiring that a command-line Warning category be by Brett Cannon · 18 years ago
  99. 56b76c8 fix markup nit by Fred Drake · 18 years ago
  100. f57c54d Test for correct compilation of try-except-finally stmt. by Georg Brandl · 18 years ago