2009-07-21 |
Thomas Heller | Issue #6493: Fix a ctypes problem setting bitfields... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Benjamin Peterson | Merged revisions 74121-74122 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Benjamin Peterson | the Slice in x[::] has to have step as None to help... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Benjamin Peterson | Merged revisions 74116 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Benjamin Peterson | Merged revisions 73771,73811,73840,73842,73848-73849... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Benjamin Peterson | remove docs for deprecated -p option |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristján Valur... | http://bugs.python.org/issue6499 |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristján Valur... | http://bugs.python.org/issue6499 |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Benjamin Peterson | split unittest.py into a package |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Senthil Kumaran | Fix for issue5102, timeout value propages between redir... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Mark Dickinson | Add Case Van Horsen to Misc/ACKS, for fractions module... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Mark Dickinson | Issue #6431: Fix Fraction comparisons with unknown... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Georg Brandl | #6489: fix an ambiguity in getiterator() documentation. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Georg Brandl | #6505: fix typos. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Georg Brandl | #6513: fix example code: warning categories are classes... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Alexandre Vassalotti | Add a check to ensure the correct autoconf version... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Alexandre Vassalotti | Regenerate configure script using autoconf 2.61. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Alexandre Vassalotti | Revert r74048. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Alexandre Vassalotti | Fix GCC warning about fprintf used without a string... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Alexandre Vassalotti | Initialize variables in PyCurses_getsyx() to avoid... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Alexandre Vassalotti | Regenerate configure script. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Alexandre Vassalotti | Double-quote the test case for %zd printf() format... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Hirokazu Yamamoto | NEWS about r74040. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Hirokazu Yamamoto | Issue #6415: Fixed warnings.warn sagfault on bad format... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Alexandre Vassalotti | Clean up the test case for broken poll(). |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Alexandre Vassalotti | Double-quote the test cases for chflags() and lchflags() |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Alexandre Vassalotti | Cache the results of all runtime checks. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Alexandre Vassalotti | Rename the useless AC_INCLUDES_DEFAULT and protect... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Alexandre Vassalotti | Use AC_CHECK_SIZEOF to find the size of off_t, pthread_... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Georg Brandl | Revert r74028. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Georg Brandl | #6482: simplify "except: raise" to "finally:". |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Tarek Ziadé | #6466 refactored distutils duplicate get_versions(... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Jesse Noller | Issue 6433: multiprocessing.pool.map hangs on empty... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Georg Brandl | #6481: fix typo in os.system() replacement. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Georg Brandl | #6486: start with built in functions rather than "built... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Georg Brandl | #5910: fix kqueue for calls with more than one event. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Amaury Forgeot... | #6076 Add a title to the IDLE Preferences window. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Alexandre Vassalotti | Issue #2389: Pickle array objects using a list represen... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ezio Melotti | methods' names pep8ification |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Benjamin Peterson | update year |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Michael Foord | Move TestRunner initialisation into unittest.TestProgra... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Amaury Forgeot... | Document the newly added codec |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Marc-André... | Use a different VER command output parser to address... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Marc-André... | Use a new global DEV_NULL instead of hard-coding /dev... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Amaury Forgeot... | NEWS entry for r74000. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Amaury Forgeot... | #1616979: Add the cp720 (Arabic DOS) encoding. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Amaury Forgeot... | Set svn:eol-style=CRLF on all Visual Studio solution... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Vinay Sajip | Issue #6314: logging: Extra checks on the "level" argum... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Benjamin Peterson | fix umlaut |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Benjamin Peterson | change encoding to utf-8 |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Benjamin Peterson | fix another name |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Benjamin Peterson | change encoding to utf-8 |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Benjamin Peterson | fix Tarek's name |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristján Valur... | http://bugs.python.org/issue6267 |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Benjamin Peterson | add Joe |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Benjamin Peterson | add versionadded |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Hirokazu Yamamoto | Fixed distutils test. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Benjamin Peterson | ignore things in Lib/test/data/ |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Benjamin Peterson | put downloaded test support files in Lib/test/data... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Tarek Ziadé | reverted changes for #6459 (doesn't apply on 2.x) |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Amaury Forgeot... | #2622 Import errors in email.message, from a py2app... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Georg Brandl | array.array is actually a class. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Tarek Ziadé | fixed #6459: distutils.command.build_ext.get_export_sym... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Georg Brandl | #6456: clarify the meaning of constants used as argumen... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Tarek Ziadé | cleaned up distutils.build_ext module |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Georg Brandl | #6430: add note about size of "u" type. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Georg Brandl | #6448: clarify docs for find_module(). |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Georg Brandl | #6446: fix import_spam() function to use correct error... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Georg Brandl | Fix style. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Amaury Forgeot... | Add basic tests for the return value of os.popen()... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Kristján Valur... | http://bugs.python.org/issue6460 |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ezio Melotti | more cleanups and if zlib -> skipUnless(zlib) |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Amaury Forgeot... | #6447: typo in subprocess docstring |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Tarek Ziadé | cleaned up distutils.command.build |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Tarek Ziadé | Added test coverage for distutils.command.build |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Tarek Ziadé | Fixed #6455 (the test shall use pyd files under win32... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Amaury Forgeot... | #6416: Fix compilation of the select module on Windows... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
R. David Murray | Try to fix Solaris buildbot rmtree failure in test_getc... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
R. David Murray | Temporarily ignore rmtree errors in test_getcwd_long_pa... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
R. David Murray | Curdir needs to be in the path for the test to work... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
R. David Murray | Specify umask in execute bit test to get consistent... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Tarek Ziadé | PendingDeprecationWarning -> DeprecationWarning in... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
R. David Murray | Make test work with -O. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
R. David Murray | Conditionalize test cleanup code to eliminate traceback... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Tarek Ziadé | Sets the compiler attribute to keep the old behavior... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mark Dickinson | Issue #1523: Remove deprecated overflow masking in... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mark Dickinson | Expand test coverage for struct.pack with native intege... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mark Dickinson | Add skipping to struct test that only applies when... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mark Dickinson | Typo in error message |
commit | commitdiff | tree | snapshot |
2009-07-07 |
R. David Murray | Update issue 6070 patch to match the patch that was... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Kristján Valur... | http://bugs.python.org/issue6382 |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Amaury Forgeot... | #6420: Fix a compilation warning in the nis module... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Alexandre Vassalotti | Grow the allocated buffer in PyUnicode_EncodeUTF7 to... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
R. David Murray | Issue 6070: when creating a compiled file, after copyin... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Tarek Ziadé | Fixed #6377: distutils compiler switch ignored (and... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Kristján Valur... | http://bugs.python.org/issue6382 |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Mark Dickinson | Issues #1530559, #1741130: Fix various inconsistencies... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Alexandre Vassalotti | Backport test cases added in r73852. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Alexandre Vassalotti | Fix bad variable name in r73846. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Alexandre Vassalotti | Issue 2370: Add Python 3 warnings for the removal of... |
commit | commitdiff | tree | snapshot |
next |