- 6fd3321 Update VS8.0 build files, using the script vs9to8.py. by Amaury Forgeot d'Arc · 17 years ago
- 3511388 It seems that my VS2008 Express does not include a project in the build configuration, by Amaury Forgeot d'Arc · 17 years ago
- b8a18ea Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license. by Martin v. Löwis · 17 years ago
- 7b9e124 Support file names which include '+' (for Tk 8.5). by Martin v. Löwis · 17 years ago
- 329d738 Split Tcl make targets into separate ones. by Martin v. Löwis · 17 years ago
- a41be1d Revert bogus disabling of Tcl and Tk. by Martin v. Löwis · 17 years ago
- 7630731 Switch to Tcl/Tk 8.5. by Martin v. Löwis · 17 years ago
- db2c9f4 Switch to Tcl/Tk 8.5.2. by Martin v. Löwis · 17 years ago
- a03722f deprecated mimetools by Benjamin Peterson · 17 years ago
- ffae306 Sounds obvious, but I didn't even realize that you can put non-string by Armin Rigo · 17 years ago
- 5cc774e Can we agree to put dots at entry ends? Thanks. by Georg Brandl · 17 years ago
- 6f7ae69 update ACKS and NEWs for multiprocessing by Benjamin Peterson · 17 years ago
- 41a9e15 Markup fixes, thanks Georg for the help. by Thomas Heller · 17 years ago
- c0a296f Add versionadded marker to ctypes.c_longdouble. by Thomas Heller · 17 years ago
- 89f4887 Add future_builtins.ascii(). by Georg Brandl · 17 years ago
- 35b9020 Smaller doc fixes. by Thomas Heller · 17 years ago
- 2e9675a More doc fixes. by Thomas Heller · 17 years ago
- 13f7382 add old names back into __all__ by Benjamin Peterson · 17 years ago
- fe22a45 Correct an incorrect comment about our #include of stddef.h. by Gregory P. Smith · 17 years ago
- 81567d2 Markup fixes, spelling corrections, and better wordings. Hopefully. by Thomas Heller · 17 years ago
- d987545 Clarify what ":errorhandler" refers to. by Georg Brandl · 17 years ago
- 9cf1934 Fix typos. by Georg Brandl · 17 years ago
- f439560 add aliases to threading module by Benjamin Peterson · 17 years ago
- 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
- 32c2e41 fix Windows building for multiprocessing by Benjamin Peterson · 17 years ago
- e29a103 Add test for heapq using both __lt__ and __le__. by Raymond Hettinger · 17 years ago
- a809c98 Note PEP 371 section by Andrew M. Kuchling · 17 years ago
- 6fbfb48 Optimize previous checkin for heapq. by Raymond Hettinger · 17 years ago
- e605e4f fix import of multiprocessing by juggling imports by Benjamin Peterson · 17 years ago
- f0bc3cb Issue 3051: Let heapq work with either __lt__ or __le__. by Raymond Hettinger · 17 years ago
- 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 17 years ago
- 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
- 73baefd Fix markup. Document the new 'offset' parameter for the 'ctypes.byref' function. by Thomas Heller · 17 years ago
- e0b9261 swap stringobject.h and bytesobject.h contents to make sense. PyString in by Gregory P. Smith · 17 years ago
- 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago
- d529986 convert test_struct to a unittest thanks to Giampaolo Rodola by Benjamin Peterson · 17 years ago
- 610a93e Handle the case with zero arguments. by Raymond Hettinger · 17 years ago
- 363070a Update numbers doc for the Integral simplification. by Raymond Hettinger · 17 years ago
- caea65e Mini-PEP: Simplifying numbers.py by Raymond Hettinger · 17 years ago
- 31296c0 backport of 64096 by Benjamin Peterson · 17 years ago
- 8e8de4a Correct test_pydoc for win32 platforms, to account for normalized URLs: by Amaury Forgeot d'Arc · 17 years ago
- b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 17 years ago
- 482f312 Documented the new AST constructor. by Armin Ronacher · 17 years ago
- 3079be5 Fix a formatting error in the ast documentation. by Armin Ronacher · 17 years ago
- 99a3dce More reverting of r63675 per the mailing list discussions. This restores by Gregory P. Smith · 17 years ago
- b67b53d Fixed test to reflect new filedispatcher semantics, as well as two by Josiah Carlson · 17 years ago
- 1cec7aa NEWS entry for: Add an optional 'offset' parameter to byref, defaulting to zero. by Thomas Heller · 17 years ago
- dcea9a9 Add an optional 'offset' parameter to byref, defaultingto zero. by Thomas Heller · 17 years ago
- 60977c7 more markup fix. by Georg Brandl · 17 years ago
- 0099e72 fix markup by Benjamin Peterson · 17 years ago
- 8550d69 #2536: fix itertools.permutations and itertools.combinations docstrings. by Georg Brandl · 17 years ago
- 901c997 Issue 3048: Fixed sys.getsizeof for unicode objects. by Robert Schuppenies · 17 years ago
- 0705bc0 Add Arnaud for his efforts on multi-arg set operations. by Raymond Hettinger · 17 years ago
- 8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. by Georg Brandl · 17 years ago
- df7036d Add Gregor Lingl. by Martin v. Löwis · 17 years ago
- 1a72d88 Applying updated patch from Issue 1736190, which addresses partial by Josiah Carlson · 17 years ago
- 602d8db Added better pickling support to xrange objects. Cleaned up the unit test. by Alexandre Vassalotti · 17 years ago
- 1f2f61a Issue 2582: Fix pickling of xrange objects. by Alexandre Vassalotti · 17 years ago
- 5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. by Raymond Hettinger · 17 years ago
- d623414 Unhappy buildbots. Revert 64052. Long doubles have unexpected effects on some builds. by Raymond Hettinger · 17 years ago
- 7b1ed66 Address double-rounding scenarios by setting all variables to long doubles. by Raymond Hettinger · 17 years ago
- ee4bcad Let set.union() and set.update() accept multiple inputs. by Raymond Hettinger · 17 years ago
- ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 17 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
- e98839a Issue3065: Fixed pickling of named tuples. Added tests. by Raymond Hettinger · 17 years ago
- f4fcdb6 warn about parameter tuple unpacking by Benjamin Peterson · 17 years ago
- d5efd20 Warn about assigning to Py3k keywords (True and False) by Benjamin Peterson · 17 years ago
- cbd7813 add an ast_warn helper function to make adding those Py3k warnings easier by Benjamin Peterson · 17 years ago
- 3219df1 Argh, I read it wrong. Reverted 64036 and added a clarifying remark. by Georg Brandl · 17 years ago
- ebd662d #3028: tokenize passes the physical line. by Georg Brandl · 17 years ago
- 2fe3ef8 change Py3k backquote warning to a SyntaxWarning and add a test by Benjamin Peterson · 17 years ago
- 1f1174e capitalization nit by Benjamin Peterson · 17 years ago
- 9cea511 Document the "st" API, to avoid confusion with the "new" AST. by Georg Brandl · 17 years ago
- 5f27af0 X-ref to numbers module. by Georg Brandl · 17 years ago
- afd05da Backport docs for abc module to 2.6. by Georg Brandl · 17 years ago
- 60fbf7f #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. by Georg Brandl · 17 years ago
- 3bed4ae Register IterableUserDict as a MutableMapping. by Georg Brandl · 17 years ago
- bf0610a Revert unwanted changes. by Georg Brandl · 17 years ago
- 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 17 years ago
- 6a5a177 Finished bug #2451. Fixed the retrying part to make it more robust. by Facundo Batista · 17 years ago
- 0144f27 Remove locking part of new buffer protocol. by Travis E. Oliphant · 17 years ago
- 711c9e9 Add long double check support to configure test. by Travis E. Oliphant · 17 years ago
- ec2fe78 Issue 3501: Make heapq support both __le__ and __lt__. by Raymond Hettinger · 17 years ago
- 0d236eb Fix build issue on OSX 10.4 by Ronald Oussoren · 17 years ago
- 3f67c43 Document the new ctypes features. by Thomas Heller · 17 years ago
- fb0117e Add a reminder for the maintainer of whatsnew. by Thomas Heller · 17 years ago
- f89b04c Performance improvement: Use PyDict_Get/SetItem instead of by Thomas Heller · 17 years ago
- d82a9c1 Fix brackets. by Georg Brandl · 17 years ago
- fbb9c0b Issue #1798: Add ctypes calling convention that allows safe access of errno. by Thomas Heller · 17 years ago
- d77554f Markup fix. by Georg Brandl · 17 years ago
- 2a3e3d0 Aldo Cortesi confirmed this is still needed for OpenBSD 4.2 and 4.3. by Neal Norwitz · 17 years ago
- 5e3e6ba Grammar fix by Andrew M. Kuchling · 17 years ago
- b5a40dd Add various items by Andrew M. Kuchling · 17 years ago
- 6dd8cca Document 'utc' parameter by Andrew M. Kuchling · 17 years ago
- 8456f64 revert 63965 for preformance reasons by Benjamin Peterson · 17 years ago
- 30dc7b8 use the more idomatic while True by Benjamin Peterson · 17 years ago
- 59475e9 Backport from py3k: Implement the new buffer interface from pep3118 by Thomas Heller · 17 years ago
- 2e75c45 Backport from py3k: Implement the new buffer interface from pep3118 by Thomas Heller · 17 years ago
- 259a566 Fix preprocessor statement. by Thomas Heller · 17 years ago
- 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 17 years ago