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 |
2010-09-09 |
Hirokazu Yamamoto | Updated VS7.1 project file. (I cannot test this file... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Hirokazu Yamamoto | Updated VC6 files. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Raymond Hettinger | Improve the repr for the TokenInfo named tuple. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Raymond Hettinger | Add docstring to cmd.Cmd.do_help() |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Raymond Hettinger | Add a working example for the cmd module. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Giampaolo Rodolà | Fix issue 9794: adds context manager protocol to socket... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Antoine Pitrou | gdb: fix representation of non-printable surrogate... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Antoine Pitrou | Add a safety limit to the number of unicode characters... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Antoine Pitrou | Issue #9188: The gdb extension now handles correctly... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Raymond Hettinger | Improve variable name (don't shadow a builtin). |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Raymond Hettinger | One more conversion from pow() to **. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Raymond Hettinger | * Remove dependency on binascii.hexlify by using int... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Matthias Klose | PEP 3149: Try to load the extension with the SOABI... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Senthil Kumaran | Revert the doc change done in r83880. str.replace with... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Antoine Pitrou | Issue #9797: pystate.c wrongly assumed that zero couldn... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Vinay Sajip | logging: Added QueueHandler. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Georg Brandl | Add Lukasz. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Raymond Hettinger | In the case where only a user supplied random() method... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Éric Araujo | Follow-up to #9199: Fix str.join use, add newlines. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Éric Araujo | Fix incorrect use of Command.announce (#9199) |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Éric Araujo | Fix eon-old bug in build_clib options (#1718574) |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Antoine Pitrou | Issue #9707: Rewritten reference implementation of... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Antoine Pitrou | Also catch some gaierrors |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Éric Araujo | Fix typo in whatsnew (#9793) |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Amaury Forgeot... | #6394: Add os.getppid() support for Windows. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Antoine Pitrou | Improve transient_internet() again to detect more netwo... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Antoine Pitrou | Issue #9792: In case of connection failure, socket... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Antoine Pitrou | Issue #8574: better implementation of test.support... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Raymond Hettinger | Neaten-up comments and warning message. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Raymond Hettinger | Minor refactoring and cleanup. Extend looping randrang... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Antoine Pitrou | Update nntplib examples to use a public news server. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Antoine Pitrou | Issue #9758: When fcntl.ioctl() was called with mutable... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Raymond Hettinger | Remove invalid test (it was supposed to fail on 64... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Raymond Hettinger | Fix test that depends on a particular implementation... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Antoine Pitrou | Issue #4026: Make the fcntl extension build under AIX. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Brian Curtin | Adjust #8956 to add the bad signal number to the except... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Raymond Hettinger | Fix corner case for Random.choice() and add tests. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Raymond Hettinger | Small clean-ups. |
commit | commitdiff | tree | snapshot |
next |