]> granicus.if.org Git - python/shortlog
python
2011-12-18 Charles-François... Issue #11870: threading: Properly reinitialize threads...
2011-12-18 Charles-François... Issue #8035: urllib: Fix a bug where the client could...
2011-12-18 Victor StinnerIssue #13522: Fix _Py_co_pow() documentation
2011-12-18 Antoine PitrouIssue #13522: document error return values of some...
2011-12-17 Victor StinnerIssue #11231: Fix bytes and bytearray docstrings
2011-12-17 Victor StinnerIssue #13530: Document os.lseek() result
2011-12-17 Victor StinnerIssue #10951: Fix a compiler warning in timemodule.c
2011-12-16 Ezio Melotti#13613: fix example in re doc.
2011-12-16 Victor Stinnermain() now displays an error message before exiting...
2011-12-16 Antoine PitrouIssue #10350: Read and save errno before calling a...
2011-12-15 Victor StinnerIssue #13545: Fix platform.libc_version() is the SO...
2011-12-15 Antoine PitrouIssue #13597: Improve documentation of standard streams.
2011-12-15 Antoine PitrouFix the fix for issue #12149: it was incorrect, althoug...
2011-12-15 Meador IngeIssue #13591: Moving the NEWS line to the right release.
2011-12-15 Meador IngeIssue #13591: import_module potentially imports a modul...
2011-12-14 Ned DeilyIssue #4625: add NEWS entry.
2011-12-14 Ned DeilyIssue #4625: If IDLE cannot write to its recent file...
2011-12-14 Charles-François... Issue #13453: Fix a race condition in test_poplib.
2011-12-14 Charles-François... Issue #4028: Make multiprocessing build on SunOS.
2011-12-13 Alexandre VassalottiIssue #13505: Make pickling of bytes object compatible...
2011-12-13 Ezio Melotti#6570: clarify tutorial section about keyword arguments.
2011-12-13 Ezio Melotti#13549: improve tutorial section about listcomps.
2011-12-10 Benjamin Petersonwe're always going to have gc
2011-12-10 Benjamin Petersonyou can't get resource.error if you can't import resource
2011-12-10 Charles-François... Issue #13453: Catch EAI_FAIL in support.transient_internet.
2011-12-10 Lars GustäbelFix doc typo.
2011-12-09 Florent XiclunaRemove obsolete py3k comment.
2011-12-09 Florent XiclunaFix docstring typo.
2011-12-09 Antoine PitrouIssue #13528: rework the performance question in the...
2011-12-09 Victor StinnerIssue #5905: time.strftime() is now using the locale...
2011-12-08 Stefan KrahIssue #13547: clean Lib/_sysconfigdata.py and Modules...
2011-12-08 Stefan KrahIssue #11149: Also enable -fwrapv if $CC is a full...
2011-12-07 Victor StinnerIssue #11886: workaround an OS bug (time zone data...
2011-12-07 Ezio Melotti#13531: add a test for defaultdict with a non-callable...
2011-12-07 Ned DeilyIssue #8641: Update IDLE 3 syntax coloring to recognize...
2011-12-06 Jesus CeaClose #13500: Hitting EOF gets cmd.py into a infinite...
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 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 PitrouThe functional module hasn't been maintained since...
2011-12-04 Antoine PitrouRemove obsolete references to bsddb
2011-12-04 Antoine PitrouIssue #13527: remove mention of Python megawidgets...
2011-12-04 Georg BrandlFix typo.
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 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 outdate FAQ content
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 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-11-07 Jason R. CoombsIssue #13211: Add .reason attribute to HTTPError to...
2011-12-03 Jason R. CoombsIssue #12666: Added section about map changes.
2011-08-01 Jason R. CoombsIssue #12666: Clarifying changes in map for Python 3
2011-12-02 Petri LehtinenIssue #13439: Fix many errors in turtle docstrings.
2011-12-02 Ezio Melotti#13494: s/cast/convert/. Also add a link.
2011-12-02 Ezio Melotti#13499: fix example adding >>> before the comments.
2011-12-02 Ezio Melotti#8414: add more tests for "assert". Initial patch...
2011-11-30 Antoine PitrouIssue #1040439: better document how to compile and...
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)
2011-11-28 Victor StinnerFix curses module for strict SysV implementation (witho...
2011-11-28 Antoine PitrouFix resource warning in test_xmlrpc_net
2011-11-28 Antoine PitrouIssue #13434: skip the time.xmlrpc.com test, and reenab...
2011-11-28 Antoine PitrouIssue #7111: Python can now be run without a stdin...
2011-11-28 Meador IngeIssue #12618: py_compile cannot create files in current...
2011-11-27 Charles-François... Issue #13415: Skip test_os.test_unset_error on FreeBSD...
2011-11-27 Charles-François... Issue #13415: Test in configure if unsetenv() has a...
2011-11-27 Jesus CeaCloses issue #13488: Some old preprocessors have proble...
2011-11-26 Antoine PitrouIssue #13444: When stdout has been closed explicitly...
2011-11-26 Meador IngeIssue #12618: fix py_compile unit tests to handle diffe...
2011-11-26 Meador IngeIssue #12618: create unit tests for the py_compile...
2011-11-26 Meador IngeIssue #13380: add an internal function for resetting...
2011-11-25 Antoine PitrouIssue #12856: Ensure child processes do not inherit...
2011-11-25 Antoine PitrouClarify concatenation behaviour of immutable strings...
2011-11-25 Eli Benderskyfix some typos in Doc/c-api/memoryview.rst
2011-11-24 Senthil KumarantestFnNames is assigned twice.
2011-11-23 Vinay SajipAdded a configuration dictionary example to the logging...
2011-11-23 Vinay SajipCloses #13459: Clarified documentation on Logger.propag...
2011-11-23 Benjamin Petersondecref correct object
2011-11-23 Benjamin Petersonplug refleak
2011-11-23 Antoine PitrouIssue #13458: Fix a memory leak in the ssl module when...
2011-11-22 Victor StinnerIssue #13436: Fix unsetenv() test on Windows
2011-11-22 Victor StinnerMerge branch 3.2
2011-11-22 Victor StinnerIssue #13415: os.unsetenv() doesn't ignore errors anymore.
2011-11-22 Amaury Forgeot... Issue #13436: commit regenerated Python-ast.c
2011-11-22 Amaury Forgeot... Issue #13436: Fix a bogus error message when an AST...
next