summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-291-0/+3
|\
| * #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-291-0/+3
* | Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-0/+3
|\ \ | |/
| * Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-0/+3
* | #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-281-0/+4
|\ \ | |/
| * #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-281-0/+4
| * Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-261-0/+3
* | Issue #12605: Show information on more C frames within gdb backtracesDavid Malcolm2012-06-271-0/+9
* | Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic p...Christian Heimes2012-06-271-0/+10
* | - Issue #15194: Update libffi to the 3.0.11 release.doko@ubuntu.com2012-06-261-0/+11
* | Bump version to 3.3.0b1.v3.3.0b1Georg Brandl2012-06-261-1/+1
* | Fix issue # in Misc/NEWS (should be #15187, not 15817.)Larry Hastings2012-06-261-1/+1
* | Issue #15817: Bugfix: remove temporary directories test_shutil was leavingLarry Hastings2012-06-261-0/+3
* | If main() is called and an argument cannot be decoded, make sure toBrett Cannon2012-06-251-0/+3
* | Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-251-0/+3
* | Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library.Larry Hastings2012-06-251-4/+4
* | Issue #15177: Added dir_fd parameter to os.fwalk().Larry Hastings2012-06-251-0/+2
* | Issue #15176: Clarified behavior, documentation, and implementationLarry Hastings2012-06-251-0/+3
* | Restore Misc/NEWS entries lost in the merge for the previous commit.Larry Hastings2012-06-241-0/+4
* | Issue #15164: Change return value of platform.uname() from aLarry Hastings2012-06-241-3/+2
* | Support Mageia Linux in the platform module.Antoine Pitrou2012-06-241-0/+2
* | Closes #11678: support Arch linux in the platform module.Georg Brandl2012-06-241-0/+2
* | #15156: HTMLParser now uses the new "html.entities.html5" dictionary.Ezio Melotti2012-06-241-0/+2
* | Issue #15061: Re-implemented hmac.compare_digest() in CChristian Heimes2012-06-241-0/+4
* | Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-241-0/+4
* | Speed up _decimal by another 10-15% by caching the thread local contextStefan Krah2012-06-241-0/+4
* | Issue #14815: Use Py_ssize_t instead of long for the object hash, toLarry Hastings2012-06-241-0/+3
* | Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-241-0/+5
|\ \ | |/
| * Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-241-0/+5
* | Remove packaging from the standard library.Éric Araujo2012-06-241-0/+2
* | #11113: add a new "html5" dictionary containing the named character reference...Ezio Melotti2012-06-241-0/+4
* | Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir"Larry Hastings2012-06-231-0/+3
* | Issue #13590: Improve support for OS X Xcode 4:Ned Deily2012-06-231-0/+15
* | Issue #11626: Add _SizeT functions to stable ABI.Martin v. Löwis2012-06-231-0/+2
* | Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.Martin v. Löwis2012-06-231-0/+2
* | Fix typo in Misc/NEWSHynek Schlawack2012-06-231-1/+1
* | #4489: Add a shutil.rmtree that isn't suspectible to symlink attacksHynek Schlawack2012-06-231-0/+4
* | #15114: the strict mode of HTMLParser and the HTMLParseError exception are de...Ezio Melotti2012-06-231-1/+4
* | Issue #15142: Fix reference leak when deallocating instances of types created...Antoine Pitrou2012-06-231-0/+3
|\ \ | |/
| * Issue #15142: Fix reference leak when deallocating instances of types created...Antoine Pitrou2012-06-231-0/+3
* | Issue #3665: \u and \U escapes are now supported in unicode regular expressions.Antoine Pitrou2012-06-231-0/+3
* | Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...Nick Coghlan2012-06-231-0/+3
* | Close #13062: Add inspect.getclosurevars to simplify testing stateful closuresNick Coghlan2012-06-231-1/+4
* | Issues #11024: Fixes and additional tests for Time2Internaldate.Alexander Belopolsky2012-06-231-0/+2
* | Issue #14626: Large refactoring of functions / parameters in the os module.Larry Hastings2012-06-221-1/+9
* | Issue #15008: Implement PEP 362 "Signature Objects".Larry Hastings2012-06-221-0/+3
* | MergeGuido van Rossum2012-06-221-0/+11
|\ \
| * | Fix #444582. Add shutil.which function for finding programs on the system path.Brian Curtin2012-06-221-0/+4
| * | MergeAntoine Pitrou2012-06-221-0/+3
| |\ \
| | * | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-221-0/+3