2009-02-27 |
Georg Brandl | #5361: fix typo. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Tarek Ziadé | Issue #5052: make Distutils compatible with 2.3 again. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Raymond Hettinger | Give mapping views a usable repr. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Brett Cannon | Fix a bug where code was trying to index an int. Left... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Tarek Ziadé | more info on long_description |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Tarek Ziadé | removed unused import |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Andrew M. Kuchling | The curses panel library is now supported |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Benjamin Peterson | remove deprecated symtable.Symbol methods |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Benjamin Peterson | comma |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Benjamin Peterson | the startship is rather outdated now |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Georg Brandl | Document that setting sys.py3kwarning wont do anything. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Benjamin Peterson | fix str.format()'s first arg #5371 |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Raymond Hettinger | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Raymond Hettinger | Clarify Counter() docs. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Tarek Ziadé | Fixed #5316 : test failure in test_site |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Mark Dickinson | Replace long with twodigits, to avoid depending |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Raymond Hettinger | Remove reference to zero argument form of super() in... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Raymond Hettinger | More markup and spelling fixes. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Raymond Hettinger | Restore Py2.x version of sample call to super(). |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Raymond Hettinger | Sync-up py3.1 doc updates for super(). |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Jeffrey Yasskin | Tools/scripts/analyze_dxp.py, a module with some helper... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Brett Cannon | Expand upon test_site.test_s_option to try to debug... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Raymond Hettinger | Backport 69934: Register xrange() as a Sequence. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Neil Schemenauer | Fix call to os.waitpid, it does not take keyword args. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Benjamin Peterson | update README on running tests |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Raymond Hettinger | Update itertools recipes to use next(). |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Georg Brandl | Fix grammar. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Georg Brandl | #5352: str.count() counts non-overlapping instances. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Tarek Ziadé | more test coverage |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Georg Brandl | #5349: C++ pure virtuals can also have an implementation. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Georg Brandl | #5348: format() converts all kinds of values. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Matthias Klose | - Link the shared python library with $(MODLIBS). |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Tarek Ziadé | Removing unused __main__ sections |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Tarek Ziadé | removing map and lambda usage, so the test is similar... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Tarek Ziadé | moved distutils.text_file tests into a real unittest... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Antoine Pitrou | Revert debugging statements, culprit is possibly test_d... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Antoine Pitrou | Try to make sense of the test_site buildbot failures |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Tarek Ziadé | using versionchanged instead of versionadded for distut... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Benjamin Peterson | fix compiler warnings |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Mark Dickinson | Issue #5341: Fix a variety of spelling errors. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Georg Brandl | #5338, #5339: two types in the API manual. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Raymond Hettinger | Speedup and simplify negative counter using count's... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Raymond Hettinger | Fix keyword arguments for itertools.count(). |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Mark Dickinson | Issue #5295: Typos in turtle.py |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Collin Winter | Issue 5176: special-case string formatting in BINARY_MO... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Eric Smith | Issue #5247: Improve error message when unknown format... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Georg Brandl | Fix punctuation. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Georg Brandl | At least separate imports from other statements. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Georg Brandl | #5327: fix a broken link by joining it. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Benjamin Peterson | revert r69777 since all the experts agree that extra... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Jeroen Ruigrok... | Since we recommend one module per import line, reflect... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Georg Brandl | #5317: update IronPython URL. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Vinay Sajip | #5287: Add exception handling around findCaller() call... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Inline coefficients in gamma(). Add reflection formula... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Georg Brandl | #5310, #3558: fix operator precedence table. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Add links to helpful external resources. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Add an example for math.fsum() and elaborate on the... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Add some cross-references to the docs. Simplify the... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Add keyword arg support to itertools.repeat(). |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Raymond Hettinger | Add keyword arg support to itertools.compress(). |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Raymond Hettinger | Py3k warnings now automatically include -Qwarn for... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Raymond Hettinger | Generalize the itertools.tee() recipe. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Gregory P.... | Clarify socket timeout behavior vs system network stack... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Georg Brandl | #5268: mention VMSError. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Georg Brandl | #5296: sequence -> iterable. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Georg Brandl | #5297: fix example. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Tarek Ziadé | fixed the data_files inclusion behavior |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Hirokazu Yamamoto | Issue #5282: Fixed mmap resize on 32bit windows and... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Marc-André... | Clarify the deprecation of platform.dist(). |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ronald Oussoren | Fix issue776533. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Raymond Hettinger | Fixup intro paragraphs for the itertools docs. Add... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Hirokazu Yamamoto | Issue #5292: Fixed mmap crash on its boundary access... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Tarek Ziadé | #2279 added the plain path case for data_files |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Raymond Hettinger | Fix-up intro paragraph for collections docs. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Raymond Hettinger | Add explanation for super(type1, type2). |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Raymond Hettinger | Issue 5229: Documentation for super() neglects to say... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Tarek Ziadé | note about #2279 |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Tarek Ziadé | #2279: use os.sep so the MANIFEST file test work on... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Tarek Ziadé | Fixed #2279: distutils.sdist.add_defaults now add files... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benjamin Peterson | PyList_Append() can fail |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benjamin Peterson | remove some PyBytes_* aliases that are not in 3.x |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benjamin Peterson | fix compiler warnings |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Raymond Hettinger | Add GC support to count() objects. Backport candidate. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Benjamin Peterson | note functions that are not aliased to PyBytes_ #5280 |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Eric Smith | Added Ross Light to ACKS, for bug 4285 (r69331). |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Mark Dickinson | A few more minor fixes in longobject.c |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Mark Dickinson | Issue #5260: Various portability and standards complian... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Hirokazu Yamamoto | Fixed typo. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Georg Brandl | #5179: don't leak PIPE fds when child execution fails. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Benjamin Peterson | this needn't be a shebang line |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Benjamin Peterson | we're no longer using CVS, so this doesn't have to... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Tarek Ziadé | Replace variable |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Tarek Ziadé | Fix for #5257: refactored all tests in distutils, so... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Raymond Hettinger | Add keyword argument support to itertools.count(). |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Tarek Ziadé | fix the environ for distutils test_util |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Tarek Ziadé | Fixed #4524: distutils build_script command failed... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Tarek Ziadé | Issue #2461: added tests for distutils.util |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Martin v. Löwis | Add optional code signing after merging. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Martin v. Löwis | Update Tix build procedure. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Martin v. Löwis | Move amd64 properties further to the top, so that they... |
commit | commitdiff | tree | snapshot |
next |