- 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 16 years ago
- de28d68 Issue #5393: typo in cmath.cos and cmath.cosh docstring by Mark Dickinson · 16 years ago
- 02172dd Binary flag is needed on windows. by Hirokazu Yamamoto · 16 years ago
- b0e10c7 Issue #1733986: Fixed mmap crash in accessing elements of second map object by Hirokazu Yamamoto · 16 years ago
- f2dc885 Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer by Hirokazu Yamamoto · 16 years ago
- 7334735 Issues #1533164 and #5378: Added quiet and force-optimize options to Distutils bdist_rpm command by Tarek Ziadé · 16 years ago
- 5c189b1 #5365: add quick look conversion table for different time representations. by Georg Brandl · 16 years ago
- fbb995f #5344: fix punctuation. by Georg Brandl · 16 years ago
- ee6361f #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code. by Georg Brandl · 16 years ago
- da2790c #5361: fix typo. by Georg Brandl · 16 years ago
- dda92f7 Issue #5052: make Distutils compatible with 2.3 again. by Tarek Ziadé · 16 years ago
- b31a6d0 Give mapping views a usable repr. by Raymond Hettinger · 16 years ago
- ac10be3 Fix a bug where code was trying to index an int. Left over from the situation by Brett Cannon · 16 years ago
- 75a4fab more info on long_description by Tarek Ziadé · 16 years ago
- b5fc89e removed unused import by Tarek Ziadé · 16 years ago
- cdb4e62 The curses panel library is now supported by Andrew M. Kuchling · 16 years ago
- b3dd548 remove deprecated symtable.Symbol methods by Benjamin Peterson · 16 years ago
- 7bee77c comma by Benjamin Peterson · 16 years ago
- 9bb240b the startship is rather outdated now by Benjamin Peterson · 16 years ago
- 13813f7 Document that setting sys.py3kwarning wont do anything. by Georg Brandl · 16 years ago
- a168698 fix str.format()'s first arg #5371 by Benjamin Peterson · 16 years ago
- ed955f1 Fix typo. by Raymond Hettinger · 16 years ago
- a665853 Clarify Counter() docs. by Raymond Hettinger · 16 years ago
- e3bc0ef Fixed #5316 : test failure in test_site by Tarek Ziadé · 16 years ago
- b646487 Replace long with twodigits, to avoid depending on sizeof(digit) < sizeof(long) by Mark Dickinson · 16 years ago
- afe496d Remove reference to zero argument form of super() in 2.x docs. by Raymond Hettinger · 16 years ago
- b762d58 More markup and spelling fixes. by Raymond Hettinger · 16 years ago
- eb7cbb9 Restore Py2.x version of sample call to super(). by Raymond Hettinger · 16 years ago
- 9766033 Sync-up py3.1 doc updates for super(). by Raymond Hettinger · 16 years ago
- 43bff05 Tools/scripts/analyze_dxp.py, a module with some helper functions to by Jeffrey Yasskin · 16 years ago
- b7019d8 Expand upon test_site.test_s_option to try to debug its failure. by Brett Cannon · 16 years ago
- 8c56f88 Backport 69934: Register xrange() as a Sequence. by Raymond Hettinger · 16 years ago
- c9332fa Fix call to os.waitpid, it does not take keyword args. by Neil Schemenauer · 16 years ago
- a18736b update README on running tests by Benjamin Peterson · 16 years ago
- d47442e Update itertools recipes to use next(). by Raymond Hettinger · 16 years ago
- 52bc7b8 Fix grammar. by Georg Brandl · 16 years ago
- de19691 #5352: str.count() counts non-overlapping instances. by Georg Brandl · 16 years ago
- 11b34d0 more test coverage by Tarek Ziadé · 16 years ago
- 89d4f0d #5349: C++ pure virtuals can also have an implementation. by Georg Brandl · 16 years ago
- 528f881 #5348: format() converts all kinds of values. by Georg Brandl · 16 years ago
- 8ad554f - Link the shared python library with $(MODLIBS). by Matthias Klose · 16 years ago
- 7b47172 Removing unused __main__ sections by Tarek Ziadé · 16 years ago
- 28bba74 removing map and lambda usage, so the test is similar to py3k's branch one by Tarek Ziadé · 16 years ago
- 90b7d56 moved distutils.text_file tests into a real unittest class by Tarek Ziadé · 16 years ago
- b03f532 Revert debugging statements, culprit is possibly test_distutils (see #5316) by Antoine Pitrou · 16 years ago
- 13d1690 Try to make sense of the test_site buildbot failures by Antoine Pitrou · 16 years ago
- 2595edc using versionchanged instead of versionadded for distutils doc on sdist default files by Tarek Ziadé · 16 years ago
- 873389d fix compiler warnings by Benjamin Peterson · 16 years ago
- 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
- a12a86e #5338, #5339: two types in the API manual. by Georg Brandl · 16 years ago
- be9b765 Speedup and simplify negative counter using count's new step argument. by Raymond Hettinger · 16 years ago
- aa681c7 Fix keyword arguments for itertools.count(). by Raymond Hettinger · 16 years ago
- 2752e9b Issue #5295: Typos in turtle.py by Mark Dickinson · 16 years ago
- 8725dce Issue 5176: special-case string formatting in BINARY_MODULO implementation. This shows a modest (1-3%) speed-up in templating systems, for example. by Collin Winter · 16 years ago
- e9fb686 Issue #5247: Improve error message when unknown format codes are used when using str.format() with str, unicode, long, int, and float arguments. by Eric Smith · 16 years ago
- 8b8c2df Fix punctuation. by Georg Brandl · 16 years ago
- 6b5dbaa At least separate imports from other statements. by Georg Brandl · 16 years ago
- 4a69872 #5327: fix a broken link by joining it. by Georg Brandl · 16 years ago
- a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 16 years ago
- 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 16 years ago
- a630735 #5317: update IronPython URL. by Georg Brandl · 16 years ago
- 1a0d2be #5287: Add exception handling around findCaller() call to help out IronPython. by Vinay Sajip · 16 years ago
- 8f9a1ee Inline coefficients in gamma(). Add reflection formula. Add comments. by Raymond Hettinger · 16 years ago
- e7cb1ce #5310, #3558: fix operator precedence table. by Georg Brandl · 16 years ago
- 749e6d0 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
- 7d85495 Add an example for math.fsum() and elaborate on the accurary note. by Raymond Hettinger · 16 years ago
- f9bce83 Add some cross-references to the docs. Simplify the python code equivalent for izip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
- 182edae Add keyword arg support to itertools.repeat(). by Raymond Hettinger · 16 years ago
- 2e2909f Add keyword arg support to itertools.compress(). by Raymond Hettinger · 16 years ago
- 08259e8 Py3k warnings now automatically include -Qwarn for division. by Raymond Hettinger · 16 years ago
- c8223b0 Generalize the itertools.tee() recipe. by Raymond Hettinger · 16 years ago
- 8367bec Clarify socket timeout behavior vs system network stack behavior on connect by Gregory P. Smith · 16 years ago
- 580d7c1 #5268: mention VMSError. by Georg Brandl · 16 years ago
- 0ac63f1 #5296: sequence -> iterable. by Georg Brandl · 16 years ago
- 52f6b6d #5297: fix example. by Georg Brandl · 16 years ago
- 0e5001e fixed the data_files inclusion behavior by Tarek Ziadé · 16 years ago
- 17a837e Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0, by Hirokazu Yamamoto · 16 years ago
- 1d0b5cc Clarify the deprecation of platform.dist(). by Marc-André Lemburg · 16 years ago
- 6290178 Fix issue776533. by Ronald Oussoren · 16 years ago
- 0aee942 Fixup intro paragraphs for the itertools docs. Add some tables for quick reference. by Raymond Hettinger · 16 years ago
- f6bbd0e Issue #5292: Fixed mmap crash on its boundary access m[len(m)]. by Hirokazu Yamamoto · 16 years ago
- f68b5b8 #2279 added the plain path case for data_files by Tarek Ziadé · 16 years ago
- f746a1f Fix-up intro paragraph for collections docs. by Raymond Hettinger · 16 years ago
- 7c98a6d Add explanation for super(type1, type2). by Raymond Hettinger · 16 years ago
- fd04870 Issue 5229: Documentation for super() neglects to say what super() actually does by Raymond Hettinger · 16 years ago
- f1c95fe note about #2279 by Tarek Ziadé · 16 years ago
- ae9dc8c #2279: use os.sep so the MANIFEST file test work on win32 by Tarek Ziadé · 16 years ago
- 7dd5339 Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files by Tarek Ziadé · 16 years ago
- a7b0c12 PyList_Append() can fail by Benjamin Peterson · 16 years ago
- 5781f32 remove some PyBytes_* aliases that are not in 3.x by Benjamin Peterson · 16 years ago
- 062a7c3 fix compiler warnings by Benjamin Peterson · 16 years ago
- b21d810 Add GC support to count() objects. Backport candidate. by Raymond Hettinger · 16 years ago
- afb5a48 note functions that are not aliased to PyBytes_ #5280 by Benjamin Peterson · 16 years ago
- b6d0a52 Added Ross Light to ACKS, for bug 4285 (r69331). by Eric Smith · 16 years ago
- bcf6b18 A few more minor fixes in longobject.c by Mark Dickinson · 16 years ago
- 2ffb26f Issue #5260: Various portability and standards compliance fixes, optimizations by Mark Dickinson · 16 years ago
- 5b8c701 Fixed typo. by Hirokazu Yamamoto · 16 years ago
- f3715d2 #5179: don't leak PIPE fds when child execution fails. by Georg Brandl · 17 years ago
- 95777bb this needn't be a shebang line by Benjamin Peterson · 17 years ago
- 76afd3b we're no longer using CVS, so this doesn't have to be binary by Benjamin Peterson · 17 years ago