]> granicus.if.org Git - python/shortlog
python
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)
2014-03-09 Georg Brandlmerge with 3.3.5 release repo
2014-03-09 Georg BrandlPost-release update.
2014-03-09 Georg Brandlhgtouch: remove meta-variable from option spec
2014-03-09 Georg BrandlAdded tag v3.3.5 for changeset 62cf4e77f785
2014-03-09 Georg BrandlBump to 3.3.5 final. v3.3.5
2014-03-09 R David Murraywhatsnew: SSLcontext.load_verify_locations cadata argum...
2014-03-09 R David Murraywhatsnew: hmac conforms to pep 247. (#18775)
2014-03-09 R David Murraywhatsnew: hmac *digestmod* accepts strings, and default...
2014-03-09 Georg Brandlmerge with 3.3
2014-03-09 Georg Brandlmerge with 3.3
2014-03-09 R David Murraywhatsnew: tidy up html notes, add porting note for...
2014-03-09 R David Murraywhatsnew: glob.escape.
2014-03-08 R David Murraywhatsnew: base65 encodings. (#17618)
2014-03-08 R David Murraywhatsnew: dbm.open is context manager. (#19282)
2014-03-08 R David Murraywhatsnew: sunau/aifc/wave writeframes[raw] accept any...
2014-03-08 R David Murraywhatsnew: Wave_write handles unseekable files. (#5202)
2014-03-08 R David MurrayTweak NEWS so some additional issue numbers become...
2014-03-08 Nick CoghlanImprove descriptions of introspection changes
2014-03-08 R David Murraywhatsnew: audioop accepts any bytes-like, rejects strings.
2014-03-08 R David Murraywhatsnew: inet_pton/inet_ntop support windows (#7171).
2014-03-08 R David Murraywhatsnew: sunau supports 24 bit samples.
2014-03-08 R David Murraywhatsnew: cp273 codec (#10907797)
2014-03-08 R David Murraywhatsnew: get[status|output] works on windows.
2014-03-08 R David Murray#10197: Update get[status]output versionchanged with...
2014-03-08 R David Murray#10197: Update get[status]output versionchanged with...
2014-03-07 Brett Cannonnull merge for issue #20812
2014-03-07 Brett CannonIssue #20813: Backport Python 2/3 HOWTO updates
2014-03-07 Brett CannonIssue #20812: Add a short opener to the Python 2/3...
2014-03-06 Zachary WareMake pywlauncher.vcxproj depend on make_versioninfo...
2014-03-06 Zachary WareMake pywlauncher.vcxproj depend on make_versioninfo...
2014-03-06 R David Murraywhatsnew: note in deprecation section about html.parser...
2014-03-06 R David MurrayRemove redundant NEWS entry.
2014-03-06 R David Murraywhatsnew: rewrite resource entry: prlimit and new const...
2014-03-06 R David Murraywhatsnew: ipaddress is_global
2014-03-06 R David Murray#11558: Better message if attach called on non-multipart.
2014-03-06 Victor Stinnertracemalloc.py: add comments to show the format of...
2014-03-06 Victor Stinnertracemalloc.py: fix indentation
2014-03-06 Serhiy StorchakaIssue #20283: RE pattern methods now accept the string...
2014-03-05 R David Murraywhatsnew: improve PyZipFile filterfuc entry, and its...
2014-03-05 Kristján Valur... Make the various iterators' "setstate" sliently and...
2014-03-04 Kristján Valur... Fix pickling of rangeiter. rangeiter_setstate would...
2014-03-03 Serhiy StorchakaCorrect comments and improve failure reports in test_fi...
2014-03-03 R David Murraywhatsnew: tweak a couple importlib porting notes.
2014-03-03 R David Murraywhatsnew: Windows build uses ASLR and DEP.
2014-03-06 Serhiy StorchakaIssue #20283: RE pattern methods now accept the string...
2014-03-06 Victor Stinnerasyncio, Tulip issue 157: Improve test_events.py, avoid...
2014-03-05 Victor Stinnerasyncio: Synchronize with Tulip
2014-03-05 Kristján Valur... Make the various iterators' "setstate" sliently and...
2014-03-04 Kristján Valur... Merge with 3.3
2014-03-04 Victor Stinnerasyncio, Tulip issue 158: Task._step() now also sets...
2014-03-04 Nick CoghlanClose #20839: pkgutil.find_loader now uses importlib...
2014-03-03 Ethan FurmanIssue20653: fix ReST for Enum
2014-03-03 Ethan FurmanClose issue20653: improve functional API docs; minor...
2014-03-03 Serhiy StorchakaCorrect comments and improve failure reports in test_fi...
2014-03-03 Victor StinnerClose #20814: doc: Fix "Pretty top" example of tracemalloc
2014-03-02 R David Murraywhatsnew: add some issue number annotations.
2014-03-02 Martin v. LöwisIssue #14512: Launch pydoc -b instead of pydocgui.pyw...
2014-03-02 Martin v. LöwisIssue #20465: Update Windows installer to SQLite 3...
2014-03-02 Martin v. Löwis Issue #20748: Uninstalling pip does not leave behind...
2014-03-02 Martin v. LöwisIssue #20568: Fix typo in pip option.
2014-03-02 Yury SelivanovIssue #20786: Fix signatures for dict.__delitem__ and...
2014-03-02 Terry Jan ReedyCloses issue #20728: Remove unused import added in...
2014-03-02 Georg BrandlAdded tag v3.3.5rc2 for changeset ca5635efe090
2014-03-02 Georg Brandlmerge with 3.3
2014-03-02 Georg BrandlBump to 3.3.5rc2. v3.3.5rc2
2014-03-02 Georg BrandlUpdate NEWS for 3.3.5rc2.
2014-03-02 Georg BrandlIssue #20404: reject non-text encodings early in TextIO...
2014-03-02 Georg Brandlmerge 3.3.5rc1 release commits with 3.3 branch
2014-03-02 Benjamin Petersonmerge 3.3
2014-03-02 Benjamin Petersonadd Chris Angelico
2014-03-02 Benjamin Petersonmerge 3.3 (#20249)
2014-03-02 Benjamin Petersonfix test_posix.test_initgroups to work without suppleme...
2014-03-01 Ned DeilyIssue #20465: fix NEWS typo (it's 3.8.3.1)
2014-03-01 Ned DeilyIssue #20465: Update OS X installer build to use SQLite...
2014-03-01 R David Murraywhatsnew: memoryview is Sequence and supports Reversed.
2014-03-01 R David Murraywhatsnew: unittest discover works on namespace packages...
2014-03-01 Benjamin Petersonfix test on debug builds (closes #20731)
2014-03-01 Benjamin Petersonmerge 3.2
2014-02-28 R David Murraywhatsnew: give Serhiy credit for audioop 24-bit sample...
2014-02-28 Brett CannonIssue #20778: Fix modulefinder to work with bytecode...
next