2009-03-09 |
Raymond Hettinger | Issue 5443: Fix typo. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Martin v. Löwis | Add Chris Withers. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Benjamin Peterson | fix funky indentation |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Guilherme Polo | Fixed issue #2638: Show a window constructed with tkSim... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Guilherme Polo | Fixed issue #4792: Prevent a segfault in _tkinter by... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Guilherme Polo | Fixed issue #5193: Guarantee that Tkinter.Text.search... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Tarek Ziadé | Issue #5394: removed > 2.3 syntax from distutils.msvc9c... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Jesus Cea | Minor bsddb documentation glitch |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Hirokazu Yamamoto | mmap.resize for anonymous map is not working yet, so... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Hirokazu Yamamoto | Issue #5385: Fixed mmap crash after resize failure... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Hirokazu Yamamoto | Fixed memory leak on failure. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Benjamin Peterson | add example |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald Oussoren | Fix for issue #1113328. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald Oussoren | Fixes issues 3883 and 5194 |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald Oussoren | Change framework search order when looking for Tcl... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Facundo Batista | Fixed a typo. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald Oussoren | Fix for issue 5226. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald Oussoren | Fix issue 5224. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Georg Brandl | Remove obsolete stuff from string module docs. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Brett Cannon | Fix some more bugs caused by the backport from 3.x... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Raymond Hettinger | Backport 70140, 70141, 70143, and 70144. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Benjamin Peterson | making the writing more formal |
commit | commitdiff | tree | snapshot |
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 |
next |