1. 686f9c3 First small step towards bgen-generated CoreFoundation. there is hardly any real functionality yet, but method chains seem to work, and so do Retain/Release semantics. by Jack Jansen · 23 years ago
  2. d8e1c9e Add "gi_" (generator-iterator) prefix to names of genobject members. by Tim Peters · 23 years ago
  3. ee13dba more unicode tweaks: fix unicodectype for sizeof(Py_UNICODE) > sizeof(int) by Fredrik Lundh · 23 years ago
  4. e9218a1 Remove the restriction on a mapping's .update() method. by Barry Warsaw · 23 years ago
  5. 51acc8d Add an item about the extension to {}.update() to allow generic by Barry Warsaw · 23 years ago
  6. 4177538 Add a bunch of tests for extended dict.update() where the argument is by Barry Warsaw · 23 years ago
  7. 66a0d1d dict_update(): Generalize this method so {}.update() accepts any by Barry Warsaw · 23 years ago
  8. 0dcf67e more unicode tweaks: make unichr(0xdddddddd) behave like u"\Udddddddd" by Fredrik Lundh · 23 years ago
  9. 5b97935 experimental UCS-4 support: don't assume that MS_WIN32 implies by Fredrik Lundh · 23 years ago
  10. 1294ad0 experimental UCS-4 support: added USE_UCS4_STORAGE define to by Fredrik Lundh · 23 years ago
  11. 45714e9 experimental UCS-4 support: made compare a bit more robust, in case by Fredrik Lundh · 23 years ago
  12. 3083163 experimental UCS-4 support: don't assume that MS_WIN32 implies by Fredrik Lundh · 23 years ago
  13. ba18673 Added a note about recompiling OSAm before distributing. by Jack Jansen · 23 years ago
  14. 639a740 Fixed typo in doc string. by Just van Rossum · 23 years ago
  15. 0297dca Fixed bug that prevented shared libs that are submodules of a by Just van Rossum · 23 years ago
  16. b6c3cea SF bug #436207: "if 0: yield x" is ignored. by Tim Peters · 23 years ago
  17. 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
  18. ae1f65f Return self.trace_dispatch from dispatch_return() to enable stepping through generators. (An alternative would be to create a new "yield" debugger event, but that involves many more changes, and might break Bdb subclasses.) by Just van Rossum · 23 years ago
  19. b037d33 Updated link to zlib's home page. by Fred Drake · 23 years ago
  20. 19f273c WaitNextEvent short vs. unsigned short fix. by Jack Jansen · 23 years ago
  21. d7b6ed2 Initial revision by Steven M. Gava · 23 years ago
  22. 51777ce Remove const-ness in inet_pton declaration. by Martin v. Löwis · 23 years ago
  23. 2b110f9 Replace snprintf with sprintf. by Martin v. Löwis · 23 years ago
  24. 2106ef0 Repair indentation in comment. by Tim Peters · 23 years ago
  25. a2ca1ae Fix typos in inet_pton/inet_ntop. by Martin v. Löwis · 23 years ago
  26. a45ecae Provide a definition for offsetof. by Martin v. Löwis · 23 years ago
  27. b9ab159 Emulate inet_{pton,ntop} on systems that don't provide it. by Martin v. Löwis · 23 years ago
  28. 530f990 Move USE_TOOLBOX_OBJECT_GLUE into acconfig.h. by Martin v. Löwis · 23 years ago
  29. fee69d0 Changed some comments. Removed the caution about clearing globs, since by Tim Peters · 23 years ago
  30. d4ad59e Clear the copy of the globs dict after running examples. This helps to by Tim Peters · 23 years ago
  31. 77f2d50 doctest systematically leaked memory when handling an exception in an by Tim Peters · 23 years ago
  32. b2bc6a9 Added a "generate k-combinations of a list" example posted to c.l.py. by Tim Peters · 23 years ago
  33. ea2e97a New tests to provoke SyntaxErrors unique to generators. Minor fiddling by Tim Peters · 23 years ago
  34. 08bba95 doctest doesn't handle intentional SyntaxError exceptions gracefully, by Tim Peters · 23 years ago
  35. ee30927 Another variant of the 2-3-5 test, mixing generators with a LazyList class. by Tim Peters · 23 years ago
  36. 7e82b9c Pure brute-force hackery to allow Python to build on Windows again, by Tim Peters · 23 years ago
  37. b9e9ff1 More tests. by Tim Peters · 23 years ago
  38. 0f9da0a Add a recursive Sieve of Eratosthenes prime generator. Not practical, by Tim Peters · 23 years ago
  39. 6ba5f79 Add all the examples from PEP 255, and a few email examples. by Tim Peters · 23 years ago
  40. 1def351 New std test for generators, initially populated with doctests NeilS put by Tim Peters · 23 years ago
  41. bfdf4ec Properly use &&. Closes bug #434988. by Martin v. Löwis · 23 years ago
  42. b28f6e7 Properly use &&. Closes bug #434989. by Martin v. Löwis · 23 years ago
  43. 01dfdb3 Patch #401196: Configuration machinery for IPv6. by Martin v. Löwis · 23 years ago
  44. e7e03cd Fix typo by Andrew M. Kuchling · 23 years ago
  45. ff00fda Correct erroneous description of precmd. by Eric S. Raymond · 23 years ago
  46. ad1a18b Change the semantics of "return" in generators, as discussed on the by Tim Peters · 23 years ago
  47. be9d10e Remove some bogus trailing whitespace. by Fred Drake · 23 years ago
  48. 93852ef Fix minor markup nits. by Fred Drake · 23 years ago
  49. deda9f3 Use a named reference to another chapter instead of hard coding the by Fred Drake · 23 years ago
  50. 5eb4b87 gen_iternext(): Don't assume that the current thread state's frame is by Tim Peters · 23 years ago
  51. 2829f1c Fix a very minor (but annoying when looking for things!) markup nit. by Fred Drake · 23 years ago
  52. 8c96369 PyFrameObject: rename f_stackbottom to f_stacktop, since it points to by Tim Peters · 23 years ago
  53. f5eae66 Add "yeild" to the list of keywords. by Fred Drake · 23 years ago
  54. 1ab1f71 Consistently use semi-colons after the last property for each selector. by Fred Drake · 23 years ago
  55. f015d9a Give the pattern used to pick out a source anchor a more specific pattern. by Fred Drake · 23 years ago
  56. 5962eb0 Added several names. by Fred Drake · 23 years ago
  57. 8058bfa Contributed updates from Harald Hanche-Olsen, giving details of the branch by Fred Drake · 23 years ago
  58. 6fe4660 Added support for our new \infinity and \plusminus macros, and the by Fred Drake · 23 years ago
  59. 5445e5e \infinity, by Fred Drake · 23 years ago
  60. bfd80dd Miscellaneous code cleanups. by Fred Drake · 23 years ago
  61. 95c80f8 Disallow 'yield' in a 'try' block when there's a 'finally' clause. by Tim Peters · 23 years ago
  62. 1bf198e Remove an extra tab character. by Fred Drake · 23 years ago
  63. 307cb05 Re-organize a little, clean up some markup. by Fred Drake · 23 years ago
  64. a2d848e Add sha and _sre to the list of allowed built-in modules. by Fred Drake · 23 years ago
  65. f66cb5d Corrected an error in the information on supporting weak references in by Fred Drake · 23 years ago
  66. 9ca78ac Adjust to understand use of either single- or double-quotes to quote by Fred Drake · 23 years ago
  67. aff8837 Add the new texinputs/license.tex to the shared dependencies. by Fred Drake · 23 years ago
  68. 9966e2c This is a trivial command line utility to print MD5 checksums. by Guido van Rossum · 23 years ago
  69. 93438bf Fix & clean up the information about building Python with large file support by Fred Drake · 23 years ago
  70. 1a3125e Changed the order of the buttons for EasyDialogs.AskYesNoCancel() from the unusual [cancel, no, yes] to the more standard [no, cancel, yes]. by Just van Rossum · 23 years ago
  71. 289a961 Record Windows build number for 2.0.1 final. by Tim Peters · 23 years ago
  72. 67456e8 don't blow up when the charno SyntaxError value is None by Just van Rossum · 23 years ago
  73. b10eb84 repaired expandselection and uncomment breakage by Just van Rossum · 23 years ago
  74. 50cb38d Added support for the gc module (!). by Just van Rossum · 23 years ago
  75. 14e1871 Somehow, under certain circumstances, config.h and rename1.h would pop back up. by Guido van Rossum · 23 years ago
  76. d6d010b Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into by Tim Peters · 23 years ago
  77. 2b13ce8 Try to avoid creating reference cycles involving generators. Only keep a by Neil Schemenauer · 23 years ago
  78. 2942131 Got rid of a silly #if. by Jack Jansen · 23 years ago
  79. 490d34d Move license information to a less annoying location in the document. by Fred Drake · 23 years ago
  80. d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
  81. 852f795 Separate the copyright statements and license text; include some new by Fred Drake · 23 years ago
  82. f911a84 Separate the version number and release status into two separate values. by Fred Drake · 23 years ago
  83. dce975c Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO. by Fred Drake · 23 years ago
  84. b8248d8 Don't use extern when we mean staticforward (OSX gcc is picky about it). by Jack Jansen · 23 years ago
  85. f1927a6 Added support for new \setreleaseinfo macro. by Fred Drake · 23 years ago
  86. 82bcbd0 {Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For now: cop out and blacklist them. by Jack Jansen · 23 years ago
  87. 3685a43 ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. by Jack Jansen · 23 years ago
  88. 6b9289f Added a const to shut up a compiler warning. by Jack Jansen · 23 years ago
  89. 4edc5eb Reversed the order of the checks for None or a Dialog where a Window is expected so it doesn't crash under OSX/Mach-o. by Jack Jansen · 23 years ago
  90. c65218e Add a little more support for describing version information. This by Fred Drake · 23 years ago
  91. 8853b18 Removed some unused routines under Carbon. They caused compile errors with UH34. by Jack Jansen · 23 years ago
  92. ff75c21 Adapted to Universal Headers 3.4: new refcontype and use UPP names in stead of Proc names for callback creation. by Jack Jansen · 23 years ago
  93. 5daef31 Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use modern (UPP in stead of Proc) names for callback object creation. by Jack Jansen · 23 years ago
  94. d700d79 Override bdb's canonic() method with a no-op: with bdb's version we couldn't edit breakpoints in file-less ("Untitled" script windows). Besides, we did't need it as we always use full path names anyway. by Just van Rossum · 23 years ago
  95. 5c94ce5 write(): Karl Eichwalder points out that the #, flag comments should by Barry Warsaw · 23 years ago
  96. 6302ec6 gen_iternext(): repair subtle refcount problem. by Tim Peters · 23 years ago
  97. 43afb24 Remove unused code. by Neil Schemenauer · 23 years ago
  98. 7599a3f Add a bunch of sample strings to test soft line breaks of varying end cases. by Barry Warsaw · 23 years ago
  99. dac67ac encode(): Fixed the handling of soft line breaks for lines over 76 by Barry Warsaw · 23 years ago
  100. fb3e54f made 7-bit-clean. by Just van Rossum · 23 years ago