| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15166: Re-implement imp.get_tag() using sys.implementation. | Brett Cannon | 2012-07-02 | 1 | -0/+2 |
|
|
* | Issue #15210: If _frozen_importlib is not found in sys.modules by | Brett Cannon | 2012-07-02 | 1 | -0/+3 |
|
|
* | Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc | Brett Cannon | 2012-07-02 | 2 | -0/+4 |
|
|
* | - Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module. | doko@ubuntu.com | 2012-07-01 | 1 | -0/+2 |
|
|
* | Issue #15229: An OSError subclass whose __init__ doesn't call back | Antoine Pitrou | 2012-06-30 | 1 | -0/+3 |
|
|
* | - Issue #14330: For cross builds, don't use host python, use host search paths | doko@ubuntu.com | 2012-06-30 | 1 | -0/+7 |
|
|
* | Issue #15225: improve error message when hmac is passed a wrong key type. | Antoine Pitrou | 2012-06-30 | 1 | -0/+1 |
|
|
* | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() | Petri Lehtinen | 2012-06-29 | 1 | -0/+3 |
|\ |
|
| * | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() | Petri Lehtinen | 2012-06-29 | 1 | -0/+3 |
|
|
* | | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 2 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 2 | -0/+4 |
|
|
* | | #9559: Append data to single-file mailbox files if messages are only added | Petri Lehtinen | 2012-06-28 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | #9559: Append data to single-file mailbox files if messages are only added | Petri Lehtinen | 2012-06-28 | 1 | -0/+4 |
|
|
* | | Issue #12605: Show information on more C frames within gdb backtraces | David Malcolm | 2012-06-27 | 1 | -0/+9 |
|
|
* | | Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic p... | Christian Heimes | 2012-06-27 | 1 | -0/+10 |
|
|
* | | Issue #15079: make a test applicable to both C and Python versions of the pic... | Antoine Pitrou | 2012-06-26 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #15079: make a test applicable to both C and Python versions of the pic... | Antoine Pitrou | 2012-06-26 | 1 | -0/+1 |
|
|
| * | Issue #14443: ensure that brp-python-bytecompile is invoked with the correct | David Malcolm | 2012-06-26 | 1 | -0/+3 |
|
|
* | | - Issue #15194: Update libffi to the 3.0.11 release. | doko@ubuntu.com | 2012-06-26 | 1 | -0/+11 |
|
|
* | | Bump version to 3.3.0b1.v3.3.0b1 | Georg Brandl | 2012-06-26 | 2 | -2/+2 |
|
|
* | | Fix issue # in Misc/NEWS (should be #15187, not 15817.) | Larry Hastings | 2012-06-26 | 1 | -1/+1 |
|
|
* | | Issue #15817: Bugfix: remove temporary directories test_shutil was leaving | Larry Hastings | 2012-06-26 | 1 | -0/+3 |
|
|
* | | If main() is called and an argument cannot be decoded, make sure to | Brett Cannon | 2012-06-25 | 1 | -0/+3 |
|
|
* | | Issue #14443: ensure that brp-python-bytecompile is invoked with the correct | David Malcolm | 2012-06-25 | 1 | -0/+3 |
|
|
* | | Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library. | Larry Hastings | 2012-06-25 | 1 | -4/+4 |
|
|
* | | Issue #15177: Added dir_fd parameter to os.fwalk(). | Larry Hastings | 2012-06-25 | 1 | -0/+2 |
|
|
* | | Issue #15176: Clarified behavior, documentation, and implementation | Larry Hastings | 2012-06-25 | 1 | -0/+3 |
|
|
* | | Restore Misc/NEWS entries lost in the merge for the previous commit. | Larry Hastings | 2012-06-24 | 1 | -0/+4 |
|
|
* | | Issue #15164: Change return value of platform.uname() from a | Larry Hastings | 2012-06-24 | 1 | -3/+2 |
|
|
* | | Support Mageia Linux in the platform module. | Antoine Pitrou | 2012-06-24 | 1 | -0/+2 |
|
|
* | | Closes #11678: support Arch linux in the platform module. | Georg Brandl | 2012-06-24 | 1 | -0/+2 |
|
|
* | | #15156: HTMLParser now uses the new "html.entities.html5" dictionary. | Ezio Melotti | 2012-06-24 | 1 | -0/+2 |
|
|
* | | Issue #15061: Re-implemented hmac.compare_digest() in C | Christian Heimes | 2012-06-24 | 1 | -0/+4 |
|
|
* | | Issue #15118: Change return value of os.uname() and os.times() from | Larry Hastings | 2012-06-24 | 1 | -0/+4 |
|
|
* | | Speed up _decimal by another 10-15% by caching the thread local context | Stefan Krah | 2012-06-24 | 1 | -0/+4 |
|
|
* | | Issue #14815: Use Py_ssize_t instead of long for the object hash, to | Larry Hastings | 2012-06-24 | 1 | -0/+3 |
|
|
* | | Fixes issue #12268: File readline, readlines and read() or readall() methods | Gregory P. Smith | 2012-06-24 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Fixes issue #12268: File readline, readlines and read() or readall() methods | Gregory P. Smith | 2012-06-24 | 1 | -0/+5 |
|
|
* | | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -0/+2 |
|
|
* | | #11113: add a new "html5" dictionary containing the named character reference... | Ezio Melotti | 2012-06-24 | 1 | -0/+4 |
|
|
* | | Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" | Larry Hastings | 2012-06-23 | 1 | -0/+3 |
|
|
* | | Issue #13590: Improve support for OS X Xcode 4: | Ned Deily | 2012-06-23 | 1 | -0/+15 |
|
|
* | | Issue #11626: Add _SizeT functions to stable ABI. | Martin v. Löwis | 2012-06-23 | 1 | -0/+2 |
|
|
* | | Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. | Martin v. Löwis | 2012-06-23 | 1 | -0/+2 |
|
|
* | | Fix typo in Misc/NEWS | Hynek Schlawack | 2012-06-23 | 1 | -1/+1 |
|
|
* | | #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks | Hynek Schlawack | 2012-06-23 | 1 | -0/+4 |
|
|
* | | #15114: the strict mode of HTMLParser and the HTMLParseError exception are de... | Ezio Melotti | 2012-06-23 | 1 | -1/+4 |
|
|
* | | Issue #15142: Fix reference leak when deallocating instances of types created... | Antoine Pitrou | 2012-06-23 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #15142: Fix reference leak when deallocating instances of types created... | Antoine Pitrou | 2012-06-23 | 1 | -0/+3 |
|
|
* | | Issue #3665: \u and \U escapes are now supported in unicode regular expressions. | Antoine Pitrou | 2012-06-23 | 1 | -0/+3 |
|
|