2009-03-03 |
Hirokazu Yamamoto | Issue #5179: Fixed subprocess handle leak on failure... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Hirokazu Yamamoto | Fixed memory leak. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Minor simplification. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Make the underlying data structure more private. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Beef-up tests. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Fix markup. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Backport 70111: Let configparser use ordered dicts... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Backport 70106: Add OrderedDict support to collections... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Backport PEP 372: OrderedDict() |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Kristján Valur... | Fix SHA_new and MD5_new, that would crash if not given... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Benjamin Peterson | give httplib.IncompleteRead a more sane repr #4308 |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Tarek Ziadé | removing the force-optimized option as discussed in... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gregory P.... | Adds an optional flags argument to re.split, re.sub... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gregory P.... | The note about caching of regular expression objects... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Benjamin Peterson | fix a silly problem of caching gone wrong #5401 |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Raymond Hettinger | Fix docs for ConfigParser. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Georg Brandl | Fix 3k-style metaclass syntax in docstrings. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Jeffrey Yasskin | Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Mark Dickinson | Issue #5393: typo in cmath.cos and cmath.cosh docstring |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Hirokazu Yamamoto | Binary flag is needed on windows. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Hirokazu Yamamoto | Issue #1733986: Fixed mmap crash in accessing elements... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Hirokazu Yamamoto | Issue #5386: mmap.write_byte didn't check map size... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Tarek Ziadé | Issues #1533164 and #5378: Added quiet and force-optimi... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Georg Brandl | #5365: add quick look conversion table for different... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Georg Brandl | #5344: fix punctuation. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Georg Brandl | #5363: fix cmpfiles() docs. Another instance where... |
commit | commitdiff | tree | snapshot |
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 |
next |