]> granicus.if.org Git - python/shortlog
python
2011-12-08 Victor StinnerDocument PyUnicode_Copy() and PyUnicode_EncodeCodePage()
2011-12-08 Victor StinnerWhat's New in Python 3.3: Add a Deprecated section
2011-12-08 Victor StinnerIssue #13441: Log the locale when localeconv() fails
2011-12-08 Stefan KrahMerge fix for issue #13547.
2011-12-08 Stefan KrahIssue #13547: clean Lib/_sysconfigdata.py and Modules...
2011-12-08 Stefan KrahMerge.
2011-12-08 Stefan KrahMerge second fix for issue #11149.
2011-12-08 Stefan KrahIssue #11149: Also enable -fwrapv if $CC is a full...
2011-12-08 Victor StinnerPyUnicode_FromWideChar() and PyUnicode_FromUnicode...
2011-12-07 Victor Stinner(Merge 3.2) Issue #11886: workaround an OS bug (time...
2011-12-07 Victor StinnerIssue #11886: workaround an OS bug (time zone data...
2011-12-07 Victor Stinnerlibpython.py: defer call to gdb.lookup_type('PyUnicodeO...
2011-12-07 Charles-François... Followup to a541bda2f5e2: Add a short comment.
2011-12-07 Ezio Melotti#13531: merge with 3.2.
2011-12-07 Ezio Melotti#13531: add a test for defaultdict with a non-callable...
2011-12-07 Charles-François... Issue #11051: Reduce the number of syscalls per import.
2011-12-07 Ned DeilyIssue #8641: Update IDLE 3 syntax coloring to recognize...
2011-12-07 Ned DeilyIssue #8641: Update IDLE 3 syntax coloring to recognize...
2011-12-06 Antoine PitrouFix dangling whitespace
2011-12-06 Antoine PitrouIssue #13464: Add a readinto() method to http.client...
2011-12-06 Jesus CeaMERGE: Close #13500: Hitting EOF gets cmd.py into a...
2011-12-06 Jesus CeaClose #13500: Hitting EOF gets cmd.py into a infinite...
2011-12-06 Lars GustäbelRemove no longer needed work-around for bz2 file object...
2011-12-06 Lars GustäbelMerge with 3.2: Correctly detect bzip2 compressed strea...
2011-12-06 Lars GustäbelCorrectly detect bzip2 compressed streams with blocksiz...
2011-12-05 Barry Warsaw- Issue #11147: Fix an unused argument in _Py_ANNOTATE_...
2011-12-05 Barry Warsaw- Issue #11147: Fix an unused argument in _Py_ANNOTATE_...
2011-12-05 Antoine PitrouIssue #13503: Use a more efficient reduction format...
2011-12-05 Antoine PitrouMerge assorted fixes from 3.2
2011-12-05 Antoine Pitrous/SOCKSTREAM/TCP/
2011-12-05 Antoine PitrouReword IPC section
2011-12-05 Antoine PitrouUse www.python.org instead of a hostname pointing to...
2011-12-05 Antoine PitrouRemove the outdated notion that multithreading doesn...
2011-12-05 Antoine PitrouRemove reference to the base64 encoding.
2011-12-05 Antoine PitrouRemove reference to the base64 encoding.
2011-12-05 Antoine PitrouThe functional module hasn't been maintained since...
2011-12-05 Antoine PitrouThe functional module hasn't been maintained since...
2011-12-04 Antoine PitrouRemove obsolete references to bsddb
2011-12-04 Antoine PitrouRemove obsolete references to bsddb
2011-12-04 Antoine PitrouIssue #13527: remove mention of Python megawidgets...
2011-12-04 Antoine PitrouIssue #13527: remove mention of Python megawidgets...
2011-12-04 Jason R. CoombsCorrected order of parameters to HTTPError in test_urll...
2011-12-04 Georg BrandlMerge with 3.2.
2011-12-04 Georg BrandlFix typo.
2011-12-04 Jason R. CoombsPass positional arguments - HTTPError is not accepting...
2011-12-03 Antoine PitrouMerge from 3.2
2011-12-03 Antoine PitrouStreamline mention of sorted()
2011-12-03 Antoine PitrouBreak down and refine memory management question
2011-12-03 Antoine PitrouReformulate answer, and remove off-topic discussion...
2011-12-03 Antoine PitrouMerge from 3.2
2011-12-03 Antoine PitrouFix compatibility statement.
2011-12-03 Antoine PitrouRemove outdated question (the bsddb module isn't includ...
2011-12-03 Antoine PitrouRefine FAQ entry for catching stdout
2011-12-03 Antoine PitrouAdvocate PyTuple_Pack instead of manual building of...
2011-12-03 Antoine PitrouRemove outdated FAQ content
2011-12-03 Antoine PitrouRemove outdate FAQ content
2011-12-03 Antoine PitrouStreamline FAQ entry about the ternary operator, and...
2011-12-03 Antoine PitrouStreamline FAQ entry about the ternary operator, and...
2011-12-03 Antoine PitrouRemove references to psyco, which is mostly unmaintaine...
2011-12-03 Antoine PitrouRemove references to psyco, which is mostly unmaintaine...
2011-12-03 Antoine PitrouMerge doc fixes from 3.2
2011-12-03 Antoine PitrouMention PySide in the "other GUIs" page.
2011-12-03 Antoine PitrouMention the new GTK+ 3 bindings.
2011-12-03 Meador IngeIssue #13513: IOBase docs incorrectly link to the readl...
2011-12-03 Meador IngeIssue #13513: IOBase docs incorrectly link to the readl...
2011-12-03 Éric AraujoFix glitches in email.policy docs (#12208)
2011-12-03 Jason R. CoombsMerged fix for #13211 from 3.2
2011-12-03 Jason R. CoombsMerge fix for Issue #12666 from 3.2
2011-12-03 Charles-François... Issue #12612: Add some Valgrind suppressions for 64...
2011-12-03 Jason R. CoombsIssue #12666: Added section about map changes.
2011-12-02 Petri LehtinenIssue #13439: Merge branch 3.2
2011-12-02 Petri LehtinenIssue #13439: Fix many errors in turtle docstrings.
2011-12-02 Ezio Melotti#13494: merge with 3.2.
2011-12-02 Ezio Melotti#13494: s/cast/convert/. Also add a link.
2011-12-02 Ezio Melotti#13499: merge with 3.2.
2011-12-02 Ezio Melotti#13499: fix example adding >>> before the comments.
2011-12-02 Ezio Melotti#8414: merge with 3.2.
2011-12-02 Ezio Melotti#8414: add more tests for "assert". Initial patch...
2011-12-01 Mark DickinsonIssue #9530: Fix undefined behaviour due to signed...
2011-12-01 Victor StinnerFix PyObject_Repr(): don't call PyUnicode_READY() if...
2011-12-01 Victor StinnerReplace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New...
2011-12-01 Victor StinnerMultibyteCodec_Decode() catchs PyUnicode_AS_UNICODE...
2011-12-01 Victor Stinnerc-api: Replace PyUnicodeObject* by PyObject* in "U...
2011-12-01 Victor StinnerPyCodec_IgnoreErrors() avoids the deprecated "u#" format
2011-12-01 Victor StinnerPyObject_Repr() ensures that the result is a ready...
2011-11-30 Nadeem VawdaCredit Per Øyvind Karlsen for the initial implementatio...
2011-11-30 Antoine PitrouIssue #1040439: better document how to compile and...
2011-11-30 Antoine PitrouIssue #1040439: better document how to compile and...
2011-11-30 Nadeem VawdaMake error handling in BZ2File.{readable,seekable,writa...
2011-11-29 Nadeem VawdaIssue #6715: Add module for compression using the LZMA...
2011-11-29 Victor StinnerPy_UNICODE_HIGH_SURROGATE() and Py_UNICODE_LOW_SURROGAT...
2011-11-29 Antoine PitrouMention hashable memoryviews, and reformat.
2011-11-29 Antoine PitrouAdd subheaders to make PEP 393 description clearer
2011-11-29 Éric AraujoMerge 3.2
2011-11-29 Éric AraujoFix inspect.getmodule to use a copy of sys.modules...
2011-11-29 Éric AraujoMark up constants in sockets docs as such
2011-11-29 Éric AraujoFix instructions on how to rebuild some modules
2011-11-29 Éric AraujoAdd a regrtest cleanup check for shutil registries
2011-11-29 Éric AraujoFix last remaining references to ex-devguide
2011-11-29 Éric AraujoFix typo (#13467)
next