Next | Query returned 47 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2014-02-11 18:56:16 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
Changed 3.3.4:
PEP 380, syntax for delegating to a subgenerator (yield from)
PEP 393, flexible string representation (doing away with the distinction between \ 
"wide" and "narrow" Unicode builds)
A C implementation of the "decimal" module, with up to 120x speedup \ 
for decimal-heavy applications
The import system (__import__) is based on importlib by default
The new "lzma" module with LZMA/XZ support
PEP 397, a Python launcher for Windows
PEP 405, virtual environment support in core
PEP 420, namespace package support
PEP 3151, reworking the OS and IO exception hierarchy
PEP 3155, qualified name for classes and functions
PEP 409, suppressing exception context
PEP 414, explicit Unicode literals to help with porting
PEP 418, extended platform-independent clocks in the "time" module
PEP 412, a new key-sharing dictionary implementation that significantly saves \ 
memory for object-oriented code
PEP 362, the function-signature object
The new "faulthandler" module that helps diagnosing crashes
The new "unittest.mock" module
The new "ipaddress" module
The "sys.implementation" attribute
A policy framework for the email package, with a provisional (see PEP 411) \ 
policy that adds much improved unicode support for email header parsing
A "collections.ChainMap" class for linking mappings to a single unit
Wrappers for many more POSIX functions in the "os" and \ 
"signal" modules, as well as other useful functions such as \ 
"sendfile()"
Hash randomization, introduced in earlier bugfix releases, is now switched on by \ 
default
   2014-02-11 06:52:56 by OBATA Akio | Files touched by this commit (3)
Log message:
Fixes SA56624, taken from upstream.

Bump PKGREVISION.
   2013-12-06 11:46:24 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Fix packaging on FreeBSD: OSS audio.
   2013-11-21 15:06:43 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 3.3.3:
PEP 380, syntax for delegating to a subgenerator (yield from)
PEP 393, flexible string representation (doing away with the distinction between \ 
"wide" and "narrow" Unicode builds)
A C implementation of the "decimal" module, with up to 120x speedup \ 
for decimal-heavy applications
The import system (__import__) is based on importlib by default
The new "lzma" module with LZMA/XZ support
PEP 397, a Python launcher for Windows
PEP 405, virtual environment support in core
PEP 420, namespace package support
PEP 3151, reworking the OS and IO exception hierarchy
PEP 3155, qualified name for classes and functions
PEP 409, suppressing exception context
PEP 414, explicit Unicode literals to help with porting
PEP 418, extended platform-independent clocks in the "time" module
PEP 412, a new key-sharing dictionary implementation that significantly saves \ 
memory for object-oriented code
PEP 362, the function-signature object
The new "faulthandler" module that helps diagnosing crashes
The new "unittest.mock" module
The new "ipaddress" module
The "sys.implementation" attribute
A policy framework for the email package, with a provisional (see PEP 411) \ 
policy that adds much improved unicode support for email header parsing
A "collections.ChainMap" class for linking mappings to a single unit
Wrappers for many more POSIX functions in the "os" and \ 
"signal" modules, as well as other useful functions such as \ 
"sendfile()"
Hash randomization, introduced in earlier bugfix releases, is now switched on by \ 
default
   2013-11-10 13:12:32 by OBATA Akio | Files touched by this commit (3)
Log message:
Fixes missing rpath in pkg-config file.

Bump PKGREVISION.
   2013-09-10 16:22:30 by Joerg Sonnenberger | Files touched by this commit (12)
Log message:
Always pass rpath argument with -Wl prefix, especially if clang is not called
gcc. Bump revision.
   2013-08-09 12:54:17 by Matthias Drochner | Files touched by this commit (6)
Log message:
Copy the patch which disables use of Posix semaphores on NetBSD
from Python2 to Python3. Without that, selftests fail in multiple
places.
bump PKGREV
   2013-08-02 09:03:50 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Fixes:
* building some modules (lzma) on Darwin (use PREFIX, instead of /usr/local, to \ 
look for libraries)
* building decimal module on certain enviroments (use relative path to look for \ 
includes, as absolute path might get rejected by a wrapper)
   2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177)
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
  are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
   2013-05-26 19:56:09 by Thomas Klausner | Files touched by this commit (7)
Log message:
Update to 3.3.2:

3.3.2

This release fixes a few regressions found in Python 3.3.1.
Complete list at
http://docs.python.org/release/3.3.2/whatsnew/changelog.html

3.3.1

This is a 3.3 series bugfix release. It includes hundreds of bugfixes
over 3.3.0.

Complete list at
http://docs.python.org/release/3.3.1/whatsnew/changelog.html

Next | Query returned 47 messages, browsing 31 to 40 | Previous