1. 28161e2 patch #1416559: don't define _XOPEN_SOURCE on Mac OS Panther by Georg Brandl · 18 years ago
  2. 9cdf563 clarify new docs on attr value entity expansion by Georg Brandl · 18 years ago
  3. 07f5b35 backport r243 from the pysqlite2 svn repository - lowers the required version by Anthony Baxter · 18 years ago
  4. 7f6b67c patch #1462498: handle entityrefs in attribute values. by Georg Brandl · 18 years ago
  5. 48d5e50 Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, by Walter Dörwald · 18 years ago
  6. 1c5a59f Bug #1458017: make distutils.Log._log more forgiving when passing in by Georg Brandl · 18 years ago
  7. 014d29f Patch #1462496: typo in libsignal.tex by Georg Brandl · 18 years ago
  8. 22a9dc8 Patch #1459631: documnent zlib.Decompress.flush() length parameter. by Georg Brandl · 18 years ago
  9. dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 18 years ago
  10. e071b00 bug #1462278: small fix in documentation of __op__ vs __rop__ methods by Georg Brandl · 18 years ago
  11. 23fd3d4 add support for the sips: scheme (identical to sip: except for scheme name) by Fred Drake · 18 years ago
  12. d8eaa49 Fix stupid typo. by Tim Peters · 18 years ago
  13. 4423b8c test_timeout(): Disable this new test on all platforms. by Tim Peters · 18 years ago
  14. c7403ed Add a clause to the PY_FORMAT_SIZE_T to stop warnings on 32 bit intel by Anthony Baxter · 18 years ago
  15. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 18 years ago
  16. c17976e Another crack at bug #1460340: make random.sample(dict) by Tim Peters · 18 years ago
  17. 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
  18. c90397a Make test_socket_ssl finally pass on WIn by Georg Brandl · 18 years ago
  19. ed02eb6 Bug #1177964: make file iterator raise MemoryError on too big files by Georg Brandl · 18 years ago
  20. 644b1e7 Add guards against fcntl() not being available on Windows. by Georg Brandl · 18 years ago
  21. 8147275 Update version number to 2.5 by Georg Brandl · 18 years ago
  22. 54a188a bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode. by Georg Brandl · 18 years ago
  23. dcdfd22 bug #1257988: don't bail out on gethostbyname(gethostname()) failure by Georg Brandl · 18 years ago
  24. b88e19c bug #1444104: add note about fdopen() to os.open(). by Georg Brandl · 18 years ago
  25. d49be30 Disable test_socket_ssl timeout test on Windows. by Georg Brandl · 18 years ago
  26. ccadf84 Patch #1460496: round() now accepts keyword arguments. by Georg Brandl · 18 years ago
  27. 338ef7d Bug #1445068: getpass.getpass() can now be given an explicit stream by Georg Brandl · 18 years ago
  28. 22ec80b Patch #1462313, bug #1443328: the pickle modules now can handle classes by Georg Brandl · 18 years ago
  29. 43f08a8 Patch #1380952: fix SSL objects timing out on consecutive read()s by Georg Brandl · 18 years ago
  30. dd2245f Bug #1250170, Patch #1462230: handle socket.gethostname() failures gracefully by Georg Brandl · 18 years ago
  31. 296aef8 Expand comments. by Jeremy Hylton · 18 years ago
  32. 22f3a6a Add 2.5 libraries. by Martin v. Löwis · 18 years ago
  33. 76a2cae typos by Georg Brandl · 18 years ago
  34. 51dbc4c traceback now shows error position for all SyntaxError subclasses, by Georg Brandl · 18 years ago
  35. 3bf538f Complete markup. by Georg Brandl · 18 years ago
  36. a6126ba Fix the reference leak in test_generators, by explicitly breaking the cycle by Thomas Wouters · 18 years ago
  37. 58917a6 Bug #947906: An object oriented interface has been added to the calendar by Walter Dörwald · 18 years ago
  38. 3f144f9 Tagging for release r25a0 by Martin v. Löwis · 18 years ago
  39. abbb5e1 Remove tag, to recreate it right away. by Martin v. Löwis · 18 years ago
  40. 4c97498 Add index entries for new-style/old-style class. by Georg Brandl · 18 years ago
  41. b227bea object() is a function, not a base class. by Georg Brandl · 18 years ago
  42. 1320cf8 Bug #1461610: xmlrpclib has no function "binary". by Georg Brandl · 18 years ago
  43. c44e14e Fix typos. by Walter Dörwald · 18 years ago
  44. 5d23f9a Don't add multiple empty lines at the end of the codec. With this a by Walter Dörwald · 18 years ago
  45. a35b05e Clarify what the final argument does in IncrementalDecoder.decode(). by Walter Dörwald · 18 years ago
  46. 602d339 Add a NEWS entry for the Alpha fixes by Neal Norwitz · 18 years ago
  47. dedeeaa Get gcc to do strict IEEE math. This flag was already used for cc, just not by Neal Norwitz · 18 years ago
  48. 7b8cf38 improve reporting of illegal section nesting (provide location which by Fred Drake · 18 years ago
  49. 842ab70 fix sectioning: cannot skip section levels by Fred Drake · 18 years ago
  50. 46cc702 test_main(): Restore the decimal context that was in by Tim Peters · 18 years ago
  51. ef57567 Repaired a number of errors in this test: by Tim Peters · 18 years ago
  52. 176014f SF patch #1458476 with modifications based on discussions in python-dev. This by Barry Warsaw · 18 years ago
  53. c259cc9 Insert a safety space after numbers as well as names in untokenize(). by Guido van Rossum · 18 years ago
  54. 090f815 Add '-Wno-deprecated-warnings' to the compile flags for the Carbon extensions by Ronald Oussoren · 18 years ago
  55. 0d93a23 Try to fix test_loading on openbsd. by Thomas Heller · 18 years ago
  56. 300269a Oops - this should not have gone in. by Thomas Heller · 18 years ago
  57. b320682 Output more info when the test fails. by Thomas Heller · 18 years ago
  58. 314861c Minor bugs in the __index__ code (PEP 357), with tests. by Armin Rigo · 18 years ago
  59. 4ef3a23 whitespace normalisation by Anthony Baxter · 18 years ago
  60. ecdc0a9 That one was a mistake. by Georg Brandl · 18 years ago
  61. d37ac69 Remove unnecessary casts from type object initializers. by Georg Brandl · 18 years ago
  62. 347b300 Remove unnecessary casts in type object initializers. by Georg Brandl · 18 years ago
  63. 3987df5 Try to build _ctypes on x86 openbsd. by Thomas Heller · 18 years ago
  64. 5eca19b Checking in the test for PEP 357. by Armin Rigo · 18 years ago
  65. 67b6d51 Fixed bug #1459029 - unicode reprs were double-escaped. by Anthony Baxter · 18 years ago
  66. 262c00a Fixed bug #1459029 - unicode reprs were double-escaped. by Anthony Baxter · 18 years ago
  67. 80a5d01 Mark the upload command as new in 2.5, per Neal Norwitz's request. by Phillip J. Eby · 18 years ago
  68. 66bc4ef fill in refcount information for APIs first documented in Python 2.5 by Fred Drake · 18 years ago
  69. 3e482d9 merge revision 43437 from the release24-maint branch: by Fred Drake · 18 years ago
  70. 59821cf Oops, forgot to checkin the NEWS for --identity by Phillip J. Eby · 18 years ago
  71. 2e550b3 Implementation for patch request #1457316: support --identity option by Phillip J. Eby · 18 years ago
  72. 3c3346d SF bug #1460340: random.sample can raise KeyError by Raymond Hettinger · 18 years ago
  73. 62e97f0 In format strings slinging Py_ssize_t, unconditionally by Tim Peters · 18 years ago
  74. efb6e75 add the ctypes.test subpackage to a normal Unix installation -- by Armin Rigo · 18 years ago
  75. 12bec1b fix a comment. by Armin Rigo · 18 years ago
  76. 80bb2bb Revert r43399. by Georg Brandl · 18 years ago
  77. d34fa52 answer a question from a comment by Armin Rigo · 18 years ago
  78. 1d278fc Move product_codes in their own file. by Martin v. Löwis · 18 years ago
  79. 275935d document sys.maxint in std objects by Georg Brandl · 18 years ago
  80. 7fd548f Bug #1459103: add inter-section links for strftime section. by Georg Brandl · 18 years ago
  81. f1349cd Bug #1459963: urllib2 now normalizes HTTP header names correctly with title(). by Georg Brandl · 18 years ago
  82. 240ec6b Make the tests succeed with -Qnew: Do not rely on the exact wording of a ZeroDivisionError. by Thomas Heller · 18 years ago
  83. f871270 Make uu use floor division instead of classic division. by Georg Brandl · 18 years ago
  84. 019514e Make test_augassign pass with -Qnew and convert to unittest. by Georg Brandl · 18 years ago
  85. b921a84 Make xdrlib use floor division instead of classic division. by Georg Brandl · 18 years ago
  86. 686eaeb Make test_coercion pass with -Qnew. Converted to unittest on the occasion. by Georg Brandl · 18 years ago
  87. 4054b97 In true regression-test spirit, make sure the by Thomas Wouters · 18 years ago
  88. a33b2bc Add an example of a generator->freevar->cell->generator reference-cycle that by Thomas Wouters · 18 years ago
  89. 96c3f7f Make test_decimal work with -Qnew. by Georg Brandl · 18 years ago
  90. df511798 Correct case in test for Windows 9X. by Martin v. Löwis · 18 years ago
  91. b82cb8d Part of bug 1459808: fiddle test_input_and_raw_input() so it passes w/ -Qnew. by Tim Peters · 18 years ago
  92. 1c5bc1c Part of bug 1459808: fiddle so that this passes with or without -Qnew. by Tim Peters · 18 years ago
  93. 7491d2a Try to get rid of a Coverity warning by consistently using origpending. by Neal Norwitz · 18 years ago
  94. d03b073 Add version added info for with statement and context managers by Neal Norwitz · 18 years ago
  95. 168e99f Document objects that can be used with the ``with`` statement. by Phillip J. Eby · 18 years ago
  96. bdfd693 Fix some missing imports by Phillip J. Eby · 18 years ago
  97. 35fd142 Fix contextlib not copying function attributes by Phillip J. Eby · 18 years ago
  98. d207b4f Document the contextlib module. by Phillip J. Eby · 18 years ago
  99. 849974f dummy_thread needs to support PEP 343 too. by Phillip J. Eby · 18 years ago
  100. b6e92c4 Document change made to number of preallocated integers. by Georg Brandl · 18 years ago