2009-05-13 |
Tarek Ziadé | adding void to the c function |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Tarek Ziadé | added an inifoo in the C file, to avoid a warning by... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
R. David Murray | Issue #4050: inspect.findsource/getsource now raise... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
R. David Murray | Move news item to correct section, remove spurious... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
R. David Murray | Issue 5994: add docstrings to marshal. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Benjamin Peterson | the compiler attribute is used in setup.py; can't rename |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Tarek Ziadé | fixed #5977: distutils build_ext.get_outputs was not... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Michael Foord | Better fix for modules using unittest.main(). Fixes... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Michael Foord | Fix to restore command line behaviour for test modules... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Tarek Ziadé | removing the assert statement so the code works when... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
R. David Murray | Make it clear up front that shelve only records changes |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Michael Foord | Add missing # to NEWS |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Michael Foord | Adds a verbosity keyword argument to unittest.main... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Mark Dickinson | Issue #5981: Fix some float.fromhex bugs related to... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Tarek Ziadé | distutils.test_build_clib added a new line at the end... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Benjamin Peterson | sys.setdefaultencoding() strikes me as a bad example |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Tarek Ziadé | fixed test_build_ext for win32 |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Benjamin Peterson | use isinstance |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Tarek Ziadé | fixed test for all platforms |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Tarek Ziadé | now using EnvironGuard everywhere |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Tarek Ziadé | refactored test_sysconfig so it uses test.test_support... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Tarek Ziadé | Added tests form install_lib and pep8-fied the module |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Tarek Ziadé | fixed #5984 and improved test coverage |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Benjamin Peterson | make sure files are closed using the with statement |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Benjamin Peterson | close file explicitly |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Benjamin Peterson | clear error state properly |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Benjamin Peterson | don't ignore exceptions from _PyObject_LengthHint |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Benjamin Peterson | ignore AttributeErrors for classic classes |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Benjamin Peterson | *sigh* deal with instances correctly |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Benjamin Peterson | can't handle classic classes here |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Benjamin Peterson | ignore classic classes |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Benjamin Peterson | convert some more special methods to use _PyObject_Look... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Vinay Sajip | Issue #5971: StreamHandler.handleError now swallows... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Tarek Ziadé | #5976: fixed distutils test_check_environ |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Tarek Ziadé | Fixed Issue 5900: distutils.command.build_ext - Ensure... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Benjamin Peterson | lookup __reversed__ correctly as a special method |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Benjamin Peterson | Merged revisions 72491-72493 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Gregory P.... | Fix an off by one error on negative indexs to __getitem__ |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Jeffrey Yasskin | Issue 5954, PyFrame_GetLineNumber: |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Jeffrey Yasskin | PyCode_NewEmpty: |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Mark Dickinson | Issue #5933: Fix gcc -Wextra compiler warnings (and... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Thomas Heller | Add a file that contains diffs between offical libffi... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Benjamin Peterson | fix this test |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Jeroen Ruigrok... | Update the Windows locale mapping with the ones introdu... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Jeroen Ruigrok... | Add ISO-8859-16. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Georg Brandl | Fix name. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Benjamin Peterson | this is now a bound method |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Benjamin Peterson | add _PyObject_LookupSpecial to handle fetching special... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Philip Jenvey | #4351: more appropriate DeprecationWarning stacklevels |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Tarek Ziadé | fixed AR/ARFLAGS values in test_sysconfig |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Tarek Ziadé | run autoconf (step forgotten in r72445) |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Tarek Ziadé | Fixed #5941: added ARFLAGS for the archiver command. |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Tarek Ziadé | removed remaining spaces |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Eric Smith | Fixed wording for formatting integers: precision is... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
R. David Murray | Pre-opened test file needs to be opened in binary mode. |
commit | commitdiff | tree | snapshot |
2009-05-07 |
R. David Murray | News item for Issue5955. |
commit | commitdiff | tree | snapshot |
2009-05-07 |
R. David Murray | Issue5955: aifc's close method did not close the file... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Benjamin Peterson | actually close files instead of leaving it to the gc... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
R. David Murray | Revert inappropriate doc change. |
commit | commitdiff | tree | snapshot |
2009-05-07 |
R. David Murray | Document how to pass a 'decode' argument to get_payload... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Andrew M. Kuchling | Remove two dead links |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Walter Dörwald | Add NEWS entry about issue #3739. |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Walter Dörwald | Issue 3739: The unicode-internal encoder now reports... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Jeroen Ruigrok... | Be more explicit about the error we are catching. |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Tarek Ziadé | removed string.split usage |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Tarek Ziadé | more build_clib cleanup + test coverage |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Tarek Ziadé | pep8-fied build_clib module : it is now similar to... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Tarek Ziadé | Added a test and cleaned check_library_list to be ready... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Jeroen Ruigrok... | Wrap getpreferredencoding()'s use of setlocale in a... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Benjamin Peterson | Merged revisions 68503,68507,68694,69054,69673,69679... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Benjamin Peterson | tabify :( |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Martin v. Löwis | Issue #5721: don't package Lib/test/README anymore. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Benjamin Peterson | fix running test_capi with -R :: |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Thomas Heller | Fix Issue #4875: find_library can return directories... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Eric Smith | Issue #5920: Changed format.__float__ and complex.__flo... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Mark Dickinson | Issue #5933: Fix some gcc -Wextra warnings. Thanks... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Senthil Kumaran | Fixing issue5861 - test_urllib fails on windows. Agree... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Martin v. Löwis | Issue #5847: Remove -n switch on "Edit with IDLE" menu... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Georg Brandl | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Georg Brandl | #5929: fix signedness warning. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Georg Brandl | Fix overlong lines. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Georg Brandl | #5142: add module skipping feature to pdb. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Georg Brandl | Add a news entry for r72319. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Georg Brandl | #1309567: fix linecache behavior of stripping subdirect... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Georg Brandl | #5932: fix error return in _convertPyInt_AsSsize_t... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Steven Bethard | Update bdist_msi so that the generated MSIs for pure... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Benjamin Peterson | using sys._getframe(x), where x > 0 doesnt' work on... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
R. David Murray | Fix issue 5890: (property subclass shadows __doc__... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Antoine Pitrou | Issue #5692: In :class:`zipfile.Zipfile`, fix wrong... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Georg Brandl | #5916, 5917: small socket doc improvements. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Georg Brandl | #5927, 5928: typos. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Georg Brandl | #5925: fix highlighting of keyword table. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Antoine Pitrou | Add Nick Barnes to ACKS. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Antoine Pitrou | Issue #4426: The UTF-7 decoder was too strict and didn... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Walter Dörwald | Fix typos. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Hirokazu Yamamoto | Issue #5913: os.listdir() should fail for empty path... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Gregory P.... | cleanup applied patch to match style that is already... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Gregory P.... | Issue #4751: For hashlib algorithms provided by OpenSSL... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Walter Dörwald | There's no %A in Python 2.x! |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Walter Dörwald | Issue #5108: Handle %s like %S and %R in PyUnicode_From... |
commit | commitdiff | tree | snapshot |
next |