1. ff60023 Set "not found" value for svnversion to not-found. Fixes #1463559. by Martin v. Löwis · 18 years ago
  2. 7392811 - add missing chunk for patch #1117961 by Matthias Klose · 18 years ago
  3. 353aa87 Make needs to be told to install sqlite by Skip Montanaro · 18 years ago
  4. d77f8b3 - correct patch number by Matthias Klose · 18 years ago
  5. 8e39ec7 - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc by Matthias Klose · 18 years ago
  6. db5483b Try to fix the tests on OpenBSD. Apparently OpenBSD passes by Thomas Heller · 18 years ago
  7. 2a1b4a6 For backwards compatibility reasons the global function by Walter Dörwald · 18 years ago
  8. 72d84af Always return firstweekday % 7 instead of complaining on setting. by Walter Dörwald · 18 years ago
  9. aba10cf Turn firstweekday into a property. by Walter Dörwald · 18 years ago
  10. ebed3f6 preparation for 2.5a1 by Anthony Baxter · 18 years ago
  11. 70e0796 added sqlite3 section by Anthony Baxter · 18 years ago
  12. af7ee99 Add sections for new modules; will write tutorial later by Andrew M. Kuchling · 18 years ago
  13. ad89dc8 Bug #1451503: allow unicode filenames in os.startfile(). by Georg Brandl · 18 years ago
  14. 59c3acc Add check_soundcard.vbs. Will backport by Martin v. Löwis · 18 years ago
  15. 54b42f1 Allow long integers in PySlice_GetIndices. by Martin v. Löwis · 18 years ago
  16. a8cd7a2 Add test case for #43581. by Martin v. Löwis · 18 years ago
  17. ea62d25 Bug #1421664: Set sys.stderr.encoding by Martin v. Löwis · 18 years ago
  18. cf0a2a8 Deal with openbsd's different style of default /etc/hosts by forcing the fqdn by Anthony Baxter · 18 years ago
  19. 93f5b93 The email module's parsedate_tz function now sets the daylight savings by Anthony Baxter · 18 years ago
  20. 9e5eb4f I could have sworn this was part of the change to not abbreviate ABSOLUTE by Neal Norwitz · 18 years ago
  21. b0b20a1 Get ctypes loader working on OSF1 (Tru64) by Neal Norwitz · 18 years ago
  22. cbce280 Don't abbreviate ABS, use long name ABSOLUTE. by Neal Norwitz · 18 years ago
  23. f5af2aa Patch #1462700: Make _ctypes_test depend on _ctypes. by Martin v. Löwis · 18 years ago
  24. 84c95b9 Fix test_pty on OSF/1 (Tru64). The problem is that the newline gets by Neal Norwitz · 18 years ago
  25. 9cdfa4c Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64) since it does Bad Things by Neal Norwitz · 18 years ago
  26. 3e1ec3a Remove some duplicated code for handling Mac modules. No functional change (intended). Also stoped setting srcdir twice. by Neal Norwitz · 18 years ago
  27. 19379f1 * Fix a refleak of *_attributes. by Neal Norwitz · 18 years ago
  28. 92e212f Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328. by Neal Norwitz · 18 years ago
  29. 92a6be4 Whitespace: break long line by Neal Norwitz · 18 years ago
  30. d08eaf4 Use Py_ssize_t in slices by Neal Norwitz · 18 years ago
  31. b902f4e Use absolute imports by Neal Norwitz · 18 years ago
  32. 480725d Whitespace normalization. by Tim Peters · 18 years ago
  33. 3dc6bb3 cleaned up setup.py code for sqlite3, based on patch from Gerhard Haering. by Anthony Baxter · 18 years ago
  34. 04ee870 Always use firstweekday module 7. by Walter Dörwald · 18 years ago
  35. 5f284da Document recent fdopen() change. by Georg Brandl · 18 years ago
  36. 7fff58c Readd urllib.quote import as it doesn't cause any harm. by Georg Brandl · 18 years ago
  37. 4696ffb Remove "disgusting hack" in favour of closure (patch #1462235) by Georg Brandl · 18 years ago
  38. c5ffd91 Patch #1463012: remove not working undocumented classes from urllib2 by Georg Brandl · 18 years ago
  39. 720096a Patch #1462790: fix urllib2 ProxyHandler for host:port proxies by Georg Brandl · 18 years ago
  40. 4eb521e bug #1462706: guard against host not having FQDN hostname by Georg Brandl · 18 years ago
  41. 31fe35b end the sentence... by Fredrik Lundh · 18 years ago
  42. 1c0e328 fix markup error by Fred Drake · 18 years ago
  43. e805829 Grammar fix by Andrew M. Kuchling · 18 years ago
  44. 38f8507 Write various sections; I haven't been able to check whether the TeX markup is correct by Andrew M. Kuchling · 18 years ago
  45. ad5177c Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results by Fred Drake · 18 years ago
  46. f878b81 Make firstweekday a simple attribute instead by Walter Dörwald · 18 years ago
  47. cd10347 Fix LaTeX oversight. by Georg Brandl · 18 years ago
  48. 12603c4 Expand comments on line numbers and blocks. by Jeremy Hylton · 18 years ago
  49. 7034f6b Some typo & grammar fixes by Andrew M. Kuchling · 18 years ago
  50. f2d712b Update status of this PEP by Andrew M. Kuchling · 18 years ago
  51. 95f0e4c Make ssize_t clean by Neal Norwitz · 18 years ago
  52. 828fdef Update SQLite version requirement. by Georg Brandl · 18 years ago
  53. 28161e2 patch #1416559: don't define _XOPEN_SOURCE on Mac OS Panther by Georg Brandl · 18 years ago
  54. 9cdf563 clarify new docs on attr value entity expansion by Georg Brandl · 18 years ago
  55. 07f5b35 backport r243 from the pysqlite2 svn repository - lowers the required version by Anthony Baxter · 18 years ago
  56. 7f6b67c patch #1462498: handle entityrefs in attribute values. by Georg Brandl · 18 years ago
  57. 48d5e50 Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, by Walter Dörwald · 18 years ago
  58. 1c5a59f Bug #1458017: make distutils.Log._log more forgiving when passing in by Georg Brandl · 18 years ago
  59. 014d29f Patch #1462496: typo in libsignal.tex by Georg Brandl · 18 years ago
  60. 22a9dc8 Patch #1459631: documnent zlib.Decompress.flush() length parameter. by Georg Brandl · 18 years ago
  61. dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 18 years ago
  62. e071b00 bug #1462278: small fix in documentation of __op__ vs __rop__ methods by Georg Brandl · 18 years ago
  63. 23fd3d4 add support for the sips: scheme (identical to sip: except for scheme name) by Fred Drake · 18 years ago
  64. d8eaa49 Fix stupid typo. by Tim Peters · 18 years ago
  65. 4423b8c test_timeout(): Disable this new test on all platforms. by Tim Peters · 18 years ago
  66. c7403ed Add a clause to the PY_FORMAT_SIZE_T to stop warnings on 32 bit intel by Anthony Baxter · 18 years ago
  67. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 18 years ago
  68. c17976e Another crack at bug #1460340: make random.sample(dict) by Tim Peters · 18 years ago
  69. 2a9a6b0 In the fdopen(fd, 'a') case on UNIX, don't try to set fd's flags to -1 if by Thomas Wouters · 18 years ago
  70. c90397a Make test_socket_ssl finally pass on WIn by Georg Brandl · 18 years ago
  71. ed02eb6 Bug #1177964: make file iterator raise MemoryError on too big files by Georg Brandl · 18 years ago
  72. 644b1e7 Add guards against fcntl() not being available on Windows. by Georg Brandl · 18 years ago
  73. 8147275 Update version number to 2.5 by Georg Brandl · 18 years ago
  74. 54a188a bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode. by Georg Brandl · 18 years ago
  75. dcdfd22 bug #1257988: don't bail out on gethostbyname(gethostname()) failure by Georg Brandl · 18 years ago
  76. b88e19c bug #1444104: add note about fdopen() to os.open(). by Georg Brandl · 18 years ago
  77. d49be30 Disable test_socket_ssl timeout test on Windows. by Georg Brandl · 18 years ago
  78. ccadf84 Patch #1460496: round() now accepts keyword arguments. by Georg Brandl · 18 years ago
  79. 338ef7d Bug #1445068: getpass.getpass() can now be given an explicit stream by Georg Brandl · 18 years ago
  80. 22ec80b Patch #1462313, bug #1443328: the pickle modules now can handle classes by Georg Brandl · 18 years ago
  81. 43f08a8 Patch #1380952: fix SSL objects timing out on consecutive read()s by Georg Brandl · 18 years ago
  82. dd2245f Bug #1250170, Patch #1462230: handle socket.gethostname() failures gracefully by Georg Brandl · 18 years ago
  83. 296aef8 Expand comments. by Jeremy Hylton · 18 years ago
  84. 22f3a6a Add 2.5 libraries. by Martin v. Löwis · 18 years ago
  85. 76a2cae typos by Georg Brandl · 18 years ago
  86. 51dbc4c traceback now shows error position for all SyntaxError subclasses, by Georg Brandl · 18 years ago
  87. 3bf538f Complete markup. by Georg Brandl · 18 years ago
  88. a6126ba Fix the reference leak in test_generators, by explicitly breaking the cycle by Thomas Wouters · 18 years ago
  89. 58917a6 Bug #947906: An object oriented interface has been added to the calendar by Walter Dörwald · 18 years ago
  90. 3f144f9 Tagging for release r25a0 by Martin v. Löwis · 18 years ago
  91. abbb5e1 Remove tag, to recreate it right away. by Martin v. Löwis · 18 years ago
  92. 4c97498 Add index entries for new-style/old-style class. by Georg Brandl · 18 years ago
  93. b227bea object() is a function, not a base class. by Georg Brandl · 18 years ago
  94. 1320cf8 Bug #1461610: xmlrpclib has no function "binary". by Georg Brandl · 18 years ago
  95. c44e14e Fix typos. by Walter Dörwald · 18 years ago
  96. 5d23f9a Don't add multiple empty lines at the end of the codec. With this a by Walter Dörwald · 18 years ago
  97. a35b05e Clarify what the final argument does in IncrementalDecoder.decode(). by Walter Dörwald · 18 years ago
  98. 602d339 Add a NEWS entry for the Alpha fixes by Neal Norwitz · 18 years ago
  99. dedeeaa Get gcc to do strict IEEE math. This flag was already used for cc, just not by Neal Norwitz · 18 years ago
  100. 7b8cf38 improve reporting of illegal section nesting (provide location which by Fred Drake · 18 years ago