]> granicus.if.org Git - python/shortlog
python
2014-03-13 R David Murraywhatsnew: linkify some pip things, and explain why...
2014-03-13 Éric AraujoRemove references to make targets deleted in eef7899ea7ab
2014-03-13 Éric AraujoClarify distutils’ clean command (ref #6142)
2014-03-13 Éric AraujoClarify distutils’ clean command (ref #6142)
2014-03-13 Ned DeilyIssue #19407: Fix typos in new distribution & installat...
2014-03-13 R David Murraywhatsnew: remove 'draft' note, tidy up summary, collect...
2014-03-13 Victor StinnerIssue #20908: PyMem_Malloc() must be used with PyMem_Fr...
2014-03-13 Jesus CeaMERGE: Closes #20908: Memory leak in Reg2Py()
2014-03-13 Jesus CeaCloses #20908: Memory leak in Reg2Py()
2014-03-13 R David Murraywhatsnew: collections no longer implicitly imports...
2014-03-13 R David Murraywhatsnew: HTTPError.headers (#15701).
2014-03-13 R David Murraywhatsnew: make it clear I'm the editor, not author...
2014-03-13 Éric AraujoMake distutils error messages more helpful (#11599).
2014-03-13 Benjamin Petersonweaken callback count inequality (closes #20901)
2014-03-13 Benjamin Petersonremove unnecessary word (closes #19060)
2014-03-12 Éric AraujoFix note markup (#16805).
2014-03-12 Benjamin Petersonmerge 3.2 (#20896)
2014-03-12 Benjamin Petersonuse ssl.PROTOCOL_SSLv23 for maximum compatibility ...
2014-03-12 Benjamin Petersonadd Sean Rodman
2014-03-12 Benjamin Petersonuse support.rmtree instead of shutil (closes #19614)
2014-03-12 R David Murraywhatsnew: fix unittest subtest example.
2014-03-13 Victor StinnerWhat's New in Python 3.4: more security changes
2014-03-13 Nick CoghlanIssue #19407: fix link
2014-03-13 Nick CoghlanClose #19407: New installation & distribution guides
2014-03-13 Éric AraujoMerge heads
2014-03-13 Éric AraujoMerge 3.3 (#11599)
2014-03-13 Victor Stinnerasyncio doc: functions are coroutine, they don't return...
2014-03-13 Victor StinnerClose #20889: asyncio doc: Document acquire(), locked...
2014-03-13 Victor StinnerClose #20787: asyncio doc: fix typo. Patch written...
2014-03-13 Benjamin Petersonmerge 3.3 (#20901)
2014-03-13 Benjamin Petersonmerge 3.3 (#19060)
2014-03-12 Éric AraujoMerge 3.3 (#16805)
2014-03-12 Benjamin Petersonmerge 3.3 (#20896)
2014-03-12 Benjamin Petersonmerge 3.3
2014-03-12 Benjamin Petersonmerge 3.3 (#19614)
2014-03-12 Benjamin PetersonBacked out changeset c13398566409
2014-03-12 Victor StinnerIssue #20896: Workaround the bug temporarely to fix...
2014-03-12 Éric AraujoMerge 3.3 (#4931)
2014-03-12 Éric AraujoAvoid “error: None” messages from distutils (#4931).
2014-03-12 R David Murraywhatsnew: spelling errors.
2014-03-11 R David MurrayMerge #20030: doc that TestLoader.discover returns...
2014-03-11 R David Murray#20030: doc that TestLoader.discover returns a TestSuite.
2014-03-11 Benjamin Petersonmerge 3.3
2014-03-11 Benjamin Petersonimprove algorithms_* documentation
2014-03-11 R David Murraywhatsnew: doctest finds tests in extension modules...
2014-03-11 Benjamin Petersonmerge 3.3 (closes #20892)
2014-03-11 Benjamin Petersonfix typo (closes #20892)
2014-03-11 R David Murraywhatsnew: mention that upgrading PIP means it doesn...
2014-03-11 R David Murraywhatsnew: summary section tweaks.
2014-03-11 Peter MoodyIssue #19157: Include the broadcast address in the...
2014-03-11 Victor StinnerWhat's New in Python 3.4: Security improvements
2014-03-11 Victor StinnerIssue #20888: improve "Pretty Top" example of tracemall...
2014-03-11 R David Murraywhatsnew: remove XXXs.
2014-03-10 R David Murraywhatsnew: take credit.
2014-03-10 R David Murraywhatsnew: deprecation of ElementTree XMLParser *html...
2014-03-10 R David Murraywhatsnew: urllib Request objects are now reusable.
2014-03-10 R David Murraywhatsnew: shutil copyfile SameFileError (#1492704)
2014-03-10 R David Murraywhatsnew: os.open O_PATH and O_TMPFILE.
2014-03-10 R David Murraywhatsnew: os.open O_TMPFILE (#18673).
2014-03-10 R David Murraywhatsnew: json dump-with-indent whitespace change ...
2014-03-10 R David Murraywhatsnew: PEP 424 implementation.
2014-03-10 R David Murraywhatsnew: multiprocessing start methods and context...
2014-03-10 Georg BrandlCloses #20090: update Doc/README and the error message...
2014-03-10 R David Murraywhatsnew: remove redundant entry.
2014-03-10 R David Murraywhatsnew: logging.config.listen *verify* (#15452).
2014-03-10 R David Murraywhatsnew: logging.fileConfig accepts ConfigParser insta...
2014-03-10 R David Murraywhatsnew: total_ordering supports NotImplemented (...
2014-03-10 R David Murraywhatsnew: filecmp.DEFAULT_IGNORES (#15442)
2014-03-10 R David Murraywhatsnew: Message.set_param *replace*, Policy.content_m...
2014-03-10 R David Murraywhatsnew: ChainMap.new_child *m* argument.
2014-03-10 Georg BrandlCloses #20090: update Doc/README.txt for the changes...
2014-03-10 Georg BrandlRemove unused sphinx-build.py entry script.
2014-03-10 R David Murraywhatsnew: add porting note for pyvenv --without-pip.
2014-03-10 Victor Stinnertracemalloc: filter_traces() raises a TypeError if...
2014-03-10 Benjamin Petersonuse assertEqual instead of the deprecated assertEquals...
2014-03-10 R David Murraywhatsnew: tarfile cli (#13477).
2014-03-10 R David Murraywhatsnew: dis.stack_effect (#19722).
2014-03-10 R David Murraywhatsnew: oops, create_default_context doesn't return...
2014-03-10 R David Murraywhatsnew: expand re.fullmatch entry with the motivation...
2014-03-10 R David Murraywhatsnew: give Hugo credit for his preliminary work...
2014-03-10 R David Murraywhatsnew: auidioop.byteswap (#16685).
2014-03-10 R David Murraywhatsnew: porting note for sysconfig 'SO' key deprecation.
2014-03-10 R David Murraywhatsnew: 'U' mode deprecation (#15204).
2014-03-10 R David Murraywhatsnew: cp1125 codec (#19668).
2014-03-09 R David Murraywhatsnew: ssl.create_default_context (#19689).
2014-03-09 R David Murraywhatsnew: allowZip64 defaults to True (#17201).
2014-03-09 R David Murraywhatsnew: SSLContext.load_default_certs (#19292).
2014-03-09 R David Murraywhatsnew: pdb works for debugging asyncio programs...
2014-03-09 R David MurrayMerge #19953: Clarify the wording of the augmented...
2014-03-09 R David Murray#19953: Clarify the wording of the augmented assignment...
2014-03-09 R David Murraywhatsnew: venv with_pip, pyvenv --without-pip (#19552)
2014-03-09 Ned DeilyIssue #20875: Prevent possible gzip "'read' is not...
2014-03-09 R David Murraywhatsnew: more accurate deprecation section titles.
2014-03-09 R David Murraywhatsnew: deprecation of sysconfig SO key (#19555).
2014-03-09 R David Murraywhatsnew: SSLContext.verify_flags and constants. (...
2014-03-09 Ned DeilyIssue #20875: Merge from 3.3
2014-03-09 R David Murray#20871: improve email policy test coverage.
2014-03-09 R David Murraywhatsnew: plistlib new api and deprecations (#14455)
2014-03-09 R David Murraywhatsnew: SSLSocket.getpeercert new values returned...
2014-03-09 R David Murraywhatsnew: sys.__interactivehook__. (#5845)
next