2009-03-31 |
Georg Brandl | #1651995: fix _convert_ref for non-ASCII characters. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5563: more documentation for bdist_msi. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Josiah Carlson | Made handle_expt_event() be called last, so that we... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #1676135: remove trailing slashes from --prefix argument. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #1675026: add a note about a strange Windows problem... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | Remove warning about pending Win9x support removal. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Benjamin Peterson | fix Thread.ident when it is the main thread or a dummy... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5598: document DocFileSuite *args argument. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Benjamin Peterson | take the usual lock precautions around _active_limbo_lock |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #1530012: move TQS section before raw strings. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tarek Ziadé | making sdist and config test silents |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tarek Ziadé | added tests to the install_headers command |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tarek Ziadé | added test to the install_data command |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tarek Ziadé | more tests for the upload command |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tarek Ziadé | more tests for the register command |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tarek Ziadé | added tests for the clean command |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tarek Ziadé | using log.warn for sys.stderr |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #1674032: return value of flag from Event.wait(). OKed... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Hirokazu Yamamoto | Issue #5387: Fixed mmap.move crash by integer overflow... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Gregory P.... | Issue an actual PendingDeprecationWarning for the TestC... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
R. David Murray | Add NEWS entry for regrtest change. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
R. David Murray | Remove the regrtest check that turns any ImportError... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
R. David Murray | Improve test_support.import_module docstring, remove |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Josiah Carlson | This resolves issue 1161031. Tests pass. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
R. David Murray | Delete out-of-date and little-known README from the... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5618: fix typo. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #4411: document mro() and __mro__. (I hope I got it... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | Fix-up unwanted change. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5190: export make_option in __all__. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #1096310: document usage of sys.__std*__ a bit better. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #4882: document named group behavior a bit better. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Gregory P.... | Rename the actual method definitions to the official... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5241: document missing U in regex howto. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5227: note that Py_Main doesnt return on SystemExit. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
R. David Murray | A few more test skips via import_module, and change... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5245: note that PyRun_SimpleString doesnt return on... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jesse Noller | missed the news/acks for netbsd patch |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #837577: note cryptic return value of spawn*e on invali... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jesse Noller | Apply patch for netbsd multiprocessing support |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Raymond Hettinger | Per the language summit, the optional fastpath imports... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #970783: document PyObject_Generic[GS]etAttr. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #992207: document that the parser only accepts \\n... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Gregory P.... | The unittest.TestCase.assertEqual() now displays the... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5417: replace references to undocumented functions... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #1386675: specify WindowsError as the exception, becaus... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5529: backport new docs of import semantics written... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5581: fget argument of abstractproperty is optional... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5566: fix versionadded from PyLong ssize_t functions. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | #5519: remove reference to Kodos, which seems dead. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jeremy Hylton | Add check for PyDict_Update() error. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jeremy Hylton | Global statements from one function leaked into paralle... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jeremy Hylton | Update quicktest to match Python 3 branch |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Ronald Oussoren | Minor update to OSX build-installer script, needed |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jeremy Hylton | Add is_declared_global() which distinguishes between... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Hirokazu Yamamoto | Issue #5387: Fixed mmap.move crash by integer overflow. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jesse Noller | add JoinableQueue to __all__ |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Georg Brandl | Fix a wrong struct field assignment (docstring as closure). |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Jesse Noller | merge in patch from tim golden to fix contextmanager... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
R. David Murray | Actually suppress warnings in test_at_least_import_unte... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Ronald Oussoren | Fix issue #4865: add /Library/Python/2.7/site-packages to |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Andrew M. Kuchling | Add more items |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Andrew M. Kuchling | typo fix |
commit | commitdiff | tree | snapshot |
2009-03-30 |
R. David Murray | Change more tests to use import_module for the modules... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Georg Brandl | #5039: make it clear that the impl. note refers to... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Barry Warsaw | A fix for issue 1974, inspired by the patch from Andi... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Andrew M. Kuchling | Many edits |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Andrew M. Kuchling | Add several items and placeholders |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Andrew M. Kuchling | Remove comment |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Georg Brandl | #5199: make warning about vars() assignment more visible. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Martin v. Löwis | Add several VM developers. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Jesse Noller | finalize the queue prior to shutdown |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Senthil Kumaran | Fix for bugs: Issue4675 and Issue4962. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
R. David Murray | Remove references to test_socket_ssl which was deleted... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Ronald Oussoren | Fix for issue 13095 |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Ronald Oussoren | Fixes issue 5270 |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Ronald Oussoren | * Set a custom icon on the Python installer DMG |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Ronald Oussoren | Remove usage of the deprecated '-cString' and '+stringW... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
R. David Murray | Add import_function method to test.test_support, and... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Ronald Oussoren | Fix issue where 'make altinstall' or 'make install... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Ronald Oussoren | * Updates installed dependencies to latest releaases... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Kurt B. Kaiser | Tk 8.5 Text widget requires 'wordprocessor' tabstyle... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Ronald Oussoren | Fix for issue 896199 (some Carbon modules aren't presen... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Jesse Noller | Issue 5177: use socket.SO_REUSEADDR on multiprocessing... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
R. David Murray | Revert incorrect change. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Brett Cannon | Add an entry to developers.txt. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Ronald Oussoren | This patch fixes issue 1254695 (wrong argument type... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Benjamin Peterson | don't rely on the order dict repr #5605 |
commit | commitdiff | tree | snapshot |
2009-03-30 |
R. David Murray | Convert import try/except to use test_support.import_mo... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Benjamin Peterson | add missing import |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Benjamin Peterson | there's actually three methods here #5600 |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Benjamin Peterson | fix import |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Bob Ippolito | Issue 5381: fix regression in pure python code path... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Benjamin Peterson | add missing import |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Benjamin Peterson | use the awesome new status iterator |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Benjamin Peterson | thanks to guido's bytecode verifier, this is fixed |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Benjamin Peterson | this has been fixed since 2.6 (I love removing these) |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Raymond Hettinger | Make life easier for non-CPython implementations. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Mark Dickinson | Issue #532631: Apply floatformat changes to unicodeobject.c |
commit | commitdiff | tree | snapshot |
next |