]> granicus.if.org Git - python/shortlog
python
2012-02-04 Nadeem VawdaIssue #1625: Document BZ2File's lack of support for...
2012-02-04 Ned DeilyIssue #13933: IDLE auto-complete did not work with...
2012-02-04 Antoine PitrouFix failing test on big-endian machines (issue #13806).
2012-02-04 Charles-François... Issue #8184: Fix a potential file descriptor leak when a
2012-02-04 Benjamin Petersonput returns on their own lines
2012-02-04 Benjamin Petersonremove unused import
2012-02-03 Ned DeilyIssue #13861: Prevent test_apropos* test case failures...
2012-02-03 Ned DeilyIssue #13901: Prevent test_distutils failures on OS...
2012-02-02 Charles-François... Merge.
2012-02-02 Petri LehtinenDocument absoluteness of sys.executable
2012-02-02 Charles-François... Issue #13817: After fork(), reinit the ad-hoc TLS imple...
2012-02-02 Stefan KrahIssue #1813: backport changeset that reverts a glibc...
2012-02-02 Raymond HettingerClean-up docs for input()
2012-02-02 Raymond HettingerAdd pure python equivalent code for reduce().
2012-02-02 Raymond HettingerClarify the note for UserList
2012-02-01 Raymond HettingerUse validate SQL in the example (this was confusing...
2012-02-01 Raymond HettingerShow the import in the sqlite3 example
2012-02-01 Brian Curtinmerge.
2012-02-01 Brian Curtinmerge from fb225c289bf0
2012-02-01 Petri Lehtinensqlite3: Handle strings with embedded zeros correctly
2012-02-01 Raymond HettingerUse xrange in the example
2012-02-01 Raymond Hettingerfix whitespace
2012-02-01 Raymond HettingerAdd a usage note
2012-01-31 Terry Jan Reedywhitespace3
2012-01-31 Terry Jan Reedy#13506 Add '' to path for interactive interpreter by...
2012-01-29 Georg BrandlFix #13900: resolve self-referential description of...
2012-01-29 Benjamin Petersonremove tests from really old regex module
2012-01-28 Antoine PitrouIssue #13806: The size check in audioop decompression...
2012-01-27 Mark DickinsonIssue #13889: Add missing _Py_SET_53BIT_PRECISION_...
2012-01-27 Antoine PitrouFix intermittent test_ssl failure.
2012-01-27 Benjamin Petersonnote that get() is not affected by default_factory...
2012-01-27 Antoine PitrouIssue #13885: CVE-2011-3389: the _ssl module would...
2012-01-27 Antoine PitrouIssue #13885: CVE-2011-3389: the _ssl module would...
2012-01-26 Brett CannonIssue #13883: Document all platforms PYTHONCASEOK works on.
2012-01-25 Benjamin Petersonmerge heads
2012-01-25 Benjamin Petersonforgot to resolve this conflict...
2012-01-25 Georg Brandl#13852: some small doc fixes.
2012-01-25 Benjamin Petersonkill extra word
2012-01-25 Benjamin Petersonsay bitwise (because I have no idea what a bit-string is)
2012-01-25 Antoine PitrouRemove debug output, fix assert (hopefully) and exercis...
2012-01-25 Antoine PitrouFix temporary debug output (so, time_t is 8 bytes on...
2012-01-25 Antoine PitrouTemporary debug for Windows buildbots.
2012-01-25 Antoine PitrouMake guard more dynamic (apparently the size of a files...
2012-01-25 Antoine PitrouSkip test failure under OpenIndiana
2012-01-25 Antoine PitrouMake test work under 32-bit systems, and when invoked...
2012-01-24 Florent XiclunaIssue #12501: merge the discordant NEWS entries.
2012-01-24 Antoine PitrouIssue #11235: Fix OverflowError when trying to import...
2012-01-23 Georg Brandl#13816: fix two minor style issues. Thanks to Justin...
2012-01-23 Łukasz LangaFixes #4686. Reverts redundant picklability code from...
2012-01-21 Antoine PitrouIssue #12922: fix the TextIOBase documentation to inclu...
2012-01-21 Ezio MelottiMove a space.
2012-01-21 Sandro Tosifix typo; thanks to Justin Watt from docs@
2012-01-21 Georg BrandlFix conf.py for Sphinx 1.0.
2012-01-21 Terry Jan Reedywhitespace
2012-01-21 Terry Jan ReedyIssue13820 as and with really became keywords in 2.6.
2012-01-21 Senthil KumaranNEWS entry for Issue6631
2012-01-21 Senthil KumaranFix Issue6631 - Disallow relative files paths in urllib...
2012-01-20 Łukasz LangaFixes #13760: picklability of ConfigParser exceptions
2012-01-20 Vinay SajipCloses #13807: Now checks for sys.stderr being there...
2012-01-19 Sandro TosiIssue #13605: more meaningful example + fixes
2012-01-19 Sandro TosiIssue #13605: add documentation for nargs=argparse...
2012-01-19 Sandro TosiIssue #11948: clarify modules search path
2012-01-19 Meador IngeIssue #2134: Clarify token.OP handling rationale in...
2012-01-18 Nadeem VawdaIssue #13781: Fix GzipFile to work with os.fdopen(...
2012-01-18 Antoine PitrouRevert part of 13f56cd8dec1 (issue #1785) to avoid...
2012-01-18 Jesus CeaYet another emergency fix for #13803 bootstrap issue...
2012-01-18 Jesus CeaEmergency fix for #13803 bootstrap issue: Under Solaris...
2012-01-18 Jesus CeaCloses #13803: Under Solaris, distutils doesn't include...
2012-01-17 Sandro Tosifile.next() doc refers to itself
2012-01-17 Sandro Tosirevert part of cefe4f38fa0e, as agreed with Éric
2012-01-17 Antoine PitrouIssue #13589: Fix some serialization primitives in...
2012-01-16 Jesus CeaBerkeley DB: Erratic behaviour of "DBEnv->rep_elect...
2012-01-16 Jesus CeaBerkeley DB: Erratic behaviour of "DBEnv->rep_elect...
2012-01-16 Sandro TosiIssue: #12409: remove obsolete susp-entries
2012-01-16 Ezio Melotti#13715: fix typo in unicodedata doc. Patch by Eli...
2012-01-16 Ezio Melotti#13695: fix a couple of typos in the doc.
2012-01-16 Benjamin Petersonexplain why we need this grammar file (closes #13766)
2012-01-16 Terry Jan Reedy#13039 allow proper deletion of '>>> ' in IDLE editor...
2012-01-15 Sandro Tosifix typo; thanks to Jan Heidbrink from docs@
2012-01-14 Sandro Tosiremove 'Documenting Python' and its references, it...
2012-01-14 Georg BrandlFix label names.
2012-01-14 Sandro Tosihow could I have missed :cmember: in import.rst?
2012-01-14 Sandro TosiNone is not a keyword, link file.next() to functions...
2012-01-14 Sandro Tosiupdate part of sphinxext
2012-01-14 Sandro Tosiupdate to new C roles and directives
2012-01-14 Sandro Tosiupdate Sphinx reference from 0.6.7 to 1.0.7
2012-01-14 Terry Jan Reedy#11633 about buffering of print
2012-01-14 Terry Jan Reedycloses #13730
2012-01-13 Amaury Forgeot... Issue #13774: json: Fix a SystemError when a bogus...
2012-01-13 Antoine PitrouIssue #13764: remove outdated script Misc/build.sh
2012-01-12 Antoine PitrouMerge
2012-01-12 Antoine PitrouIssue #13724: improve documentation for socket.create_c...
2012-01-11 Terry Jan ReedyMinor correction. Closes #11418
2012-01-11 Terry Jan ReedyCloses #13754 String returned if less than *or equal...
2012-01-10 Antoine PitrouRemove unused certificate from the test directory.
2012-01-10 Senthil Kumaranport to 2.7 - Issue9637 - Details that case of Proxy...
2012-01-10 Senthil Kumaran- Issue #13642: Unquote before b64encoding user:passwor...
2012-01-10 Raymond HettingerFix stock symbol for Microsoft
2012-01-10 Raymond HettingerUpdate the sorting howto to reflect the PEP 8 advisory...
2012-01-09 Terry Jan Reedy#11906 Make test_argparse work interactively by removin...
next