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