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 |
2009-07-04 |
Ezio Melotti | if zlib -> skipUnless(zlib) and minor cleanups |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Gregory P.... | Merge r73838 from py3k branch. Use the nondeprecated... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Tarek Ziadé | using print statements when used for user interaction |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Tarek Ziadé | Fixed #6413: fixed log level in distutils.dist.announce |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Gregory P.... | news entry for r73825 |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Gregory P.... | Use select.poll() in subprocess, when available, rather... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Ezio Melotti | #6398 typo: versio. -> version. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Kristján Valur... | http://bugs.python.org/issue6267 |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Kristján Valur... | http://bugs.python.org/issue6267 |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Kristján Valur... | http://bugs.python.org/issue6381 |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Gregory P.... | Adds the select.PIPE_BUF attribute to expose the system... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Tarek Ziadé | cleaned distutils.file_util |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Tarek Ziadé | basic tests to raise distutils.file_util coverage |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Benjamin Peterson | another cStringIO restriction |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Tarek Ziadé | cleaned up distutils.command.build_py |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Tarek Ziadé | Fixed #6403 : package path usage for build_ext |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Benjamin Peterson | condense with assertRaises |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Benjamin Peterson | test that compile() accepts the future flag |
commit | commitdiff | tree | snapshot |
2009-07-02 |
R. David Murray | Issue 6389: add documentation for the 'mode' flags... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Benjamin Peterson | when print() gets unicode arguments, sep and end should... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Benjamin Peterson | only order comparisons are removed in py3k #6119 |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Benjamin Peterson | remove this test; a module level warning is enough |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Jesus Cea | multiprocessing doesn't compile in Solaris because... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Tarek Ziadé | pep8-fied and cleaned up distutils.util |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Tarek Ziadé | cleaned up the bdist_dumb module |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Tarek Ziadé | raising bdist_dumb test coverage |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Benjamin Peterson | small optimization: avoid popping the current block... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Benjamin Peterson | proxy the __exit__ call |
commit | commitdiff | tree | snapshot |
2009-07-01 |
R. David Murray | Make punctuation prettier and break up run-on sentence. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Benjamin Peterson | Merged revisions 73379,73388,73507,73722 via svnmerge... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Benjamin Peterson | fix a few cases where automated fail -> assert translat... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Benjamin Peterson | use assert* methods in test_unittest |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Benjamin Peterson | convert usage of fail* to assert* |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Ezio Melotti | Fixed a backslash that was not supposed to be there |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Ezio Melotti | Fixed defaultTestCase -> defaultTestResult |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Benjamin Peterson | provide a dummy __exit__ on windows |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Jesse Noller | Resolves issues 5155, 5313, 5331 - bad file descriptor... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Georg Brandl | #6371: fix link targets. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Georg Brandl | #6384: Add a heading for the exception hierarchy. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Georg Brandl | #6374: add a bit of explanation about shell=True on... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Georg Brandl | #6376: fix copy-n-paste oversight. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Mark Dickinson | Issue #6347: Add inttypes.h to the pyport.h #includes... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Raymond Hettinger | Issue 6370: Performance issue with collections.Counter(). |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Jesse Noller | Issue 5740: multiprocessing.connection.* authkey fixes |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Jesse Noller | Bug 5906: add a documentation note for unix daemons... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Tarek Ziadé | Fixed 6365: wrong inplace location for build_ext if... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Hirokazu Yamamoto | Issue #6368: Fixed unused variable warning on Unix. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Georg Brandl | Fix error handling in PyCode_Optimize, by Alexander... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Hirokazu Yamamoto | Fixed NEWS. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Antoine Pitrou | Backport fix for buglet from py3k |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Hirokazu Yamamoto | Issue #6344: Fixed a crash of mmap.read() when passed... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Hirokazu Yamamoto | Issue #4856: Py_GetFileAttributesEx[AW] are not needed... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Benjamin Peterson | update to sphinx 0.6.2 |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Alexandre Vassalotti | Update docstrings for sys.getdlopenflags() and sys... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Mark Dickinson | Remove unused stdint.h includes |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Mark Dickinson | More Decimal quote fixing; backport of r73642 |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Kristján Valur... | http://bugs.python.org/issue6267 |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Benjamin Peterson | return locals and cells in get_locals() not bound globa... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Benjamin Peterson | use stack macros |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Benjamin Peterson | add two generic macros for peeking and setting in the... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Martin v. Löwis | Fix types in logic to compute help file name. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Georg Brandl | Remove stray pychecker directive. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Hirokazu Yamamoto | Issue #4856: Remove checks for win NT. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Martin v. Löwis | Issue 5390: Add uninstall icon independent of whether... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Ezio Melotti | Fixed a wrong apostrophe |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Ezio Melotti | stmt and setup can contain multiple statements, see... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Benjamin Peterson | link to extensive generator docs in the reference manual |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Benjamin Peterson | document is_declared_global() |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Benjamin Peterson | mark 3.1 as stable docs |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Gregory P.... | Fixes the last problem mentioned in issue1202. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Amaury Forgeot... | #2016 Fix a crash in function call when the **kwargs... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Amaury Forgeot... | Fix a compilation warning on Windows |
commit | commitdiff | tree | snapshot |
2009-06-25 |
R. David Murray | Issue 6340: update by Gregor Lingl of his tdemo_chaos... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
R. David Murray | Add a couple of missing function alias declarations... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Kristján Valur... | http://bugs.python.org/issue6192 |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Georg Brandl | #6332: fix word dupes throughout the source. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Raymond Hettinger | Add procedural note. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Amaury Forgeot... | Remove last remnants of the ipaddr package. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Raymond Hettinger | Issue 6305: Clarify error message for large arguments... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Amaury Forgeot... | Remove the ipaddr module per discussion on python-dev |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Raymond Hettinger | Issue 6329: Fix iteration for memoryviews. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
R. David Murray | Fix issue 5230 by having pydoc's safeimport check to... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Nick Coghlan | Remove markup from docstring |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Nick Coghlan | Issue 6288: Update contextlib.nested() docstring to... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Benjamin Peterson | remove some unused symtable constants |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Benjamin Peterson | fix grammar |
commit | commitdiff | tree | snapshot |
next |