2010-09-14 |
Raymond Hettinger | Improve iteration speed by only proxying back links. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Antoine Pitrou | Issue #9854: The default read() implementation in io... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Antoine Pitrou | Issue #1552: socket.socketpair() now returns regular... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Daniel Stutzbach | Remove pointers to a FAQ entry that no longer exists... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Antoine Pitrou | Issue #9853: Fix the signature of SSLSocket.recvfrom... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Alexander Belopolsky | Issue 9315: Added test/tracedmodules to LIBSUBDIRS |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Antoine Pitrou | Remove C++-style comments |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Antoine Pitrou | Do not print additional shutdown message when gc.DEBUG_... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vinay Sajip | Tidied example script. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vinay Sajip | Added test for QueueHandler. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vinay Sajip | Tidied example script. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Alexander Belopolsky | Added files missed in r84780. Thanks, Florent. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Raymond Hettinger | Issue 9840: Add reprlib.recursive_repr(), a decorator... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Daniel Stutzbach | Issue #9213: Add index and count methods to range objec... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Eric Smith | Issue 7994: Make object.__format__() raise a PendingDep... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Vinay Sajip | logging: enhanced HTTPHandler |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Vinay Sajip | Enhanced HTTPHandler documentation. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Vinay Sajip | Removed unused, commented-out code. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Vinay Sajip | Expanded QueueHandler documentation. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Victor Stinner | Issue #767645: Set os.path.supports_unicode_filenames... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Alexander Belopolsky | Removed debugging setting |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Alexander Belopolsky | Issue #9315: Fix for the trace module to record correct... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Florent Xicluna | Make test.regrtest.__file__ absolute, this was not... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Antoine Pitrou | Issue #9828: Destroy the GIL in Py_Finalize(), so that... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Hirokazu Yamamoto | get_build_version() is needed even where sys.platform... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Hirokazu Yamamoto | Cosmetic fix to project files. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Hirokazu Yamamoto | Updated PC/VS8.0 with PCBuild/vs9to8.py. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Hirokazu Yamamoto | Issue #9313: Use unittest.skipUnless to skip old MSVC. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Florent Xicluna | Reenable test_ucs4 and remove some duplicated lines. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Benjamin Peterson | add spaces |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Benjamin Peterson | remove less complete of duplicate docs |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Benjamin Peterson | remove duplicate statement |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Hirokazu Yamamoto | Issue #9313: Skips test_remove_visual_c_ref on old... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Amaury Forgeot... | #9210: remove --with-wctype-functions configure option. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Georg Brandl | Get rid of tabs. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Victor Stinner | Document changes on mbcs encoding |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Raymond Hettinger | Put tests in more logical order. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Raymond Hettinger | Use weakrefs for both forward and backward links. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Georg Brandl | 9806: add --extension-suffix option to python-config. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Benjamin Peterson | use return NULL; it's just as correct |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Matthias Klose | - Issue #9817: Add expat COPYING file; add expat, libff... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Hirokazu Yamamoto | Fixed refcount bug. I placed Py_INCREF in create_comerr... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Antoine Pitrou | Issue #9837: The read() method of ZipExtFile objects... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Benjamin Peterson | reenable test_nis on solaris #3402 |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Victor Stinner | Isse #8589: Decode PYTHONWARNINGS from utf-8 on Mac... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Victor Stinner | Issue #9738, #9836: Fix refleak introduced by r84704 |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Raymond Hettinger | Issue #9826: Handle recursive repr in collections... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Raymond Hettinger | Issue #9825: Replace OrderedDict.__del__() with weakrefs. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Benjamin Peterson | detect non-ascii characters much earlier (plugs ref... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Hirokazu Yamamoto | Issue #9318: Use Py_LL for old compiler. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
R. David Murray | #9608, #8518 : clarify and improve discussion of except... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Benjamin Peterson | fix formatting |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Benjamin Peterson | check for NULL tp_as_mapping in PySequence_(Get/Set... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Éric Araujo | Fix typo in option name |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Victor Stinner | Issue #9819: don't try to encode TESTFN_UNICODE on... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Vinay Sajip | Issue #9827: clarified LogRecord documentation. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Raymond Hettinger | Revert r84700 which had an unfortunate performance... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Georg Brandl | Remove compatibility code for Python < 2.1, < 2.2 and... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Georg Brandl | Add new generated file to ignoreds. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Victor Stinner | Issue #9738: PyUnicode_FromFormat() and PyErr_Format... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Nick Coghlan | Fix incorrect comment regarding MAGIC and TAG in import.c |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Victor Stinner | Issue #767645: fix os.path.supports_unicode_filenames... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Raymond Hettinger | Separate positional arguments from localized globals. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Benjamin Peterson | typo |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Benjamin Peterson | use Py_REFCNT |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Victor Stinner | Issue #9579, #9580: Oops, add the author of the patch |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Victor Stinner | Issue #9579, #9580: Fix os.confstr() for value longer... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Benjamin Peterson | add reduce and partial to __all__ |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Victor Stinner | Issue #8589: surrogateescape error handler is not avail... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Benjamin Peterson | remove gil_drop_request in --without-threads |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Victor Stinner | Issue #9402: pyexpat uses Py_DECREF() instead of PyObje... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Victor Stinner | Issue #8603: Environ.data is now protected -> Environ... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Benjamin Peterson | use DISPATCH() instead of continue |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Benjamin Peterson | add newline |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Victor Stinner | Issue #9632: Remove sys.setfilesystemencoding() functio... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Benjamin Peterson | bump magic number for DELETE_DEREF |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Amaury Forgeot... | #4617: Previously it was illegal to delete a name from... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Georg Brandl | release() is probably not the most important method |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Amaury Forgeot... | The "if 1": trick seems cleaner that the one with regul... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Antoine Pitrou | Issue #941346: Improve the build process under AIX... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Amaury Forgeot... | Use the "if 1:" prefix so that quoted code appears... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Benjamin Peterson | add reference to file object |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Antoine Pitrou | Followup to #4026: better patch for flock detection. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Amaury Forgeot... | Untabify file. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Nick Coghlan | As per python-dev discussion with Eli, properly documen... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Nick Coghlan | Leave show_code out of __all__ and make it clear that... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Nick Coghlan | Fix dis.__all__ for new additions to module in 3.2... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Victor Stinner | Issue #9819: fix TESTFN_UNENCODABLE for japanese code... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Vinay Sajip | logging: Added threading interlock in basicConfig(). |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Stutzbach | Fix Issue #9752: MSVC compiler warning due to undefined... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Stutzbach | Skip socket tests that require the network, if the... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Antoine Pitrou | Remove workaround |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Antoine Pitrou | Issue #9804: ascii() now always represents unicode... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Antoine Pitrou | Issue #9410: Various optimizations to the pickle module... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Antoine Pitrou | Use transient_internet() where appropriate in test_ssl |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Antoine Pitrou | Issue #9757: memoryview objects get a release() method... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Raymond Hettinger | Have pprint() respect the order in an OrderedDict. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Raymond Hettinger | A little bit more readable repr method. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Raymond Hettinger | Experiment: Let collections.namedtuple() do the work... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Hirokazu Yamamoto | PCBuild cosmetic fixes. |
commit | commitdiff | tree | snapshot |
next |