]> granicus.if.org Git - python/shortlog
python
2013-05-16 Benjamin Petersonmerge 3.3
2013-05-16 Benjamin PetersonC89 declaration compliance
2013-05-16 Victor StinnerIssue #17964: Fix os.sysconf(): the return type of...
2013-05-16 Victor Stinnerfix compilation on Windows
2013-05-16 Benjamin Petersonrather than passing locals to the class body, just...
2013-05-16 Brian CurtinMerge with 3.3
2013-05-16 Brian CurtinAdd Nick Sloan for his contribution to #17732
2013-05-16 Giampaolo Rodola'Issue #17992: Add timeouts to asyncore and asynchat...
2013-05-16 Giampaolo Rodola'ftplib tests: provide a global socket's TIMEOUT variabl...
2013-05-15 Benjamin Petersonnull mege 3.3 with fix not applicable here
2013-05-15 Benjamin Petersoncomplain about "global __class__" in a class body ...
2013-05-15 Benjamin Petersonhide the __class__ closure from the class body (#12370)
2013-05-15 Georg Brandlnull-merge from 3.3
2013-05-15 Georg Brandlpost-release update.
2013-05-15 doko@ubuntu.com- Fix typos in the multiprocessing module.
2013-05-15 doko@ubuntu.com- Fix typos in the multiprocessing module.
2013-05-15 doko@ubuntu.com- Issue #17754: Make ctypes.util.find_library() indepen...
2013-05-15 doko@ubuntu.com- Issue #17754: Make ctypes.util.find_library() indepen...
2013-05-15 doko@ubuntu.comMisc/NEWS: Add 3.3.3 section and move entries made...
2013-05-15 Benjamin Petersonnull merge 3.3 from backport
2013-05-15 Benjamin Petersonwhen arguments are cells clear the locals slot (backpor...
2013-05-14 Antoine PitrouBackout c89febab4648 following private feedback by...
2013-05-14 Barry Warsaw- Issue #17977: The documentation for the cadefault...
2013-05-14 Barry Warsaw- Issue #17977: The documentation for the cadefault...
2013-05-14 Benjamin Petersonmerge 3.3 (#17968)
2013-05-14 Benjamin Petersonprevent double free in cleanup code (#17968)
2013-05-13 Antoine PitrouFix ResourceWarnings in test_sax
2013-05-13 Antoine PitrouFix ResourceWarnings in test_sax
2013-05-13 Terry Jan ReedyMerge with 3.3
2013-05-13 Terry Jan ReedySilence unclosed open file ResourceWarning.
2013-05-13 Terry Jan ReedyComplete 2 to 3 conversion
2013-05-13 Terry Jan ReedyComplete 2 to 3 conversion
2013-05-13 Antoine PitrouIssue #17968: Fix memory leak in os.listxattr().
2013-05-13 Antoine PitrouIssue #17968: Fix memory leak in os.listxattr().
2013-05-13 Benjamin Petersonremove support GCC PyArg_ParseTuple format patch, last...
2013-05-13 Benjamin Petersonmerge 3.3
2013-05-13 Benjamin Petersonuse correct format code for exceptions
2013-05-12 Benjamin Petersonwhen an argument is a cell, set the local copy to NULL...
2013-05-12 Georg Brandlmerge with 3.3
2013-05-12 Georg BrandlAdded tag v3.3.2 for changeset d047928ae3f6
2013-05-12 Georg BrandlCloses #17962: Build with OpenSSL 1.0.1e on Windows. v3.3.2
2013-05-12 Georg Brandlmerge
2013-05-12 Serhiy StorchakaIssue #17606: Fixed support of encoded byte strings...
2013-05-12 Serhiy StorchakaIssue #17606: Fixed support of encoded byte strings...
2013-05-12 Georg Brandlbump to 3.3.2
2013-05-12 Georg Brandlmerge with 3.3
2013-05-12 Georg BrandlCloses issue #17732: ignore install-directory specific...
2013-05-12 Georg Brandlnull-merge reversion of #1159051 patch from 3.3
2013-05-12 Georg Brandlmerge with 3.3
2013-05-12 Georg BrandlBack out patch for #1159051, which caused backwards...
2013-05-12 Georg Brandlmerge with 3.2
2013-05-12 Georg Brandlmerge with 3.2
2013-05-12 Georg BrandlIssue #17915: Fix interoperability of xml.sax with...
2013-05-12 Georg BrandlIssue #1159051: Back out a fix for handling corrupted...
2013-05-12 Georg Brandlmerge
2013-05-12 Georg Brandlmerge heads
2013-05-12 Georg BrandlIssue #17838: merge with 3.3
2013-05-12 Benjamin Petersonprevent IDLE from trying to close when sys.stdin is...
2013-05-11 Vinay SajipDiagnostics collected, test disabled for now.
2013-05-11 Vinay SajipRe-enabled test with more diagnostics.
2013-05-11 Benjamin Petersonmerge 3.3
2013-05-11 Benjamin Petersononly close non-None files
2013-05-11 Benjamin Petersonremove unused import
2013-05-11 Benjamin Petersonsimplify #17947 test with weakrefs
2013-05-11 Brett Cannonmerge
2013-05-11 Brett CannonTouch up grammar for dict.update() docstring.
2013-05-11 Benjamin Petersonmerge 3.3 (#17547)
2013-05-11 Benjamin Peterson-Wformat is needed by gcc 4.8 (closes #17547)
2013-05-11 Antoine PitrouIssue #17237: Fix crash in the ASCII decoder on m68k.
2013-05-11 Antoine PitrouIssue #17237: Fix crash in the ASCII decoder on m68k.
2013-05-11 Raymond HettingerIssue #16694: Add source code link for operator.py
2013-05-10 Guido van Rossum#17927: Keep frame from referencing cell-ified arguments.
2013-05-10 Barry WarsawMerge 3.3
2013-05-10 Barry WarsawI was confused before. It's correct to not call .close...
2013-05-10 Ezio Melotti#17841: merge with 3.3.
2013-05-10 Ezio Melotti#17841: remove missing codecs aliases from the document...
2013-05-10 Andrew Kuchling#17700: merge with 3.3
2013-05-10 Andrew Kuchling#17700: update the curses HOWTO for 3.x
2013-05-09 Ezio Melotti#17938: merge with 3.3.
2013-05-09 Ezio Melotti#17938: remove duplicate paragraphs.
2013-05-09 Ezio Melotti#17809: merge with 3.3.
2013-05-09 Ezio Melotti#17809: fix a test failure in test_expanduser when...
2013-05-09 Serhiy StorchakaIssue #16601: Restarting iteration over tarfile no...
2013-05-09 Serhiy StorchakaIssue #16601: Restarting iteration over tarfile no...
2013-05-08 Charles-Francois... Issue #17912: Use a doubly linked-list for thread states.
2013-05-08 Antoine PitrouIssue #17807: Generators can now be finalized even...
2013-05-08 Antoine PitrouIssue #1545463: At shutdown, defer finalization of...
2013-05-08 Ezio Melotti#17877: merge with 3.3.
2013-05-08 Ezio Melotti#17877: skip test if the Olson's TZ database is missing.
2013-05-08 Ezio Melotti#16523: merge with 3.3.
2013-05-08 Ezio Melotti#16523: improve attrgetter/itemgetter/methodcaller...
2013-05-07 Victor StinnerUse Py_intptr_t to store the difference between two...
2013-05-07 Victor StinnerFix compiler warnings: explicit cast to int in sha256...
2013-05-07 Victor Stinnerzlib: Explicit cast to fix a compiler warning
2013-05-07 Victor StinnerFix a compiler warning: use unsigned int type instead...
2013-05-07 Victor Stinneraudioop: explicit cast to fix a compiler warning
2013-05-07 Victor StinnerFix a compiler warning: in and out are unused in _Py_ch...
2013-05-07 Richard OudkerkCorrection for 4f82b6cfee46.
2013-05-07 Richard OudkerkFix os.__all__ to is passes test___all__
2013-05-07 Vinay SajipSkip failing test pending investigation.
next