]> granicus.if.org Git - python/shortlog
python
2012-04-27 Brett CannonIssue #14605: Don't error out if get_importer() returns...
2012-04-27 Brett Cannonmerge
2012-04-27 Brett CannonIssue #14605: Use None in sys.path_importer_cache to...
2012-04-27 Benjamin Petersondecref cached keys on type deallocation (#13903)
2012-04-27 Brett Cannonmerge
2012-04-27 Brett CannonIssue #14605: Stop having implicit entries for sys...
2012-04-27 Brett CannonIssue #14605: Insert to the front of sys.meta_path...
2012-04-27 Brett CannonInvalidate finder caches after creating a new script.
2012-04-27 Benjamin Petersonuse wfile api
2012-04-27 Martin v. LoewisIssue #14642: Add "hg touch" extension, and "make touch...
2012-04-27 Victor StinnerCheck newly created consistency using _PyUnicode_CheckC...
2012-04-26 Jesus CeaBacking out 86dc014cdd74. Not ready yet
2012-04-26 Jesus CeaClose #10142: Support for SEEK_HOLE/SEEK_DATA
2012-04-26 Brian CurtinAdd a missing close paren
2012-04-26 Benjamin Petersonmerge heads
2012-04-26 Benjamin Petersononly incref when using borrowing functions
2012-04-26 Brett CannonIssue #14605: Make explicit the entries on sys.path_hoo...
2012-04-26 Brett CannonSilence DeprecationWarning for cgi.escape() usage in...
2012-04-26 Brett CannonUpdate importlib.h
2012-04-26 Brett CannonMerge
2012-04-25 Victor Stinner_PyUnicode_CheckConsistency() ensures that the unicode...
2012-04-25 Victor Stinnerlong_to_decimal_string() and _PyLong_Format() check...
2012-04-25 Marc-Andre... Issue #14605 and #14642: Issue a warning in case Python...
2012-04-25 Brian CurtinFix #3561. Add an option to place the Python installati...
2012-04-25 Antoine PitrouIssue #14664: It is now possible to use @unittest.skip...
2012-04-25 Antoine PitrouIssue #14664: It is now possible to use @unittest.skip...
2012-04-25 Nick CoghlanStart a shared utility script for poking around at...
2012-04-25 Vinay SajipMerged fixed test from 3.2.
2012-04-25 Vinay SajipFixed test to work on Windows.
2012-04-25 Marc-Andre... Issue #14605 and #14642:
2012-04-25 Brett CannonIssue #14605: Insert to the front of sys.path_hooks...
2012-04-25 Marc-Andre... Issue #14605: Rename _SourcelessFileLoader to Sourceles...
2012-04-25 Marc-Andre... Issue #14605: Revert renaming of _SourcelessFileLoader...
2012-04-24 Marc-Andre... Issue #14605: Rename _SourcelessFileLoader to Sourceles...
2012-04-24 Vinay SajipIssue #14632: Updated WatchedFileHandler to deal with...
2012-04-24 Vinay SajipIssue #14632: Updated WatchedFileHandler to deal with...
2012-04-24 Antoine PitrouIssue #4892: multiprocessing Connections can now be...
2012-04-24 Lars GustäbelMerge with 3.2: Issue #14160: TarFile.extractfile(...
2012-04-24 Lars GustäbelIssue #14160: TarFile.extractfile() failed to resolve...
2012-04-24 Jesus CeaCloses Issue #14661: posix module: add O_EXEC, O_SEARCH...
2012-04-24 Jesus CeaIssue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY...
2012-04-24 Benjamin Petersondistiguish between refusing to creating shared keys...
2012-04-24 Sandro TosiIssue #14448: merge with 3.2
2012-04-24 Sandro TosiIssue #14448: mention pytz; patch by Andrew Svetlov
2012-04-24 Georg BrandlFix location of versionaddeds and empty lines.
2012-04-24 Martin v. LoewisAccount for shared keys in type's __sizeof__ (#13903).
2012-04-24 Sandro TosiIssue #14554: merge with 3.2
2012-04-24 Sandro TosiIssue #14554: correct example for captured_stdout(...
2012-04-24 Sandro TosiIssue #13478: merge with 3.2
2012-04-24 Sandro TosiIssue #13478: document timeit.default_timer()
2012-04-24 Sandro TosiIssue #13587: merge with 3.2
2012-04-24 Sandro TosiIssue #13587: use the right RFC2617 name for WWW-Authen...
2012-04-24 Benjamin Petersonmerge 3.2 (#14658)
2012-04-24 Benjamin Petersondon't use a slot wrapper from a different special metho...
2012-04-24 Benjamin Petersonfix dict gc tracking (#13903)
2012-04-24 Antoine PitrouSkip long repr tests when the cached pyc file's path...
2012-04-24 Benjamin Petersonmake pointer arith c89
2012-04-23 Benjamin Petersonuse correct base ptr
2012-04-23 Benjamin Petersonsimplify and reformat
2012-04-23 Victor StinnerClose #14648: Compute correctly maxchar in str.format...
2012-04-23 R David MurrayMerge #14640: Fix typos/syntax in pyporting.rst.
2012-04-23 R David Murray#14640: Fix typos/syntax in pyporting.rst.
2012-04-23 Sandro TosiIssue #14650: fix typo in shutil.disk_usage() docstring...
2012-04-23 Benjamin Petersonmerge heads
2012-04-23 Sandro TosiIssue #14641: merge with 3.2
2012-04-23 Sandro TosiIssue #14641: minor fixes to sockets Howto; patch by...
2012-04-23 Benjamin Petersonfix instance dicts with str subclasses (#13903)
2012-04-23 R David Murraymerge #14638: pydoc now treats non-str __name__ as...
2012-04-23 R David Murray#14638: pydoc now treats non-str __name__ as None inste...
2012-04-23 Senthil Kumaranmerge heads
2012-04-23 Senthil Kumarannews for issue13684
2012-04-23 Senthil Kumaran 3.2 - Fix for Issue13684 - httplib tunnel infinite...
2012-04-23 Senthil Kumarannews for issue13684
2012-04-23 Benjamin Petersondon't make shared keys with dict subclasses
2012-04-23 Senthil Kumaran 3.2 - Fix for Issue13684 - httplib tunnel infinite...
2012-04-23 Benjamin Petersonmerge 3.2
2012-04-23 Benjamin Petersonadd Mark Shannon
2012-04-23 Benjamin PetersonImplement PEP 412: Key-sharing dictionaries (closes...
2012-04-23 Benjamin Petersoninherit maxchar of field value where needed (closes...
2012-04-23 Benjamin Petersonmerge 3.2
2012-04-23 Benjamin Petersonsleep here
2012-04-22 Brett CannonIssue #14605: Expose importlib.abc.FileLoader and
2012-04-22 Brett Cannonmerge
2012-04-22 Brett CannonChange tests for imp.cache_from_source() to follow...
2012-04-22 Vinay SajipIssue #14644: Increased default timeout for SMTPHandler...
2012-04-22 Vinay SajipIssue #14622: Increased default timeout for SMTPHandler.
2012-04-22 Brett Cannonmerge
2012-04-22 Brett CannonIssue #13959: Continue to try to accomodate altsep...
2012-04-22 Charles-François... Use os.path.samestat() instead of reinventing the wheel.
2012-04-22 Nick CoghlanResolve #14026 (Merge from 3.2)
2012-04-22 Nick CoghlanClose issue #14026 by better testing sys.argv handling...
2012-04-22 Brett CannonMention the backwards-incompatible change to imp.cache_...
2012-04-22 Brett Cannonmerge
2012-04-22 Brett CannonRevert to os.path.join() semantics for path manipulatio...
2012-04-22 Senthil Kumaranissue2193 - Update docs about the legal characters...
2012-04-22 Senthil Kumaranissue2193 - Update 3.2 docs about legal characters...
2012-04-22 Brett CannonUpdate importlib.h
2012-04-22 Brett CannonContinue the good fight to get Windows to like importli...
2012-04-22 Brett Cannonmerge
2012-04-22 Brett CannonHave importlib look for pre-existing path separators...
next