summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)Giampaolo Rodolà2011-02-251-0/+2
* Issue #10516: adding list.clear() and list.copy() methodsEli Bendersky2011-02-251-0/+2
* Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer withAntoine Pitrou2011-02-241-0/+3
* Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spado...Éric Araujo2011-02-242-0/+4
* Issue #11272: Fix input() and sys.stdin for Windows newlineVictor Stinner2011-02-231-0/+3
* Issue #11224: Improved sparse file read support (r85916) introduced aLars Gustäbel2011-02-231-0/+4
* Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-221-0/+4
* Issue #11074: Make 'tokenize' so it can be reloaded.Brett Cannon2011-02-221-0/+2
* Issue #10512: close the log file in cgi when running tests.Brett Cannon2011-02-221-0/+2
* Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-221-0/+2
* Issue #11085: Moved collections abstract base classes into a separate moduleRaymond Hettinger2011-02-221-0/+5
* Issue #4681: Allow mmap() to work on file sizes and offsets larger thanAntoine Pitrou2011-02-211-0/+4
* Issue #10826: Prevent sporadic failure in test_subprocess on Solaris dueAntoine Pitrou2011-02-211-0/+3
* Fix PyUnicode_FromFormatV("%c") for non-BMP charVictor Stinner2011-02-211-0/+3
* Remove filename variable from ceval.cVictor Stinner2011-02-211-1/+6
* compileall uses repr() to format filenames/pathsVictor Stinner2011-02-211-0/+3
* Remove bootstrap code of PyUnicode_AsEncodedString()Victor Stinner2011-02-211-1/+5
* Issue #11268: Prevent Mac OS X Installer failure if DocumentationNed Deily2011-02-211-0/+7
* Issue #11089: Fix performance issue limiting the use of ConfigParser()Raymond Hettinger2011-02-211-0/+3
* Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-0/+4
* Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffersAntoine Pitrou2011-02-211-0/+6
* - Check for NULL result in PyType_FromSpec.Martin v. Löwis2011-02-211-0/+5
* Bump trunk to 3.3 alpha 0.Georg Brandl2011-02-202-2/+8
* Bump to 3.3a0.Georg Brandl2011-02-201-0/+0
* Version bump to 3.2 final.Georg Brandl2011-02-202-18/+15
* #11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a...Georg Brandl2011-02-191-0/+2
* #11184: Fix large file support on AIX.Georg Brandl2011-02-191-0/+2
* #11222: fix non-framework shared library build on Mac, patch by Ned Deily.Georg Brandl2011-02-191-0/+2
* #10709: add back an updated AIX-NOTES (as README.AIX).Georg Brandl2011-02-192-0/+142
* #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, re...Georg Brandl2011-02-151-0/+5
* Post-release updates.Georg Brandl2011-02-141-0/+12
* Bump for 3.2rc3.v3.2rc3Georg Brandl2011-02-132-5/+5
* #11116: roll back on error during add so mailbox isn't left corrupted.R. David Murray2011-02-111-0/+3
* Issue #11134: Add missing fields to typeslots.h.Martin v. Löwis2011-02-111-0/+2
* Issue #11135: Remove redundant doc field from PyType_Spec.Martin v. Löwis2011-02-111-0/+2
* Issue #11079: The /Applications/Python x.x folder created by the MacNed Deily2011-02-071-0/+5
* Issue 10971: Make test_zipimport_support once again compatible with refleak h...Nick Coghlan2011-02-071-0/+6
* #11132: pass optimize parameter to recursive call in compileall.compile_dir()...Georg Brandl2011-02-072-0/+4
* Issue #11067: Add PyType_GetFlags, to support PyUnicode_CheckMartin v. Löwis2011-02-051-0/+3
* Issue #11121: Fix building with --enable-shared.Martin v. Löwis2011-02-051-0/+5
* There was a possibility that the initialization of _sqlite, when it failed,Brett Cannon2011-02-041-0/+2
* Issue #11118: Fix bogus export of None in python3.dll.Martin v. Löwis2011-02-041-0/+2
* Issue #8275: Fix passing of callback arguments with ctypes under Win64.Antoine Pitrou2011-01-312-0/+4
* Post-release updates.Georg Brandl2011-01-311-0/+12
* Bump version.v3.2rc2Georg Brandl2011-01-302-2/+2
* #10680: fix mutually exclusive arguments in argument groups.Georg Brandl2011-01-301-0/+3
* #10961: fix exception handling in new pydoc server code.Georg Brandl2011-01-301-0/+3
* #9124: mailbox now accepts binary input and uses binary internallyR. David Murray2011-01-301-0/+6
* Issue #10845: Improve compatibility between multiprocessing on Windows and pa...Nick Coghlan2011-01-301-0/+4
* Protect logging call against None argument (fixes #11045).Éric Araujo2011-01-291-0/+2